Specifications
NetLinx Programming
89
NX-Series Controllers - WebConsole & Programming Guide
AxLink Commands
The following commands program the AxLink ports on the NX controller.
PoE SEND_COMMANDs (Cont.)
Command Description
SET
POWER
ON
Enables PoE to the port. PoE is turned on by default.
Syntax:
SEND_COMMAND <DEV>,"'SET POWER ON'"
Example:
SEND_COMMAND PoE_24,"'SET POWER ON'"
AxLink SEND_COMMANDs
Command Description
AXPWROFF Powers off the specified AxLink port.
Syntax:
SEND_COMMAND <DEV>,"'AXPWROFF <UPPER|LOWER>'"
Variable:
UPPER|LOWER = Specifies the AxLink port on the controller
Example:
SEND_COMMAND 0,"'AXPWROFF UPPER'"
Powers off the upper AxLink port on the controller.
AXPWRON Powers on the specified AxLink port.
Syntax:
SEND_COMMAND <DEV>,"'AXPWRON <UPPER|LOWER>'"
Variable:
UPPER|LOWER = Specifies the AxLink port on the controller
Example:
SEND_COMMAND 0,"'AXPWRON LOWER'"
Powers on the lower AxLink port on the controller.
GET AX
FAULT
Retrieve the AxLink port which currently has a fault.
Syntax:
SEND_COMMAND <DEV>,"'GET AX FAULT'"
Example:
SEND_COMMAND 0,"'GET AX FAULT'"
Responds with ’AX FAULT: UPPER/LOWER’ or ’NONE’.










