Trace a part value at operation

Tracing production data.
Post Reply
x4Trace
Posts: 37
Joined: Fri Feb 14, 2025 2:24 pm

Trace a part value at operation

Post 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 2114 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 2114 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 2111 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."
Last edited by x4Trace on Thu Mar 20, 2025 3:08 pm, edited 1 time in total.
x4Trace
Posts: 37
Joined: Fri Feb 14, 2025 2:24 pm

Re: Trace a part value at operation

Post by x4Trace »

If you open the order, you will see the saved tracing data.
orderinstancedata.png
orderinstancedata.png (30.43 KiB) Viewed 2106 times
Post Reply