unico_set
Purpose:
-
Update parameter values for a Unico drive.
Enter:
-
unico_set [-s slot] <parameter_name> <value> [+d]
Where:
-
-s slot
Optional. Specify the connected slot on the Unico communications board. Specify A-D or 0-3. The default is slot D.
parameter_name
Specify the parameter name whose value is to be updated. If the parameter name includes spaces, enclose it in double-quotes.
value
Specify the value to be sent to the drive in the units defined by the archive file. The value is scaled according to the engineering units in the archive file.
+d
Optional. Specify this flag to display diagnostic messages.
Example:
-
unico_set “motor max power” 10.0
unico_set -sD “motor max power” 10.0
unico_set -s3 “motor max power” 10.0
Notes:
-
If the parameter is included in the write control file and the value is within the valid range, the set command will be sent to the drive. The new value will be read from the drive and displayed by this utility.
The above examples are equivalent.