afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Digital Output Events: line assiociated with Idling state is activated by IgnitionOn event #17

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

When event that asserts digital output line is set to Idling the line is affected by IgnitionOn state, not Idling. Steps to reproduce:

  1. configure port 1 as a digital output and associate this port with Idling function;
  2. configure port 3 as a digital input and associate this port with IgnitionOn function; set the high state of the port 3 to be a trigger for line activation;
  3. set maxIdlingTime to some high value, in eg. 100 seconds
  4. simulate port 3 to high level to trigger IgnitionOn
  5. check the state of port 1 (associated with Idling) - it is high despite the fact that the Idling state has not already been obtained by terminal
afarran commented 9 years ago

Was the speed 0?

ArturMalyszewicz commented 9 years ago

The speed is zero so this issue is invalid.