IEC101 Objects: Difference between revisions
Jump to navigation
Jump to search
(Uus lehekülg: '<table border="1"> <th>Address</th><th>Description</th> <tr> <td>1 .. 12</td> <td>Input 1 ... 12 result after zero zone and deadband1</td> </tr> </table>') |
No edit summary |
||
(12 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
For all addresses the GWS parameter "Objects Base Address" is 0. | |||
Setup file for iex.exe can be found from \\Phobos\d\3_Tehniline\3.Seadmed\RTU_T\TELEM-AI12-T Objects.csv(Latest version svn://phobos.martem.ee/RTU-T-AI12/doc/TestObjectsForIecExe.csv) | |||
<table border="1"> | <table border="1"> | ||
<th>Address</th><th>Description</th> | <th>Address</th><th>Description</th><th>Default Value</th> | ||
<tr> | <tr> | ||
<td>1 .. 12</td> | <td>1 ... 12</td> | ||
<td>Input 1 ... 12 result after zero zone and deadband1</td> | <td>Input 1 ... 12 result after zero zone and deadband1</td> | ||
<td>Unknown</td> | |||
</tr> | |||
<tr> | |||
<td>50</td> | |||
<td>ZERO ZONE ENABLE - turns zero zone calculation ON or OFF</td> | |||
<td>ON</td> | |||
</tr> | |||
<tr> | |||
<td>51</td> | |||
<td>DEADBAND1 ENABLE - turns deadband1 calculation ON or OFF</td> | |||
<td>ON</td> | |||
</tr> | |||
<tr> | |||
<td>100</td> | |||
<td>CAL DATA GI - turns sending of calibration data ON or OFF on GI</td> | |||
<td>OFF</td> | |||
</tr> | |||
<tr> | |||
<td>101 ... 112</td> | |||
<td>CHx OFFSET - Channel x offset, in ADC digits</td> | |||
<td>Unknown</td> | |||
</tr> | |||
<tr> | |||
<td>113 ... 124</td> | |||
<td>CHx REF - Channel x reference, in ADC digits</td> | |||
<td>Unknown</td> | |||
</tr> | |||
<tr> | |||
<tr> | |||
<td>125 ... 136</td> | |||
<td>AIx OFFSET - AI x offset, in ADC digits. Can be different from CHx OFFSET if AIx is configured for voltage. For voltage a PGA is used.</td> | |||
<td>Unknown</td> | |||
</tr> | |||
<tr> | |||
<td>200</td> | |||
<td>CORR ENABLE - turns ON or OFF all calculations of ADC input</td> | |||
<td>ON</td> | |||
</tr> | |||
<tr> | |||
<td>1000</td> | |||
<td>LED RED - turns ON or OFF ALERT LED</td> | |||
<td>OFF</td> | |||
</tr> | |||
<tr> | |||
<td>2000</td> | |||
<td>ENABLE DEBUG - turns ON or OFF sending of software debug parameters. Debug parameters start with address 2001.</td> | |||
<td>OFF</td> | |||
</tr> | |||
<tr> | |||
<td>2001</td> | |||
<td>CLOCK TEST DI - Value is the state of LED RED, timestamp is the current time of TELEM-AI12</td> | |||
<td>Unknown</td> | |||
</tr> | |||
<tr> | |||
<td>2002</td> | |||
<td>ERROR DEADLINE - counter for task deadlines. If this value increases then TELEM-AI12 is not working correctly</td> | |||
<td>0</td> | |||
</tr> | |||
<tr> | |||
<td>2003</td> | |||
<td>ERROR AD73360 - counter for ADC AD73360. If this value increases then AD73360 is not working correctly</td> | |||
<td>0</td> | |||
</tr> | |||
<tr> | |||
<td>2004</td> | |||
<td>ERROR QUEUE AD73360 - counter for ADC AD73360 queue. If this value increases then AD73360 is not working correctly</td> | |||
<td>0</td> | |||
</tr> | |||
<tr> | |||
<td>2005</td> | |||
<td>ERROR QUEUE DATA1 - counter for IEC101 Data Class1 queue. If this value increases then it is an indication of communication errors.</td> | |||
<td>0</td> | |||
</tr> | |||
<tr> | |||
<td>2006</td> | |||
<td>ERROR SPONT CNT - counter for spontaneous events. If this value increases then it is an indication that some events are dropped. Indication of communication errors.</td> | |||
<td>0</td> | |||
</tr> | |||
<tr> | |||
<td>2007</td> | |||
<td>ERROR AI IO - AD73360 serial communication errors. In mixed mode 16th bit must me 0</td> | |||
<td>0</td> | |||
</tr> | |||
<tr> | |||
<td>2008</td> | |||
<td>ERROR AI AVG - AD73360 input accumulator errors. Averaged channel result is larger than 16bits.</td> | |||
<td>0</td> | |||
</tr> | |||
<tr> | |||
<td>2009</td> | |||
<td>ERROR AI MATH - input conversion and calibration errors from calculation.</td> | |||
<td>0</td> | |||
</tr> | </tr> | ||
</table> | </table> |
Latest revision as of 12:58, 3 February 2011
For all addresses the GWS parameter "Objects Base Address" is 0.
Setup file for iex.exe can be found from \\Phobos\d\3_Tehniline\3.Seadmed\RTU_T\TELEM-AI12-T Objects.csv(Latest version svn://phobos.martem.ee/RTU-T-AI12/doc/TestObjectsForIecExe.csv)
Address | Description | Default Value |
---|---|---|
1 ... 12 | Input 1 ... 12 result after zero zone and deadband1 | Unknown |
50 | ZERO ZONE ENABLE - turns zero zone calculation ON or OFF | ON |
51 | DEADBAND1 ENABLE - turns deadband1 calculation ON or OFF | ON |
100 | CAL DATA GI - turns sending of calibration data ON or OFF on GI | OFF |
101 ... 112 | CHx OFFSET - Channel x offset, in ADC digits | Unknown |
113 ... 124 | CHx REF - Channel x reference, in ADC digits | Unknown |
125 ... 136 | AIx OFFSET - AI x offset, in ADC digits. Can be different from CHx OFFSET if AIx is configured for voltage. For voltage a PGA is used. | Unknown |
200 | CORR ENABLE - turns ON or OFF all calculations of ADC input | ON |
1000 | LED RED - turns ON or OFF ALERT LED | OFF |
2000 | ENABLE DEBUG - turns ON or OFF sending of software debug parameters. Debug parameters start with address 2001. | OFF |
2001 | CLOCK TEST DI - Value is the state of LED RED, timestamp is the current time of TELEM-AI12 | Unknown |
2002 | ERROR DEADLINE - counter for task deadlines. If this value increases then TELEM-AI12 is not working correctly | 0 |
2003 | ERROR AD73360 - counter for ADC AD73360. If this value increases then AD73360 is not working correctly | 0 |
2004 | ERROR QUEUE AD73360 - counter for ADC AD73360 queue. If this value increases then AD73360 is not working correctly | 0 |
2005 | ERROR QUEUE DATA1 - counter for IEC101 Data Class1 queue. If this value increases then it is an indication of communication errors. | 0 |
2006 | ERROR SPONT CNT - counter for spontaneous events. If this value increases then it is an indication that some events are dropped. Indication of communication errors. | 0 |
2007 | ERROR AI IO - AD73360 serial communication errors. In mixed mode 16th bit must me 0 | 0 |
2008 | ERROR AI AVG - AD73360 input accumulator errors. Averaged channel result is larger than 16bits. | 0 |
2009 | ERROR AI MATH - input conversion and calibration errors from calculation. | 0 |