IN : UINT 16 bit register
Q : USINT Most significant byte
In FFLD language, the operation is executed only if the input rung (EN) is TRUE. The output rung (ENO) keeps the same value as the input rung.
In IL"Instruction list" This is a low-level language and resembles assembly, the input must be loaded in the current result before calling the function.
Q := HIBYTE (IN);
(* The function is executed only if EN is TRUE *)
(* ENO keeps the same value as EN *)
See also
LOBYTE LOWORD HIWORD MAKEWORD MAKEDWORD
|
Copyright © 2015 Kollmorgen™ |
|