Menu

#1 Remote Annunciator Reset Fails

v1.0a
open
Alarms (1)
5
2011-05-26
2011-05-26
No

ResetAnnunciator() Block fails

//Replace the relevant bit
bin16 = bin16.substring(0, sendresetregbit) + "0" + bin16.substring(sendresetregbit + 1);

Is creating incorrect bit sequences... eg 11111110 instead of 00000000

Discussion


Log in to post a comment.