VA Motion Controller Programming Manual
249
The value to be written, range 0~255
Input bit string, 0~65535
Output, change the lower byte ( lower
8
bits ) of
the input bit string to
IN1
Funtion and Action examples
Change the value of
the lower 8 bits of address V463 to 16 #52
When the contact C 215 is O N time , the
instruction is executed , the address
of V463 is low . 8 bit values to 16 # 52 , and
then output :
Results
of execution : 16 #0021-----16#0052
10.5.10 SET_MSB ( the high bit string 8 write
digit command )
LD, FBD
programming language
Function: SET_MSB instruction being for the most significant byte string input bit ( The Most
Significant BYTE ) Write value.
OUT:=SET_MSB ( IN1 , IN )
Note : IL, ST language programming needs to insert variables IN1, IN and OUT or use
constants in the variable worksheet of the current POU
SET_MSB instruction processing data types
The value to be written, range 0~255
Input bit string, 0~65535
Output, change the highest byte ( high 8 bits ) of
the input bit string to IN1