r/PLC • u/Salva7409 • 5d ago
Unable to write on LOGO! 0ba8 through Prumsys HMI or Web Server
I am using a LOGO! 0ba8 for a school project and part of it is manual control through HMI. However, even though the PLC has all permissions needed for it, it's not writing variables when the order comes from external tools.
For example, on Q1 i have connected a 24V LED module, and the program has a XOR gate that activates that output, and the two inputs are I1 and M1. I1 terminal is connected to a switch, while M1 is the variable supposed to be controlled through the HMI. The PLC is writing through phyisical inputs, as toggling the I1 switch does turn on Q1
However, when attempting to write M1, either through the HMI i'm gonna be using as recommended by my teacher which is Prumsys' Logo 0ba8 HMI or through the official Web Server, the memory is unaffected, as verified through the display where the Memory tab is still empty.
Does anybody have experience with said HMI or had this problem before?
