Tabla de contenido

Publicidad

Idiomas disponibles

Idiomas disponibles

Instruction Manual - English
VT1512-IP
Sample Response –
<status time="1234567890">
<voltage>119.14</voltage>
<voltpeak time="0">0.00</voltpeak>
<amperage>0.00</amperage>
<wattage>0.00</wattage>
<pwrva>0.15</pwrva>
<pwrfact>0.00</pwrfact>
<pwrcond>0</pwrcond>
<brkrfault>0</brkrfault>
<lastseqstate>1</lastseqstate>
<seq>0</seq>
<cycprog>0</cycprog>
<coprocop>1</coprocop>
<coproclink>1</coproclink>
<coprocimp>0</coprocimp>
<coproccrcerrs>0</coproccrcerrs>
<crcerrs>2</crcerrs>
<outlet id="1">1</outlet>
<outlet id="2">1</outlet>
<outlet id="3">1</outlet>
<outlet id="4">1</outlet>
<outlet id="5">1</outlet>
<outlet id="6">1</outlet>
<outlet id="7">1</outlet>
<outlet id="8">1</outlet>
<outlet id="9">1</outlet>
<outlet id="10">1</outlet>
<outlet id="11">1</outlet>
<outlet id="12">1</outlet>
<tfilestate len="0" chk="4294967295" mtime="4294967295" busy="0" lock="0" url="" />
</status>
Details –
Element Description
voltage measured RMS line voltage, 1 Vac precision.
voltpeak measured peak voltage, 1 Vac precision. "time" attribute represents time of occurrence.
amperage measured total load current, 0.1 Ampere precision.
wattage measured total power consumption, 1 Watt precision.
pwrva measured volt-ampere consumption, 1 VA precision.
pwrfact measured load power factor, 0.01 precision.
pwrcond power condition: 0 = normal; 1 = fault recovery; 2 = under voltage; 3 = over voltage.
seq power sequence state: 0 = no sequence; 1 = sequencing ON; 2 = sequencing OFF.
cycprog group power cycle operation state: 0 = no cycle in progress; 1 = cycle in progress.
outlet state: 0 = outlet OFF; 1 = outlet ON. "id" attribute's decimal value represents outlet number.
All other elements are for Nortek Security & Control use only.
Send Settings Query
The Send Settings query is used to retrieve the device configuration settings. Response settings elements are enclosed in the <settings> element.
Query –
<sendsettings/>
Sample Response –
<settings time="1234567890">
... (see Common Attributes section) ...
</settings>
Details –
Element Description
settings device configuration settings. See Common Attributes section for details.
www.panamax.com
8

Action Commands

Switch Outlet Action
The Switch Outlet action is used to turn ON or turn OFF an outlet.
Sample Action –
<outlet id="2">0</outlet>
Details –
Element Description
outlet switch outlet: 0 = outlet OFF; 1 = outlet ON. The "id" attribute indicates which outlet, decimal number 1-12.
Switch Outlet Group Action
The Switch Outlet Group action is used to turn ON or turn OFF an outlet group.
Sample Action –
<outlets grp="c3">1</outlets>
Details –
Element Description
outlets switch outlet group: 0 = outlets OFF; 1 = outlets ON. The "grp" attribute indicates which outlets participate in the group, using hexadecimal digits. See Common Attributes
section for details.
Cycle Outlet Action
The Cycle Outlet Group action is used to power cycle an outlet group. Each outlet power cycle delay is defined in the device configuration settings. See Common Attributes section for
details.
Sample Action –
<cycleoutlet id="2"/>
Details –
Element Description
"cycleoutlet" power cycle outlet. The "id" attribute indicates which outlet, decimal number 1-12.
Cycle Outlet Group Action
The Cycle Outlet Group action is used to power cycle an outlet group. Each outlet power cycle delay is defined in the device configuration settings. See Common Attributes section for
details.
Sample Action –
<cycleoutlets grp="1c3"/>
Details –
Element Description
"cycleoutlets" power cycle a group of outlets. The "grp" attribute indicates which outlets participate in the group, using hexadecimal digits. See Common Attributes section for details.
Cycle Predefined Outlet Group Action
The third method for cycling outlets relies on the cycle group already defined by the set cycle group command (see: Set Settings Action). Otherwise, this command behaves identically to
the other two cycle commands. See Common Attributes section for details.
Sample Action –
<cyclegrp/>
Sequence Action
The Sequence action is used to initiate a power sequence of an outlet group. The power sequence outlet group and each outlet sequence on and sequence off delays are defined in the
device configuration settings. See Common Attributes section for details.
Sample Action –
<sequence>0</sequence>
Details –
Element Description
sequence power sequence outlet group: 0 = power OFF sequence; 1 = power ON sequence.
Subscribe Action
The Subscribe action is used to subscribe to device events.
Sample Action –
<eventmgr>
<subscribe uri="ctrlsys://127.0.0.1:12345"/>
</eventmgr>
www.panamax.com
9

Publicidad

Tabla de contenido
loading

Tabla de contenido