Hi,
My model involves several stations, with different processing times. I came across the a model where the on Model reset trigger was employed to fetch the processing time values from a script and inserted into the processor.
The syntax I am speaking is as follows:
getvarnode("Processor1", "cycletime").value = 2; (or the number you want to assign)
When I tried the similar process for the stations however I was unable to implement it.
In the tree I could see station has a processTime mentioned, unlike in the processor where cycletime was mentioned.
Could someone guide me how to use the above syntax with respect to stations.
Thank you.