Is there a lighthouse event by a command?

Is there a lighthouse event by a command?

joerg_vogel_HsH
Mentor Mentor
13 Views
2 Replies
Message 1 of 3

Is there a lighthouse event by a command?

joerg_vogel_HsH
Mentor
Mentor

[ FlexSim 19.2.1 ]

I would like to put a command into my logic, that when I execute the command an event is created and I can listen to. The method should work in Process Flow logic as well in 3D trigger logic. I need it to implement a safety function in a group of processors like a emergency stop. I know the message feature. But I’d like to listen on an event like OnMessageSend. Or is there the possibility to listen to user events.

Regards, Jörg

0 Likes
Accepted solutions (1)
14 Views
2 Replies
Replies (2)
Message 2 of 3

JordanLJohnson
Autodesk
Autodesk
Accepted solution

You can use executesubflow(). That will create a token that will generate events that you can listen to.

.


Jordan Johnson
Principal Software Engineer
>

Message 3 of 3

joerg_vogel_HsH
Mentor
Mentor

@jordan.johnson, thank you for your answer.

0 Likes