afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

PowerMain and PowerBackup messages are not sent for firmware package ver IDP-680_800_v4.3.5.8338 #33

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

Messages PowerMain (MIN 2) and PowerBackup (MIN 3) are not sent according to external power presence for firmware package IDP-680_800_v4.3.5.8338. That applies both for AVL agent in versions 3_3_1 and 3_2_2.

For AVL in version 3_2_2 installed on IDP-6xx_8xx_v4.1.4.6768 those messages are sent correctly.

Steps to reproduce:

  1. For IDP 800 change state of External Power Presence to Yes (and then to No)
  2. No PowerMain nor PowerBackup message is sent.
afarran commented 9 years ago

Can you confirm what these properties are set to the following values in the test case? SIN=17(power) PIN=5(extPowerPresentStateDetect) val=Both SIN=126(AVL) PIN=59(FuncDigInp13) val=GeneralPurpose

ArturMalyszewicz commented 9 years ago

PIN=5(extPowerPresentStateDetect) was set to "Disabled" and that was a cause for not sending messages. After setting it to "Both" PowerMain and PowerBackup messages are sent as expected.

So there is another issue - in previous version of firmware the default setting for extPowerPresentStateDetect property is "Both" (not "Disabled" as in the documentation"). That was a reason I was mislead when reporting this issue.

afarran commented 9 years ago

See appendix A of AS027. AVL has recommended core service properties. These properties can be changed and incorporated into a new package using Solution Studio.

ArturMalyszewicz commented 9 years ago

Can you please respond to the second part of my comment? Should I report an issue for that version or leave it as it was already corrected?