Hello,
Here is also one approach, see this example layout:
ShiftsForProcesses Example.vcmx (719.6 KB)
The layout has a component called ‘List reader’, which has a Note behavior called ‘Data’. It is as generic component used to parse one line at a time and copy its comma separated values to process routine variables defined in the first row.
In this case it has ‘duration’ and ‘contents’, the first variable value is used in the process as delay and the latter is used to set the to component property ‘TimeTableContents’. The component property value can be read by other components at any time. If the value is ‘Operation’, the CNC machines run the next cycle.