shuishuiz

Results 12 comments of shuishuiz

i read other people's question. i need my connection always on.my plc is guardlogix L71.

I worry about the function of write tag. It is safety?

I plan to open 80 connections. After the CT of each vehicle is completed, PLC will make a record, and then pylofix will collect it

I am glad to receive all reply. I can modify PLC logic. Background:Six car models are produced in one station.I need CT of each model,and record it into my mysql....

I am also interested in testing the results of opening 80 connections At this stage, I want to do the CT function first

The tag I wrote is not safe, but standard. Communication is very mysterious to me. I'm worried about dislocation in the transmission process.

the translation software is wrong. what i want to express is to ask a highly skilled person. now i am writing a demo to test one station...

if i want to read a udt, refer to the example of reading time?

![Uploading 1657995959489..jpg…]() still b'....'.

from pylogix import PLC comm = PLC() comm.IPAddress = '10.20.26.149' CCC = ['KK1.A','KK1.B'] ret = comm.Read('CCC') print(ret.Value) comm.Close() result: b'\x02\x00\x00\x00' KK1 is my UDT. TWO bool tags(A AND B) in...