Hi all
how can I read data (a byte ) from plc and recieve it at dx200 (take the data from an external input and write it in a b variable )and use B variable as a condition in a job ??
I use ethernet comm between plc and dx200
thanks for any help
Hi all
how can I read data (a byte ) from plc and recieve it at dx200 (take the data from an external input and write it in a b variable )and use B variable as a condition in a job ??
I use ethernet comm between plc and dx200
thanks for any help
Use the DIN command to read an input group and the DOUT command to write data to an output group.
if i write an instruction like this DIN B000 IN#(23060 =external input) is it correct or not ????
Use the DIN command to read an input group and the DOUT command to write data to an output group.
if i write an instruction like this DIN B000 IN#(23060 =external input) is it correct or not ????
That isn't correct. You need to use general purpose inputs address not external inputs.
DIN B000 IN#(1)