openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

JMRI OpenLCB Send Frame EventID format #97

Closed RR-CirKits closed 2 months ago

RR-CirKits commented 6 years ago

'Send Event Produced' will accept:

0201571000070006
and
02 01 57 10 00 07 00 06

However it will not accept:

02.01.57.10.00.07.00.06

This is unfortunate because the form with dots is what you get
when you cut and paste an EventID from the traffic monitor. At
first I just thought that the tool was not working, because when I
entered the dotted version nothing at all happened when I clicked
on "Send Event Produced". (not even an error message)

There doesn't seem to be any help related to this tool either. 

Thanks,

Dick :)
dpharris commented 6 years ago

I noticed another tool used this and had a call to a function. I will try to carry this over to the SendFrame tool.

balazsracz commented 6 years ago

this also impacts the "send datagram" component of the send frame tool (as we recently figured out)

bobjacobsen commented 1 year ago

I believe this has been fixed, at least in the "Send Event Produced" case.

dpharris commented 2 months ago

Resolved with updates.