afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

DigitalOutputs: when LPM trigger is set to BuiltInBattery and external power source is present digital output associated with LPM trigger line does not go back to low state #35

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

The digital output line associated with LPM trigger does not go back to low state when external power source is present again.

Steps to reproduce:

  1. Set SIN=17(power) PIN=5(extPowerPresentStateDetect) to value "Both"
  2. Configure port 1 as a digital output and associate this port with LowPower function
  3. Set the high state of the output be the indicator of active line
  4. Set lpmEntryDelay (PIN 32) to high value (terminal is not supposed to enter low power mode)
  5. Set lpmTrigger (PIN 31) to Built-on battery
  6. Simulate external power source present
  7. Check the state of digital output port - line in low state
  8. Simulate external power source not present
  9. Ckeck the state of digital output port - line is in high state - that is correct
  10. Simulate external power source present again
  11. Check the state of digital output port - it does not go to low state

version of AVL: 3.2.2

ArturMalyszewicz commented 9 years ago

This also applies for configuration when LPM trigger is set to both IgnitionOff and BuiltInBattery. Digital output does not go back to low state when no lpm trigger is active.

TroyManary commented 9 years ago

Argus 21621

afarran commented 9 years ago

Can't reproduce