Get Signal Value in Process Modelling

Hi :slight_smile:

I have multiple states which I want to store and receive in processes.
Therefore, I use SignalRelay in combination with SendSignal and WaitSignal, which is really nice.

However, I want to check multiple states in an if statement or while loop and I don’t know how to get the state of the signal, like for properties “GetProperty”

I tried using WaitSignal like this:
image

image

and wanted to check the value in a while loop:
image

but it resulted in:

Can you tell me what I am doing wrong?
Thanks in advance for your help :slight_smile:

BG,
Jürgen

You should leave the Condition field empty.
https://help.visualcomponents.com/4.9/Premium/en/English/Process%20Modeling/Process%20Statements/Wait_Signal.htm

1 Like

It works, thanks a lot!