afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

In power service (SIN 17) extPowerVoltage (PIN 9) has value greater than 0 for extPowerPresent (PIN 8) set to false #31

Open ArturMalyszewicz opened 9 years ago

ArturMalyszewicz commented 9 years ago

If external power source is not present the value of the extPowerVoltage should be 0 but is has value greater than 0.

steps to reproduce:

  1. In power service (SIN 17) set property extPowerPresent (PIN 8) to false
  2. Read extPowerVoltage (PIN 9) - that is 24000 (not 0)
TroyManary commented 9 years ago

Argus 21639

TroyManary commented 9 years ago

Submitted to Argus as an Enhancement which needs to be analysed. It might be desirable for the simulator to leave these independent to test abnormal conditions.

In the meantime, the AVL Auto tests should set both values explicitly.