Store a value from PLC

This section shows how to write drivers for your shop's PLCs, code readers, and specialized devices in x4Trace.
Post Reply
x4Trace
Posts: 58
Joined: Fri Feb 14, 2025 2:24 pm

Store a value from PLC

Post by x4Trace »

You must have a dedicated driver variable for the measured or other production data. For example, this is a number variable (IN.Variable01). Record this variable to the driver variables.
After, you have to open the flow and the variables. Then, type the name of the driver variable into the driver variable column. x4Trace will pair these variables when a process starts, and when a part passes, this variable will automatically get a value.
pairdriverprocessvariable_01.png
pairdriverprocessvariable_01.png (108.29 KiB) Viewed 122 times
Post Reply