npieters Posted April 20, 2016 Share Posted April 20, 2016 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 More sharing options...
KatieP Posted April 21, 2016 Share Posted April 21, 2016 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 More sharing options...
dsturrock Posted April 23, 2016 Share Posted April 23, 2016 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 Link to comment Share on other sites More sharing options...
Recommended Posts