VA Motion Controller Programming Manual
240
range
T#O~T#4,294,967,295
" milliseconds, such as
T#1 MS
Valid format : %u, default %u
Output, when the format is %u , the output is
the TIME type that represents the input as unprefixed , in
milliseconds, such as input T#1 S , output 1000; if no format
is specified, the output represents the input as a
prefixed TIME type If you input T#1 S , the output
is T#1000MS
1 0.5 Bit operation function BIT_UTIL
The bit manipulation function is a program organization unit
POU
with multiple input
parameters and one output parameter . It can reaDAnd write the input bit string. The bit operation
function is abbreviateDAs
BIT_UTIL
. The bit manipulation function needs to be inserted separately
into the firmware library. The instruction contained in the bit manipulation function ( in the editing
wizard, select from the drop-down list "
BIT_UTIL
" )
10.5.1 BIT_TEST (Read bit value instruction in bit
string )
LD, FBD
programming language
Function: The BIT_TEST instruction is used to read the value of a single bit in the input bit
string.