global_table_issue.fsmHi everyone,
I have a question about accessing specific columns in my global table.
In my project, I have three workstations, each handling a different type of box. The boxes of type A, B and C have labels for arrivalTimeA
, arrivalTimeB
, arrivalTimeC
, and corresponding departureTimeA
, departureTimeB
, departureTimeC
. Each workstation has a sink, and I want to write the relevant arrival and departure times to specific columns in the global table for that station.
However, when I use the "Add Row and Data to GlobalTable" function in the second workstation, it only adds rows to the arrival and departure columns meant for the first workstation.
Could anyone explain how to correctly write data to the third and fourth columns for the second station and the fifth and sixth columns for the third station? I’d be incredibly grateful for your help! :)