Comment 3 for bug 1418526

Revision history for this message
Richard Fearn (richardfearn) wrote :

The bug has a slightly worse effect when using camonitor, since the array containing the binary representation of the last value doesn't change when zero is encountered:

[...]
ess-devHost:aiExample 2015-02-05 13:57:43.106351 110 HIGH MINOR
ess-devHost:aiExample 2015-02-05 13:57:44.106790 111 HIGH MINOR
ess-devHost:aiExample 2015-02-05 13:57:45.107820 1000 HIHI MAJOR
ess-devHost:aiExample 2015-02-05 13:57:46.108123 1001 HIHI MAJOR
ess-devHost:aiExample 2015-02-05 13:57:47.108504 1001 LOLO MAJOR <-- should show "0"
ess-devHost:aiExample 2015-02-05 13:57:48.109039 1 LOLO MAJOR
ess-devHost:aiExample 2015-02-05 13:57:49.109933 10 LOLO MAJOR
ess-devHost:aiExample 2015-02-05 13:57:50.111493 11 LOW MINOR
[...]