Jump to content

Change the state of entities while on a transporter


npieters
 Share

Recommended Posts

Hello,


Is it possible to change the state of just the entities while they are on a transporter?

Because now i get an error when I put an add-on process to change the state of the entities going throug the node because simio tries to change the state of the transporter too.


Thanks for the help, would really appreciate it!

Link to comment
Share on other sites

To change the states of Entities riding on a Transporter, use a Search step to find the Entities then use the Assigns the on the found branch. Use the following settings on the Search step: Collection Type - 'QueueState', Queue State Name - 'Vehicle.RideStation.Contents', and Limit - 'Infinity'.

Link to comment
Share on other sites

Or, if you only want to change the first entity, you can go directly to it and change it without any process steps.

As an example, in the attached model I change the picture of the entity riding a vehicle when it enters TransferNode1. Note that the condition is required to prevent trying to change the picture when the vehicle goes back through the node without an entity.

ChangeEntityPictureOnTransporter.spfx

Assignment2.thumb.PNG.fb24d71c09e7a281aa79c106b181fcc5.PNG

Link to comment
Share on other sites

×
×
  • Create New...