
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
112/
316
TITLE
DRAW.NO.
3.8.4 (type)_TO_UINT
Function
When EN is set to ON and is receiving the power flow,
(type)_TO_UINT converts the data of input parameter IN to UINT data
and outputs the result to output parameter Q.
If the conversion results in an overflow, the maximum value for that
data type is output to Q. In such a case, ENO is not output.
Furthermore, if the conversion results in an underflow, the minimum
value for that type is output to Q. Again, in such a case, ENO is not
output.
(type)_TO_UINT instructions
Name Explanation
INT_TO_UINT Converts from INT to UINT
DINT_TO_UINT Converts from DINT to UINT
Format
(type)
TO
UINT
IN Q
(EN) (ENO)
??????? ???????
Parameters
Parameter Data type Meaning
EN BOOL Execution of conversion
IN INT, DINT Input data
ENO BOOL Normal end flag
Q UINT Result of conversion