Help commands, Result and error codes, Identification commands – Kramer Electronics PL-18 User Manual

Page 12

Advertising
background image

PL-18 Commands in Protocol 3000

9

9

Emit via serial port 1 four bytes – the binary representation of P2000 “all-in 2” serial command:

Using the binary port to send binary data:

#bin uart, 1, 4 <CR> “[" $01 $82 $80 $81 "]"

Emit via IR port 2 forty-two bytes – the binary representation of Kramer signal “button-1”:
#bin ir, 2, 42 <CR> “[" $FF $01 $8F $69 $67 $65 $66 $69 $66 $6C $63 $66 $C9 $68 $C8 $66 $CB $66 $C8

$CE $FF $01 $BC $69 $66 $66 $C8 $69 $66 $69 $66 $66 $66 $69 $66 $69 $65 $67 $65 $FF $EF $26 "]"

U

Using the binary port to receive and convey binary data:
Convey four binary bytes received on serial port 1 – these four binary bytes are the binary representation of the

P2000 “all-in 2” serial command:

#rbin uart, 1, 4 <CR> “[" $01 $82 $80 $81 "]"

8.2

12B

Help Commands

Command

Syntax

Response

Protocol handshaking

#CR

~OKCRLF

8.3

13B

Result and Error Codes

Result/Error

Syntax

Command ran successfully, no error.

COMMAND PARAMETERS OK

Protocol Errors:

Syntax error

ERR001

Command not available for this device

ERR002

Parameter is out of range

ERR003

Unauthorized access (command run without the matching

login).

ERR004

8.4

14B

Identification Commands

Command

Syntax

Response

Protocol handshaking

#CR

~OK CRLF

Read device model

MODEL?

MODEL MACHINE_MODEL

Read device serial number

SN?

SN SERIAL_NUMBER

Read device firmware

version

VERSION?

VERSION MAJOR .MINOR .BUILD .REVISION

Set machine name

NAME MACHINE_NAME

NAME MACHINE_NAME RESULT

Read machine name

NAME?

NAME MACHINE_NAME

Reset machine name to

factory default*

NAME-RST

NAME-RST MACHINE_FACTORY_NAME

RESULT

Visual identification

IDV

IDV OK

*Note: The machine name is not the same as the model name. The machine name is used to identify a specific

machine or a network in use (with DNS feature on).

MACHINE_NAME = Up to 14 alphameric chars.
* Machine factory name = Model name + last 4 digits from serial number.

Advertising