Page 1 of 1

Trace a part value at operation

Posted: Thu Mar 20, 2025 2:01 pm
by x4Trace
You have to define the variable that you want to trace.
Press the "Variable list" button at the flow.
tracevaluefx.png
tracevaluefx.png (40.85 KiB) Viewed 2113 times
Add a new row and record the variable.
For example, "Test Processor Voltage" and "Test Battery Voltage".
Close this window and double-click on the operation you want to trace.
Select the variables tab.

Add the variable to the block. The best way is to add process and product variables. If a PLC provides the data, the data will first be saved to the process values, and when the PLC sends a pass product signal, the current process data will be saved as product data. So, if you want to get these data from a PLC, you need to temporarily store the data in the process values.
blockvars.png
blockvars.png (26.12 KiB) Viewed 2113 times
When you run a production process, type the instance code on the terminal and press the "Data" button. You can type the tracing values.
PLC can also provide these data.
prodessdata.png
prodessdata.png (29.43 KiB) Viewed 2110 times
Important: You can force the operator to fill in all of the data at every part. If you want to get this data from the operator every time, don't add the values to the block as process values. In this case, x4Trace will show a dialog to the operator when a product passes. "If the PLC or another device provides the data, the variable is also needed as a process variable."

Re: Trace a part value at operation

Posted: Thu Mar 20, 2025 3:08 pm
by x4Trace
If you open the order, you will see the saved tracing data.
orderinstancedata.png
orderinstancedata.png (30.43 KiB) Viewed 2105 times