@Sgilk,
the same variable can be read and written. since the variables in the SFK-4H program I created are only changed through the data layer by the PLC in the core. the same variable is for an error status and is set in the SFK-4H program and PLC reads that. then like a handshaking signal, the PLC needs to reset the variable for PLC logic. the variable-25 in the state is used in the read node function and if I assign 25 into the "index" of the save-variable of cmd and assign a value to it. when clicking on the write button from the data layer the variable in the SFK-4H changes. however, when I used the DL_WriteNode it didn't work. I need to know how I can use DL_WriteNode to write a value to this variable same as in the data layer.
Thanks,
... View more