847
edits
Line 43: | Line 43: | ||
Inside the while loop, we need to test if the measurement has been stopped. An IF instruction can be used to perform such logical test. The IF instruction allow you to chose between two different actions to take regarding the state of an event or the value of parameter. Here, we will test if the event "Measurement is stopped" occurred.<br> | Inside the while loop, we need to test if the measurement has been stopped. An IF instruction can be used to perform such logical test. The IF instruction allow you to chose between two different actions to take regarding the state of an event or the value of parameter. Here, we will test if the event "Measurement is stopped" occurred.<br> | ||
To add the IF instruction inside the loop, select the "End | To add the IF instruction inside the loop, select the "End while", open the Algorithmic list and select "If ... Then". Setup the If test as follow : | ||
[[Image:If.png|framed|none]] | [[Image:If.png|framed|none]] |
edits