Page 149
© Copyright 2021 ABB. All rights reserved.
Syntax: pas t,“password”,“password”
where “t” is to change the user password, “s” to change the super-user
password, and “a” to change the administrator password. password is the new password
Description
This command changes either the user or super-user password. You must be logged in as a super-user
to use this command. The password is sent twice in order to avoid mistakes.
The password must have at least 6 characters but no more than 15 characters.
You must be logged in as a super-user to use this command.
Syntax: sta obj,attr
where: obj,attr is an object-attribute pair. For example, ps1,sid.
Description
This command reports the value of the measurement, configuration, or control parameters in the
system. A couple examples are listed below to illustrate how this command works.
sta dc1,vdcReport plant voltage
sta dc1,adcReport plant load current
The command line would respond as follows for first command listed above.
* sta dc1,vdc
:DC1
VDC=-52.48
.
* _
The “* ” in the example above is the user command line prompt. The line “:DC1” indicates that the
information that follows is for the plant object. The line starting with “VDC”
identifies the DC voltage. The “.” line is the end-of-command identifier.
pas Change Passwords
sta Report Status