afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

DigInp1Hi: discrepancy between names of the messages in terminal and documentation #13

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

In AVL documentation: "004 M2M0030FS126-AVL" and "005 AS027 AVL Agent User Guide" the name of the message sent when digital input line #1 becomes high is "DigitalInp1Hi" but in terminal the name of the message is "DigInp1Hi".

The same is for other DigInpXHi and DigInpXLo messages. Steps to reproduce:

  1. Configure port1 as digital input.
  2. Configure funcDigInp1 as the General Purpose line
  3. Simulate port 1 state change from low to high (to trigger the message)
  4. Check the name of the received message: it is DigInp1Hi (not as DigitalInp1Hi as in documentation)

Version of AVL Agent: v3.2.2 r1625

afarran commented 9 years ago

This is a documentation issue. The correct name starts with: "DigInp" instead of "DigitalInp"

TroyManary commented 9 years ago

AS027 AVL User Guide V4.03 (Dec, 2014) has corrected this.