Undelayed
if_not_pin_cond
Short
List Command
Function
Conditional command execution: This command immediately executes the directly
following list command, if the current IOvalue at the LASER connector's 2-bit digital input
port does not meet the following condition:
((IOvalue AND Mask1) = Mask1) AND (((not IOvalue) AND Mask0) = Mask0)
(i.e. if the bits specified in Mask1 are not 1 or the bits specified in Mask0 are not 0).
Otherwise, the next list command is skipped over.
Call
if_not_pin_cond( Mask1, Mask0 )
Parameters
Mask1,
Mask0
Comments
• Also see
®
®
RTC
4 RTC
5 new command
References
if_pin_cond, if_cond,
Undelayed
if_pin_cond
Short
List Command
Function
Conditional command execution: This command immediately executes the directly
following list command, if the current IOvalue at the LASER connector's 2-bit digital input
port meets the following condition:
((IOvalue AND Mask1) = Mask1) AND (((not IOvalue) AND Mask0) = Mask0)
(i.e. if the bits specified in Mask1 are 1 and the bits specified in Mask0 are 0). Otherwise, the
next list command is skipped over.
Call
if_pin_cond( Mask1, Mask0 )
Parameters
Mask1,
Mask0
Comments
• Also see
®
®
RTC
4 RTC
5 new command
References
if_not_pin_cond, if_cond,
®
RTC
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
2-bit masks as unsigned 32-bit values
(only the least significant 2 bits are evaluated)
"Conditional Command Execution", page
if_not_cond
2-bit masks as unsigned 32-bit values
(only the least significant 2 bits are evaluated)
"Conditional Command Execution", page
if_not_cond
213.
213.
304
Need help?
Do you have a question about the RTC 5 PC Interface Board and is the answer not in the manual?