Instruction Manual

Language Reference Reference 275
Publication 1398-PM601A-EN-P October 2000
WORDS
UTOC1
Convert user units to counts Conversion
Purpose Convert a variable from user units to encoder counts using SCALE.
Syntax variable_1 = UTOC1 variable_2
variable_1 Variable_1 can be a nonvolatile variable Gn, a volatile variable
Vn, or another system variable
variable_2 Variable_2 can be a nonvolatile variable Gn, a volatile variable
Vn, another system variable, or a constant.
Remarks
See Also @, UTOC2, CTOU1, CTOU2, SCALE, Conversions on page 131
Example
V3 = UTOC1 V4
UTOC2
Convert user units to counts Conversion
Purpose Convert a variable from user units to encoder counts using SCALE2.
Syntax variable_1 = UTOC2 variable_2
variable_1 Variable_1 can be a nonvolatile variable Gn, a volatile variable
Vn, or another system variable.
variable_2 Variable_2 can be a nonvolatile variable Gn, a volatile variable
Vn, another system variable, or a constant.
Remarks
See Also @, UTOC1, CTOU1, CTOU2, SCALE2, Conversions on page 131
Example
V3 = UTOC2 V4