RTC
®
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
304
innovators for industry
Undelayed
Short
List Command
if_not_pin_cond
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
2-bit masks as unsigned 32-bit values
(only the least significant 2 bits are evaluated)
Comments
• Also see
"Conditional Command Execution", page 213
.
RTC
®
4
RTC
®
5 new command
References
,
Undelayed
Short
List Command
if_pin_cond
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
2-bit masks as unsigned 32-bit values
(only the least significant 2 bits are evaluated)
Comments
• Also see
"Conditional Command Execution", page 213
.
RTC
®
4
RTC
®
5 new command
References
,