Difference between revisions of "NVGate Macro"

Jump to navigation Jump to search
8 bytes added ,  13:25, 18 May 2020
Line 41: Line 41:
====If instruction====
====If instruction====


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 current 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 while", open the Algorithmic list and select "If... Then...". Setup the If test as follow :  
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 :  

Navigation menu