03-25-2016 10:31 AM
Hi All,
Im trying de to read à coil from a vi ( see attached).
I wrote à litle programme using READ_VAR
Labview is on 192.168.0.16
The PLC on 192.168.0.15 ( Ethernet_1)
I use the the S6 bit
The link is ok
compiling the plc prog return no error
But I can't read any coil
Can you help me to locate my mistakes ?
Thank you
03-29-2016 04:16 AM
Hello XKIKOU,
Could you give us more explanations about your application ? I see that you use another software, Unity Pro.
First, have you tried to read another parameter ? Is there just the "coil" parameter that you can't read ?
Best regards.
03-29-2016 05:40 AM
Hello Samir
Thank you for taking a few minutes to examin my problem.
I effectivly tried to read different parameters coil or regisrt but with no success.
Using Wireshark I can see that the request are going from the M340 ( 192.168.0.15) to the vi (192.168.0.16)
On the Unity the error register à 0000 ie the communication is OK
But I cant get the value of the first coil.
On attached the m340 program and the vi.
Thanks for your help.