AMX NXI manual Notes on Specific Telnet/Terminal Clients, LED Disable/Enable SendCommands

Models: NXI

1 28
Download 28 pages 35 Kb
Page 15
Image 15
Notes on Specific Telnet/Terminal Clients

Programming

Notes on Specific Telnet/Terminal Clients

Telnet and terminal clients will have different behaviors in some situations. This section states some of the known anomalies.

WindowsTM client programs

Anomalies occur when using a Windows client if you are not typing standard ASCII characters (i.e. using the keypad and the ALT key to enter decimal codes). Most programs will allow you to enter specific decimal codes by holding ALT and using keypad numbers.

For example, hold ALT, hit the keypad 1, then hit keypad 0, then release ALT. The standard line feed code is entered (decimal 10). Windows will perform an AnsiToOem conversion on some codes entered this way because of the way Windows handles languages and code pages.

The following codes are known to be altered, but others may be affected depending on the computer's setup.

Characters 15, 21, 22, and any characters above 127.

This affects both Windows Telnet and Terminal programs.

Linux Telnet client

The Linux Telnet client has three anomalies that are known at this time:

A null (\00) character is sent after a carriage return.

If an ALT 255 is entered, two 255 characters are sent (per the telnet RAFT).

If the code to go back to command mode is entered (ALT 29 which is ^]), the character is not sent, but telnet command mode is entered.

LED Disable/Enable Send_Commands

The following commands enable or disable the LEDs on the NXI.

LED Send_Commands

LED-DIS

Issue this command to port 1 to disable all the LEDs on the NXI. When activity

Disables the LEDs.

occurs on a port(s) or NXI, the LEDs will not light.

Syntax:

 

 

SEND_COMMAND <DEV>,'LED-DIS'

 

Example:

 

SEND_COMMAND System_1,'LED-DIS'

 

Disables all the LEDs on the System_1 NXI.

 

 

LED-EN

Issue the command to port 1 to enable the LEDs on the NXI (default setting).

Enable LEDs (default).

When activity occurs on a port(s) or NXI, the LEDs light.

Syntax:

 

 

SEND_COMMAND <DEV>,'LED-EN'

 

Example:

 

SEND_COMMAND System_1,'LED-EN'

 

Enables the System_1 NXI's LEDs.

 

 

RS232/422/485 Ports Channels

RS232/422/485 Ports Channels

255 - CTS push channel

Reflects the state of the CTS input if a 'CTSPSH' command was sent to the port.

NXI NetLinx Integrated Controller

11

 

 

Page 15
Image 15
AMX NXI manual Notes on Specific Telnet/Terminal Clients, LED Disable/Enable SendCommands, RS232/422/485 Ports Channels