Rev 1262 | Rev 1266 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1262 | Rev 1263 | ||
|---|---|---|---|
| Line 132... | Line 132... | ||
| 132 | </variables> |
132 | </variables> |
| 133 | </command> |
133 | </command> |
| 134 | <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf"> |
134 | <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf"> |
| 135 | <variables> |
135 | <variables> |
| 136 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
136 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
| 137 | </variables> |
- | |
| 138 | </command> |
- | |
| 139 | <command id="129" name="Testerdata" type="specific" module="Debug" description="All data from tester rig"> |
- | |
| 140 | <variables> |
- | |
| 141 | <variable name="Voltage" type="float" start_bit="0" bit_length="16" unit="Volt" description=""/> |
- | |
| 142 | <variable name="Current" type="float" start_bit="16" bit_length="16" unit="Ampere" description=""/> |
- | |
| 143 | <variable name="ConnStatus" type="enum" start_bit="32" bit_length="8" unit="" description=""> |
- | |
| 144 | <value id="1" name="Connected"/> |
- | |
| 145 | <value id="0" name="Disconnected"/> |
- | |
| 146 | </variable> |
- | |
| 147 | <variable name="TestStatus" type="enum" start_bit="40" bit_length="8" unit="" description=""> |
- | |
| 148 | <value id="255" name="Voltage failed"/> |
- | |
| 149 | <value id="254" name="Current failed"/> |
- | |
| 150 | <value id="3" name="Enabled"/> |
- | |
| 151 | <value id="2" name="Qual2"/> |
- | |
| 152 | <value id="1" name="Qual1"/> |
- | |
| 153 | <value id="0" name="Idle"/> |
- | |
| 154 | </variable> |
- | |
| 155 | </variables> |
137 | </variables> |
| 156 | </command> |
138 | </command> |
| 157 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
139 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
| 158 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |
140 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |
| 159 | <variables> |
141 | <variables> |