Rev 1260 | Rev 1262 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1260 | Rev 1261 | ||
|---|---|---|---|
| Line 451... | Line 451... | ||
| 451 | </command> |
451 | </command> |
| 452 | <command id="128" name="CONFIG" type="specific" module="softPWM" description="Configure the PWM"> |
452 | <command id="128" name="CONFIG" type="specific" module="softPWM" description="Configure the PWM"> |
| 453 | <variables> |
453 | <variables> |
| 454 | <variable name="Period" type="uint" start_bit="0" bit_length="16" unit="ms" description=""/> |
454 | <variable name="Period" type="uint" start_bit="0" bit_length="16" unit="ms" description=""/> |
| 455 | <variable name="Resolution" type="uint" start_bit="16" bit_length="8" unit="ms" description=""/> |
455 | <variable name="Resolution" type="uint" start_bit="16" bit_length="8" unit="ms" description=""/> |
| - | 456 | </variables> |
|
| - | 457 | </command> |
|
| - | 458 | <command id="128" name="Testerdata" type="specific" module="TestPrgRig" description="All data from tester rig"> |
|
| - | 459 | <variables> |
|
| - | 460 | <variable name="Voltage" type="float" start_bit="0" bit_length="16" unit="Volt" description=""/> |
|
| - | 461 | <variable name="Current" type="float" start_bit="16" bit_length="16" unit="Ampere" description=""/> |
|
| - | 462 | <variable name="ConnStatus" type="enum" start_bit="32" bit_length="8" unit="" description=""> |
|
| - | 463 | <value id="1" name="Connected"/> |
|
| - | 464 | <value id="0" name="Disconnected"/> |
|
| - | 465 | </variable> |
|
| - | 466 | <variable name="TestStatus" type="enum" start_bit="40" bit_length="8" unit="" description=""> |
|
| - | 467 | <value id="255" name="Voltage failed"/> |
|
| - | 468 | <value id="254" name="Current failed"/> |
|
| - | 469 | <value id="3" name="Enabled"/> |
|
| - | 470 | <value id="2" name="Qual2"/> |
|
| - | 471 | <value id="1" name="Qual1"/> |
|
| - | 472 | <value id="0" name="Idle"/> |
|
| - | 473 | </variable> |
|
| 456 | </variables> |
474 | </variables> |
| 457 | </command> |
475 | </command> |
| 458 | </commands> |
476 | </commands> |
| 459 | <modules> |
477 | <modules> |
| 460 | <module id="0" name="Debug" class="tst"/> |
478 | <module id="0" name="Debug" class="tst"/> |