
The sqDriveMsg Utility displays all the faults and warnings
present on the specified drive.

Arguments
-? |
Help |
-control # |
Controller number (default = 0) |
-server # |
Name or IP address of the host running server.exe |
-port # |
TCP/IP port on the host computer (default = 3300) |
-trace # |
Bit mask to specify trace information outputs. |
-node # |
Node address on the SynqNet network (default = 0). |
-drive # |
Index of the drive relative to the node (default = 0) |
-motor # |
The MPI motor object mapped to the drive (default =
0) |
-clear# |
Clear all faults |
Usage
|
|
|
|
FILENAME |
Show
all faults and warnings |
 |
 |
 |
|
- You can use either -node and -drive, OR just -motor
to specify the desired drive interface. |
Examples
To see the faults and warnings for drive 0 on node
1.
C:Mei\03.03.00\Xmp\Bin\WinNT>sqdrivemsg
-node 1
Fault Count = 1
Fault Read: 0x20: Invalid hall
state
Warning Count = 2
Warning Read: 0x1: Bus Under-Voltage
Warning Read: 0x4: Phase-Finding
is required
|