You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if this is done on purpose or could be my wrong understanding of the specs:
XpressNet.cpp @411
if (XNetMsg[XNetlength] >= 4) {
if (notifyXNetPower)
notifyXNetPower(XNetMsg[XNetdata1]);
}
As described in Xpressnet spec 2003 EN version: 0xA3 is reporting a short-addr lok (non v3 protocol):
"Locomotive is being operated by another device
P+0x60+GA 0xA3 addr data1 data2"
In my understanding, reporting this as a power event is kinda misleading.
Offtopic: For my personal needs, I forked and introduced a new event: notifyLokBusy for 0xA3 and also for 0xE3 just after line 396.
Cheers,
CPM
The text was updated successfully, but these errors were encountered:
Hello,
I wonder if this is done on purpose or could be my wrong understanding of the specs:
XpressNet.cpp @411
As described in Xpressnet spec 2003 EN version: 0xA3 is reporting a short-addr lok (non v3 protocol):
"Locomotive is being operated by another device
P+0x60+GA 0xA3 addr data1 data2"
In my understanding, reporting this as a power event is kinda misleading.
Offtopic: For my personal needs, I forked and introduced a new event: notifyLokBusy for 0xA3 and also for 0xE3 just after line 396.
Cheers,
CPM
The text was updated successfully, but these errors were encountered: