Phase query, Version query, Factory default – AMX Radia Eclipse 4-Channel Dimmer Module RE-DM4 User Manual

Page 51

Advertising
background image

AMX RADIA Lighting Programming

43

RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules

Phase Query

This function queries the current state of the phase detection system.



Phase zero-crossing detection occurs at all times.



In the presence of a phase/zero-cross error, the AxLink LED will blink very fast (>10Hz) and all
string responses (where existent) will be "PHASE ERROR!".

Version Query

This function queries the Radia for its firmware version.

Factory Default

This function commands the Radia to restore all factory defaults.

Phase Query

String:

[<pack>]Y

Response:

P<pack>: <pass/fail> 1<state1> 2A<state2A> 2B<state2B> 3<state3>

The <pass/fail> item will either be 'OK' or 'FAIL' to indicate an overall condition.

The <state> items are phase specific to indicate which phase is failing.

The <state> will either be 'Y' for okay or 'N' failure.

Example:

SEND_STRING Radia,"'Y',13"

check phase status

Response: "12,'P01: OK 1Y 2AN 2BN 3N',13,10,'?'"

Good response

SEND_STRING Radia,"'Y',13"

check phase status

Response: "12,'P01: FAIL 1Y 2AN 2BN 3Y',13,10,'?'"

Fail on 2A and 2B

Version Query

String:

<pack>VER

Response:

P<pack> <version string>

Example:

SEND_STRING Radia,"'VER',13"

Request version

Response: "12,'P01 v3.14',13,10,'?'"

If <p> is specified, it must be 1 (e.g. 1Y).

Factory Default

String:

FACTORY

Response:

None

Example:

SEND_STRING Radia,"'FACTORY',13"

Restore Factory Defaults

Response: None

Advertising