[N] Parameters

<< Click to Display Table of Contents >>

 

[N] Parameters

PLC Tags are used only to send requests to a panel, by using a Tag's writing operations. The PLC Tags of this Driver do not support reading operations. Requests can be Simple or Normal.

To send a Simple request, use a PLC Tag with the configuration indicated on the next table.

Configuration for Simple requests

Parameter

Description

N1

0 (zero, identifier for Simple requests)

N2

Request code. Possible values are 0: Requests a retransmission of all current events ("#E*"), 1: Requests a panel to mute ("#X*"), 2: Requests an evacuation ("#Y*"), 3: Requests a panel reset ("#Z*"), or 4: Requests a panel to accept all events ("#W*", only for the X400 model)

N3

Not used

N4

Not used

 

To send a Normal request ("#1eepplaaazzzccc*"), use a PLC Tag with the configuration indicated on the next table.

Configuration for Normal requests

Parameter

Description

N1

Event number, between 1 (one) and 99

N2

Panel or node number, between 0 (zero) and 999

N3

Loop number (l, between zero and 99) plus the zone number (between zero and 9999) multiplied by 10

N4

Address number, between 0 (zero) and 999

 

To send a request, write any value to this PLC Tag or use this PLC Tag's Write method.

Was this page useful?