¿ªÔÆÌåÓý


Re: Disconnect between signal aspect showing on JMRI and ACTUAL signal aspect on layout #nce

 

¿ªÔÆÌåÓý

Nimble,

?

Only think I¡¯ve heard that might fit this is that if the commands to the Light-It come too fast, it will see the first command and miss the second command. I¡¯ve not seen it myself but have heard it happen to so. There were comments, either here or on the NCE list, and I recall some solution was found. Around six months ago, I think.

?

-Ken Cameron, Member JMRI Dev Team

?

?


HELP! Power unknown issue with JMRI - Trying to use wifi throttle with JMRI and NCE power cab

 

I was able to get the interface to be seen by the computer when running it through the cobalt power box. I could see it through the DecoderPro but when trying to use PanelPro for the wireless throttle i ran into an issue. The button to turn the server on was yellow and i was unable to turn it on or off. It gave me a message saying that power was unknown and to click to turn it off, but that didn't work. I then tried to use the interface normally through just the NCE powerCab and to my surprise the same issue was happening. DecoderPro could see it but i noticed that the power button located on the top right was also yellow.
?
My goal is to get WiFi throttle to work but i was unable to even turn on the server through PanelPro and I'm unsure of what the issue is
?
Essentially I've hit a wall where I can't seem to power on or see the power status of my NCE when working with the application. I need to find out how to be able to turn this on to see if i can get the WiFi to work with just the NCE System itself.?


Disconnect between signal aspect showing on JMRI and ACTUAL signal aspect on layout #nce

 

Hi JMRI user group,

This little black duck in St. Clair, Sydney, finally got some signalling up & running, sort of...

Is there any known issue[s] with JMRI and NCE that would cause JMRI to correctly show? the aspect? of a given [3 aspect] signal, BUT have the equivalent physical signal on my layout inconsistently update [or not] its aspect??

Note I said 'inconsistently', because some of the time a given signal will update correctly, another time not. [And it is not always the same signal that fails to update; it all appears rather random.]

?

SOME DETAILS

Simple loop running at present under test. Approximately 15 signals in the? large-ish loop. Currently running LOGIX programmed to have one signal RED, one signal AMBER, the remainder GREEN.

Logix operates correctly 'on screen' or 'virtually'.

I have tried various ways of programming the signal sequence, but always run into the same problem of inconsistent updating of aspects.

?

HARDWARE - all NCE

NCE PowerPro, NCE BD20 sensors [all track 'sensed'], NCE AIUs, their channels switched via the sensors. Each signal is connected to an NCE 'Light-it' stationary decoder acting as its driver.

?

ADDITIONAL OBSERVATIONS

Signals, when manually operated from the PC [JMRI signal table] update as directed 'on screen' & 'on layout', no failures.

AIU on board channel indicators [LEDs] operate correctly and cause JMRI sensor table to shown sensors as 'active' or 'inactive' as expected.

At one point I thought there may be data loss occurring through the 'bus' between the NCE system and the signal drivers, but this doesn't appear to be the case. I say this because I have one of the signals connected to the 'track bus' within 6 inches of the NCE box - and it still fails to update at times.

I can't take the project any further until reliability of correct aspect be attained.

?

I can supply more detailed info to anyone who thinks they can help.

Regards,

Nimble


Re: Multiple RFID tags in one block

 

Actually I was thinking of tags in both ends of cars in addition to the double readers - some wagons are more than 2m long.
The double readers make sure the tag is in the correct block, no matter how I do shunting across block borders into and out of my shed.
One or two readers on the cbus node does not make much of a cost difference.
?
I guess the ID Tag table will be the central element here, parsing on "where seen" to give block occupancy.
For display on the panel, I somehow will have to show only the locomotive or train name.
?
Torgrim
?


Re: Multiple RFID tags in one block

 

Torgrim,

It's a lot cheaper to have a tag on both ends of a piece of rolling stock to determine direction than it is to have duplicate readers everywhere. And only where direction actually matters, which is probably a relatively small percentage.

Wouter?

On Wed, 23 Apr 2025, 08:50 Torgrim Gjelsvik via , <torgrimg=[email protected]> wrote:
I must admit I am having a hard time grasping all the options available for RFID, reporters and block tracking.
?
Is there a way to handle more than one RFID tag in a block?
If I had RFID tags on all units, and RFID readers on all block borders, I would have a train of tags moving around.
A double reader could indicate the direction of travel. On my 1:8 scale garden railroad this is quite feasible.?
A Cbus node with an arduino nano and 2 cheap readers on every block border could do the job.
?
A tag should be in only 1 block - when a it enters a block it should be removed from any previous block.
Block occupancy is based on at least 1 tag in the block, to be shown on the panel.
?
But how can I do this in JMRI?
?
Regards, Torgrim
?


Re: Multiple RFID tags in one block

 

¿ªÔÆÌåÓý


Perhaps re-thinking what is tagged, and how it is handled might be worth doing.

One reason to tag all stock is to feed information into software for operations (whether OperationsPro or something else is a detail).? ?For this, knowing where every item of stock might be is important.?

But, for a train, in a block, what is important is the "train".? ? ?


So, if you are using tags on every piece of stock, I suggest you need something to filter things, and only put "locomotive" or a "representation of a train" into a block reporter.? ? ?
This could be done with LogixNG (I've got the elements written in code I've used on three layouts).? I can think if several ways to approach it, but which to choose depends on your use of tags, what a train consists, of etc..?

Or it could be done with the devices doing the "reading" and giving information from some tags (eg. Locomotive) into the Reporter structure for the blocks, but others are passed to the system through other means (one idea would be different reporters used for freight cars).? ?


Alternatively, and without requiring anything done in LogixNG or filtering the input data,??I have a couple of web-page views into JMRI which I need to write up for JMRI distribution as demonstration examples.? Those will do roughly what you have asked.??
The first takes the ID-Tag table (which will be populated from a Reporter reading tags as they pass a reader), and displays graphically all the stock in a block as it passes a reader.? When the stock passes another reader, it is removed from the first location, and appears at the second location.? ?Items appear in "train order".? ?
The second demonstration uses OperationsPro data, to not only show stock position, but also its destination and other details relevant to OperationsPro.??



- Nigel



------ Original Message ------
From "Torgrim Gjelsvik via groups.io" <torgrimg@...>
Date 23/04/2025 08:50:31
Subject [jmriusers] Multiple RFID tags in one block

I must admit I am having a hard time grasping all the options available for RFID, reporters and block tracking.
?
Is there a way to handle more than one RFID tag in a block?
If I had RFID tags on all units, and RFID readers on all block borders, I would have a train of tags moving around.
A double reader could indicate the direction of travel. On my 1:8 scale garden railroad this is quite feasible.?
A Cbus node with an arduino nano and 2 cheap readers on every block border could do the job.
?
A tag should be in only 1 block - when a it enters a block it should be removed from any previous block.
Block occupancy is based on at least 1 tag in the block, to be shown on the panel.
?
But how can I do this in JMRI?
?
Regards, Torgrim
?


Multiple RFID tags in one block

 

I must admit I am having a hard time grasping all the options available for RFID, reporters and block tracking.
?
Is there a way to handle more than one RFID tag in a block?
If I had RFID tags on all units, and RFID readers on all block borders, I would have a train of tags moving around.
A double reader could indicate the direction of travel. On my 1:8 scale garden railroad this is quite feasible.?
A Cbus node with an arduino nano and 2 cheap readers on every block border could do the job.
?
A tag should be in only 1 block - when a it enters a block it should be removed from any previous block.
Block occupancy is based on at least 1 tag in the block, to be shown on the panel.
?
But how can I do this in JMRI?
?
Regards, Torgrim
?


 

Steve
It's working as designed. Ghost blocks were never intended for anything other than the short blocks you have to add to get block routing working. If you can use then for something else fine, but you are going to have to work round it's foibles. Try adding a debounce on going inactive of 5 to 10 seconds.
Steve G.
?


Re: automation run

 

On Tue, Apr 22, 2025 at 08:16 PM, AD wrote:
14:40:22,536 apps.jmrit.log.Log4JTreePane ? ? ? ? ?INFO ?- changing Logging for jmri.jmri.dispatcher to TRACE [AWT-EventQueue-0]
14:40:24,187 apps.jmrit.log.Log4JTreePane ? ? ? ? ?INFO ?- changing Logging for jmri.jmri.dispatcher to TRACE [AWT-EventQueue-0]
?
Hi Tony,
?
There is no
jmri.jmri.dispatcher
?
Try
jmri.jmrit.dispatcher
?
?
Steve.
--
Steve Young,
Member JMRI Dev Team


Re: Reading CVs #zimo #mxulf

 

I see you have linked this topic in your case you opened on the issue.? Good thinking.

Hopefully someone will be able to look into this for you.
?
Trevor


Re: Nce power cab issue

 

¿ªÔÆÌåÓý

Peter,

?

While you are far away, try emailing NCE with the description of your problem. Include mention of this topic (subject and date you posted the first message) and they may be able to help. If the chip is deemed suspect, they would likely mail you a replacement. But contact them. All of us out here just use lots of their stuff.

?

-Ken Cameron, Member JMRI Dev Team

?

?


Re: Invisible pop ups

 

¿ªÔÆÌåÓý

On 22/04/2025 03:15, Steve Young via groups.io wrote:
Hi Chris,
?
This issue is normally related to Window Frames which can have the "Always on Top" property set.
The JMRI System Console is a handy Frame in this regard to test Dialogs with / behind.
?
Unfortunately it's a bit of a whack-a-mole, we can't add a blanket solution for this as dialog boxes could well attach to the the incorrect window in too many cases, causing further confusion.
?
See comments within for a bit of a technical explanation ( Window Modality ).
?
?
I can re-produce with the About Dialog, will upload a fix in due course.
?
Could you please provide some text within the LogixNG Dialog which is causing issues?

That's hard as I can't see the pop up so am only guessing but I suspect it's the one that says:

Edit ConditionalNG(s) in progress. Please complete edit f any ConditionsNGs and try again.

I certainly see it most when editing conditionNGs


There are a fair few Dialogs ( 2000+ in JMRI ), so it would be good to try and identify the correct one!
?
Thanks for reporting,
?

Thank you


Steve.
--
Steve Young,
Member JMRI Dev Team



 

I have an issue I can't track down and think it might have something to do with ghost block. It's repeatable. Every car in both trains is detectable. (I use BDL716 and tests show it very sensitive and reliable.)
?
Amtrak (top left in screenshot), FEC (bottom right in screenshot)
Amtrak has higher priority
Waits about half a block west of the turnout for it to close before proceeding thru eastbound
FEC stops at beginning of block
Turnout closes and Amtrak proceeds eastbound
Dispatcher throws turnout as soon as preceding block clears and before last passenger car clears causing short
?
Here's a screenshot and some logs:
?
Dispatcher allocated the turnout and threw it while a car was on the turnout.
It shouldn't matter for this but my blocks are all longer than the train and have accurate dimensions as well as the train has accurate dimensions. I also check full train in autotrain. I don't believe an intermittent bounce would matter since the BDL716 has debounce and I've never seen the test LEDs on BDL flicker.
?
Here's a log snippet of the action.

DEBUG - FEC: handleBlockStateChange to OCCUPIED section B10:B10 (IY:AUTO:0030), block B10 (IB:AUTO:0010), length 1117 [Allocated Section Block Change on B10]

DEBUG - FEC: new current signalmast B10-B16 (IF$vsm:basic:one-low($0076))(Approach) for section B10:B10 (IY:AUTO:0030) [Allocated Section Block Change on B10]

DEBUG - FEC: B10-B16 (IF$vsm:basic:one-low($0076))(Approach) Medium(50), Dest: T6TD-B2 (IF$vsm:basic:one-low($0037)), path max: 100 [Allocated Section Block Change on B10]

DEBUG - FEC: Signal B10-B16 (IF$vsm:basic:one-low($0076)) setting speed to 50.0 for next [Allocated Section Block Change on B10]

DEBUG - FEC: setTargetSpeedValue: Speed[50.0] [Allocated Section Block Change on B10]

DEBUG - setTargetSpeed: Set Speed[0.5] adjusted to TargetSpeed[0.5]? [Allocated Section Block Change on B10]

DEBUG - RampToTarget[0.5]current[0.5] [Allocated Section Block Change on B10]

DEBUG - Remove TransitSection[IY:AUTO:0007( B11:B11 )] [AWT-EventQueue-0]

DEBUG - FEC: releasing section [B11:B11 (IY:AUTO:0007)] [Auto Allocator ]

DEBUG - FEC: handleBlockStateChange to UNOCCUPIED - Section B11:B11 (IY:AUTO:0007), Block B11 (IB:AUTO:0011), speed 0.5 [Allocated Section Block Change on B11]

DEBUG - Remove TransitSection[IY:AUTO:0008( T4:T4 )] [AWT-EventQueue-0]

DEBUG - FEC: handleBlockStateChange to UNOCCUPIED - Section T4:T4 (IY:AUTO:0008), Block VBT4 (IB:AUTO:0016), speed 0.5 [Allocated Section Block Change on VBT4]

DEBUG - FEC: releasing section [T4:T4 (IY:AUTO:0008)] [Auto Allocator ]

DEBUG - Adding TransitSection[IY:AUTO:0034( B16:B16 )] [AWT-EventQueue-0]

DEBUG - FEC / B10Loop:Next Section Expected[true] [AWT-EventQueue-0]

DEBUG - FEC: handleBlockStateChange to OCCUPIED section B16:B16 (IY:AUTO:0034), block B16 (IB:AUTO:0026), length 914 [Allocated Section Block Change on B16]

DEBUG - FEC: new current signalmast T6TD-B2 (IF$vsm:basic:one-low($0037))(Stop) for section B16:B16 (IY:AUTO:0034) [Allocated Section Block Change on B16]

DEBUG - FEC: StopInCurrentSection called for B16:B16 (IY:AUTO:0034) task[0] targetspeed[0.5] [Allocated Section Block Change on B16]

DEBUG - FEC: train will fit in [B16:B16 (IY:AUTO:0034)] (914>=609), stop when prev block clears. [Allocated Section Block Change on B16]

DEBUG - setTargetSpeed: Set Speed[0.0] adjusted to TargetSpeed[0.0]? [Allocated Section Block Change on B16]

DEBUG - RampToTarget[0.0]current[0.5] [Allocated Section Block Change on B16]

DEBUG - FEC / B10Loop:Set Stop [Allocated Section Block Change on B16]

DEBUG - Adding TransitSection[IY:AUTO:0004( B2a:B2a )] [AWT-EventQueue-0]

DEBUG - Amtrak / B3Loop:Next Section Expected[true] [AWT-EventQueue-0]

ERROR - [Amtrak / B3Loop]direction[false] Section[B15Crossing (IY:AUTO:0006)]Error in turnout check/set request - initial Block[B1] and Section[B1 (IB:AUTO:0001)] mismatch [Auto Allocator ]

DEBUG - Amtrak: handleBlockStateChange to OCCUPIED section B2a:B2a (IY:AUTO:0004), block B2a (IB:AUTO:0028), length 1117 [Allocated Section Block Change on B2a]

DEBUG - Amtrak: Allocated section [B15Crossing (IY:AUTO:0006)] [Auto Allocator ]

DEBUG - Amtrak: new current signalmast B2b (IF$vsm:basic:one-low($0072))(Clear) for section B2a:B2a (IY:AUTO:0004) [Allocated Section Block Change on B2a]

DEBUG - Amtrak: B2b (IF$vsm:basic:one-low($0072))(Clear) Normal(100), Dest: Crossing B2-B11 (IF$vsm:basic:one-low($0007)), path max: 100 [Allocated Section Block Change on B2a]

DEBUG - Amtrak: Signal B2b (IF$vsm:basic:one-low($0072)) setting speed to 100.0 for previous [Allocated Section Block Change on B2a]

DEBUG - Amtrak: setTargetSpeedValue: Speed[50.0] [Allocated Section Block Change on B2a]

DEBUG - setTargetSpeed: Set Speed[0.5] adjusted to TargetSpeed[0.5]? [Allocated Section Block Change on B2a]

DEBUG - RampToTarget[0.5]current[0.5] [Allocated Section Block Change on B2a]

DEBUG - Remove TransitSection[IY:AUTO:0017( B1:B1 )] [AWT-EventQueue-0]

DEBUG - Amtrak: releasing section [B1:B1 (IY:AUTO:0017)] [Auto Allocator ]

DEBUG - Amtrak: handleBlockStateChange to UNOCCUPIED - Section B1:B1 (IY:AUTO:0017), Block B1 (IB:AUTO:0001), speed 0.5 [Allocated Section Block Change on B1]

DEBUG - Remove TransitSection[IY:AUTO:0003( T6:T6 )] [AWT-EventQueue-0]

DEBUG - Amtrak: releasing section [T6:T6 (IY:AUTO:0003)] [Auto Allocator ]

DEBUG - Amtrak: handleBlockStateChange to UNOCCUPIED - Section T6:T6 (IY:AUTO:0003), Block VBT6 (IB:AUTO:0013), speed 0.5 [Allocated Section Block Change on VBT6]

DEBUG - FEC: auto allocating Section T6:T6 (IY:AUTO:0003) [Auto Allocator ]

DEBUG - FEC: setting turnout 6-Beach (LT6) to Thrown [Auto Allocator ]

DEBUG - FEC: setting turnout 6-Beach (LT6) to Thrown [Auto Allocator ]

DEBUG - FEC: stopping for signal [T6TD-B2 (IF$vsm:basic:one-low($0037))]? [Auto Allocator ]

DEBUG - FEC: StopInCurrentSection called for B16:B16 (IY:AUTO:0034) task[0] targetspeed[0.0] [Auto Allocator ]

DEBUG - FEC: train is already stopped or stopping. [Auto Allocator ]

DEBUG - FEC: Allocated section [T6:T6 (IY:AUTO:0003)] [Auto Allocator ]

DEBUG - Adding TransitSection[IY:AUTO:0005( B2b:B2b )] [AWT-EventQueue-0]

DEBUG - Amtrak / B3Loop:Next Section Expected[true] [AWT-EventQueue-0]

DEBUG - Amtrak: handleBlockStateChange to OCCUPIED section B2b:B2b (IY:AUTO:0005), block B2b (IB:AUTO:0049), length 736 [Allocated Section Block Change on B2b]

DEBUG - Amtrak: new current signalmast Crossing B2-B11 (IF$vsm:basic:one-low($0007))(Approach) for section B2b:B2b (IY:AUTO:0005) [Allocated Section Block Change on B2b]

DEBUG - Amtrak: Crossing B2-B11 (IF$vsm:basic:one-low($0007))(Approach) Medium(50), Dest: T4F (IF$vsm:basic:two-low($0016)), path max: 100 [Allocated Section Block Change on B2b]

WARN? - count of 2 ACTIVE neighbors with proper direction can't be handled for block BYE but maybe it can be determined when another block becomes free [AWT-EventQueue-0]

DEBUG - Amtrak: Signal Crossing B2-B11 (IF$vsm:basic:one-low($0007)) setting speed to 50.0 for next [Allocated Section Block Change on B2b]

DEBUG - Amtrak: setTargetSpeedValue: Speed[50.0] [Allocated Section Block Change on B2b]


automation run

 

¿ªÔÆÌåÓý



Begin forwarded message:

From: TONY BBC <TONY_BBC@...>
Date: April 22, 2025 at 3:07:32?PM EDT
To: ANTHONY DALILEO <bklyns_baseball_club@...>
Subject: automation? run

?
if there is someone who can read system console and loconet monitor? data and has some time to take a look at a few things and can tell me how to find them.? i run t103 -slot 5 in automation and it goes from b39-b33-b34-b35-b36 where it stops. this is proper as b35 & b36? turns red on the layout panel as thats where the train is.? ? i then run t150-slot6 in automation and it properly stops in b34.?

1.i entered jmri.jmri.dispatcher and change to trace and clicked set button at bottom of window you told me to go to.
i dont see anything in system console showing me the speed calulations as you indicated i would.? ?can you show me where they are and what they say?

2. after t103 enters b36 it turns red with the train stopped. but a few seconds later it turns yellow which should have caused the train to startup again but it doesnt.
Did the program tell it to run at spped 0 or another speed and the engine just physicall didnt respond which happens with this european engine at low speeds?

3. After t150 cleared b38 then t103 starts running.? what did the program do to now get it moving?

Is the trace working
If so how do i find and understand it

Is there anything else you can tell me about all the warnings.
Ignore switch warnings. The switches on the panel are not used and are for information only to show all the other parts of the layout. This panel only uses the 5 loops-no interconnection.


tony



system console

14:39:10,909 apps.util.Log4JUtil ? ? ? ? ? ? ? ? ? INFO ?- * JMRI log ** [main]
14:39:10,925 apps.util.Log4JUtil ? ? ? ? ? ? ? ? ? INFO ?- This log is stored in file: C:\Users\TONY_\JMRI\log\session.log [main]
14:39:10,925 apps.util.Log4JUtil ? ? ? ? ? ? ? ? ? INFO ?- This log is appended to file: C:\Users\TONY_\JMRI\log\messages.log [main]
14:39:10,987 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- PanelPro version 5.10+Rca461bd266 starts under Java 17.0.11 on Windows 11 amd64 v10.0 at Tue Apr 22 14:39:10 EDT 2025 [main]
14:39:11,208 t.permission.DefaultPermissionManager INFO ?- Permission file: C:\Users\TONY_\JMRI\.permissions.xml [main]
14:39:11,224 t.permission.DefaultPermissionManager INFO ?- Permission system is enabled: no [main]
14:39:14,124 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- Starting with profile JMRI_5_10_2025_N_SCALE_MAIN_8X8_LAYOUT_NOSW_SML_wLEN.3f47d6ef [main]
14:39:14,314 jmri.util.node.NodeIdentity ? ? ? ? ? INFO ?- Using 95f457ac-783f-4dfc-ac13-ccc5031b3a30 as the JMRI storage identity for profile id 3f47d6ef [AWT-EventQueue-0]
14:39:14,501 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "LocoNet" [main]
14:39:14,537 onet.locobufferng.LocoBufferNGAdapter INFO ?- Connecting LocoBuffer-NG via COM3 CDC ACM ? ?SERIAL DEVICE [main]
14:39:14,552 .loconet.locobuffer.LocoBufferAdapter INFO ?- LocoNet: Port USB Serial Device (COM3) opened at 57600 baud, sees DTR: true RTS: true DSR: false CTS: false DCD: false flow: RTSCTS [main]
14:39:14,651 jmri.jmrix.loconet.LnPacketizer ? ? ? INFO ?- lnPacketizer Started [main]
14:39:15,064 jmri.jmrit.roster.Roster ? ? ? ? ? ? ?INFO ?- Reading roster file with rootFromName(C:\Users\TONY_\JMRI\JMRI_5_10_2025_N_SCALE_MAIN_8X8_LAYOUT_NOSW_SML_wLEN.jmri\roster.xml) [main]
14:39:18,018 jmri.util.startup.PerformFileModel ? ?INFO ?- Loading file C:\Users\TONY_\JMRI\N_SCALE_2025_JMRI_5_10_LAYOUT_PANELS_REF\N_SCALE_2025_8X8_LAYOUT_PANEL_MAIN & CTC_NOSW_SML_LTS_REF.xml [main]
14:39:27,036 t.display.layoutEditor.BlockValueFile INFO ?- 8 of 8 block values restored. Rule=RESTOREONLYIFALLOCCUPIED, Power=ON [Thread-6]
14:39:27,352 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path program: is C:\Program Files (x86)\JMRI\ [main]
14:39:27,353 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path preference: is C:\Users\TONY_\JMRI\JMRI_5_10_2025_N_SCALE_MAIN_8X8_LAYOUT_NOSW_SML_wLEN.jmri\ [main]
14:39:27,353 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path profile: is C:\Users\TONY_\JMRI\JMRI_5_10_2025_N_SCALE_MAIN_8X8_LAYOUT_NOSW_SML_wLEN.jmri\ [main]
14:39:27,353 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path settings: is C:\Users\TONY_\JMRI\ [main]
14:39:27,354 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path home: is C:\Users\TONY_\ [main]
14:39:27,354 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
14:39:27,826 jmri.jmrit.consisttool.ConsistFile ? ?INFO ?- Consist file does not exist. ?One will be created if necessary. [AWT-EventQueue-0]
14:39:32,928 t.display.layoutEditor.BlockValueFile INFO ?- 8 of 8 block values restored. Rule=RESTOREONLYIFALLOCCUPIED, Power=ON [main]
14:39:33,313 jmri.jmrix.loconet.LnThrottleManager ?WARN ?- slot 10 address 3 is already in-use. [AWT-EventQueue-0]
14:39:33,453 apps.PanelPro.PanelPro ? ? ? ? ? ? ? ?INFO ?- Main initialization done [main]
14:40:22,536 apps.jmrit.log.Log4JTreePane ? ? ? ? ?INFO ?- changing Logging for jmri.jmri.dispatcher to TRACE [AWT-EventQueue-0]
14:40:24,187 apps.jmrit.log.Log4JTreePane ? ? ? ? ?INFO ?- changing Logging for jmri.jmri.dispatcher to TRACE [AWT-EventQueue-0]
14:41:17,703 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = value :: v = T103 [JMRI LogixNGThread]
14:41:17,711 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3939R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:17,740 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:41:17,755 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3333R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:17,755 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = value :: v = T103 [JMRI LogixNGThread]
14:41:17,755 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:41:17,755 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3434R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:17,755 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = value :: v = T103 [JMRI LogixNGThread]
14:41:17,766 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:41:22,784 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 40 :: e = state :: v = 4 [JMRI LogixNGThread]
14:41:22,784 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = SENSOR B40 :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:22,894 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = value :: v = null [JMRI LogixNGThread]
14:41:22,894 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:41:22,894 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:22,894 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 4 [JMRI LogixNGThread]
14:41:22,894 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:41:22,944 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = value :: v = null [JMRI LogixNGThread]
14:41:22,944 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:41:22,944 jmri.jmrit.dispatcher.DispatcherFrame WARN ?- [T103 / MAIN3_B39_CCW]:CheckAutoRelease release section [SECTION 39] failed, train has no occupied section [Auto Allocator ]
14:41:22,947 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 4 [JMRI LogixNGThread]
14:41:22,947 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:22,947 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:41:31,563 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:41:31,563 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:31,563 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:41:31,563 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:41:38,726 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:41:38,726 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:41:38,726 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:41:38,726 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:41:49,683 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:41:49,683 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:49,683 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:41:49,683 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:41:50,952 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 40 :: e = state :: v = 2 [JMRI LogixNGThread]
14:41:50,952 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = SENSOR B40 :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:41:51,062 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 2 [JMRI LogixNGThread]
14:41:51,062 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:41:51,109 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 32 [JMRI LogixNGThread]
14:41:51,109 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 2 [JMRI LogixNGThread]
14:41:51,109 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:41:51,109 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:41:57,101 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:41:57,101 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:41:57,101 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:41:57,101 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:41:59,802 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = value :: v = null [JMRI LogixNGThread]
14:41:59,817 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:41:59,817 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:41:59,817 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 2 [JMRI LogixNGThread]
14:41:59,818 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = value :: v = T103 [JMRI LogixNGThread]
14:41:59,818 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3535R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:41:59,818 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = allocated :: v = true [JMRI LogixNGThread]
14:41:59,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:02,116 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:02,117 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:02,117 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:02,117 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:02,117 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:06,501 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:42:06,501 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:06,501 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:06,501 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:06,629 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:06,629 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:06,630 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:06,630 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:06,630 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:06,630 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3939R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:06,630 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:06,630 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = false [JMRI LogixNGThread]
14:42:06,630 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:09,080 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = value :: v = null [JMRI LogixNGThread]
14:42:09,080 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:42:09,080 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B34 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:09,080 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:09,083 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = value :: v = T103 [JMRI LogixNGThread]
14:42:09,084 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3636R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:09,085 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:09,085 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:09,085 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:15,748 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:15,749 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:15,749 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:15,750 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:15,750 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:15,750 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:15,750 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3333R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:15,750 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = false [JMRI LogixNGThread]
14:42:15,750 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:16,631 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = value :: v = null [JMRI LogixNGThread]
14:42:16,631 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B35 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:16,640 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:16,640 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:26,678 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:26,678 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:26,678 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:26,678 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:27,886 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:42:27,886 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:27,886 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:27,901 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:30,316 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:30,318 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:30,318 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:30,318 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:31,084 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:42:31,084 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:31,084 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:31,084 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:32,284 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:32,288 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:32,290 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B34 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:32,290 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:32,290 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:32,290 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3434R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:32,290 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:32,290 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = false [JMRI LogixNGThread]
14:42:32,290 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:33,722 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:33,722 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:33,722 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:33,722 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:34,504 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:42:34,519 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:34,519 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:34,519 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:34,519 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:36,572 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = value :: v = null [JMRI LogixNGThread]
14:42:36,572 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B36 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:36,572 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:42:36,572 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:38,409 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:38,409 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:38,409 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:38,409 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:38,550 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:42:38,550 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:38,550 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:38,550 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:39,217 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:39,217 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:39,217 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B36 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:39,217 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = true [JMRI LogixNGThread]
14:42:39,217 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:42:41,403 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:41,405 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:41,405 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:41,405 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:47,278 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:42:47,278 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:47,278 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:47,278 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:49,708 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:49,708 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:42:49,708 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:49,708 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:51,575 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:42:51,575 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:42:51,575 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:42:51,575 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:42:53,568 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:42:53,568 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:42:53,568 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:42:53,568 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:43:00,096 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:43:00,096 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:43:00,096 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:43:00,096 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:43:20,038 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:43:20,038 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:43:20,041 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:43:20,041 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:43:28,293 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:43:28,293 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:43:28,293 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:43:28,293 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:43:30,946 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:43:30,946 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:43:30,946 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:43:30,946 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:43:30,946 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:43:33,874 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:43:33,874 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:43:33,874 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:43:33,874 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:43:39,718 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = null [JMRI LogixNGThread]
14:43:39,718 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:43:39,718 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:43:39,718 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 4 [JMRI LogixNGThread]
14:43:44,339 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = value :: v = T1770 [JMRI LogixNGThread]
14:43:44,339 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B11 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:43:44,339 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = direction :: v = 16 [JMRI LogixNGThread]
14:43:44,354 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 11 :: e = state :: v = 2 [JMRI LogixNGThread]
14:44:30,794 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = value :: v = T150 [JMRI LogixNGThread]
14:44:30,804 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3838R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:30,822 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:30,822 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3939R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:30,822 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = value :: v = T150 [JMRI LogixNGThread]
14:44:30,828 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:30,837 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3333R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:30,845 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = value :: v = T150 [JMRI LogixNGThread]
14:44:30,846 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:37,273 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 32 [JMRI LogixNGThread]
14:44:37,273 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:44:37,284 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 2 [JMRI LogixNGThread]
14:44:37,286 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3434R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:37,286 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = null :: e = null :: v = null [JMRI LogixNGThread]
14:44:37,286 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = value :: v = T150 [JMRI LogixNGThread]
14:44:37,286 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:42,297 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:44:42,308 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:44:42,309 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 2 [JMRI LogixNGThread]
14:44:43,292 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = value :: v = null [JMRI LogixNGThread]
14:44:43,293 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:43,294 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 4 [JMRI LogixNGThread]
14:44:43,294 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3838R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:44:43,294 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:43,294 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3838R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:43,296 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:43,296 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:43,296 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = false [JMRI LogixNGThread]
14:44:43,296 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = value :: v = T103 [JMRI LogixNGThread]
14:44:43,296 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:44,602 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = direction :: v = 128 [JMRI LogixNGThread]
14:44:44,602 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B36 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:44:44,602 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = state :: v = 2 [JMRI LogixNGThread]
14:44:48,700 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = value :: v = null [JMRI LogixNGThread]
14:44:48,702 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3939R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:44:48,704 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:44:48,704 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 4 [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3939R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = false [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = value :: v = T103 [JMRI LogixNGThread]
14:44:48,706 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:44:51,583 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:44:51,583 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B34 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:44:51,583 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = state :: v = 2 [JMRI LogixNGThread]
14:45:04,541 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:45:04,544 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B35 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:45:04,545 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = state :: v = 4 [JMRI LogixNGThread]
14:45:04,545 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3535R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:45:04,545 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:04,545 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:04,545 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:04,545 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = allocated :: v = false [JMRI LogixNGThread]
14:45:04,545 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3535R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:45:04,557 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = value :: v = T150 [JMRI LogixNGThread]
14:45:04,558 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:12,511 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = value :: v = null [JMRI LogixNGThread]
14:45:12,511 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 128 [JMRI LogixNGThread]
14:45:12,511 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 2 [JMRI LogixNGThread]
14:45:12,511 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:45:16,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = value :: v = null [JMRI LogixNGThread]
14:45:16,818 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3333R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = null :: e = null :: v = null [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 4 [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3333R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = null :: e = null :: v = null [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = false [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = value :: v = T103 [JMRI LogixNGThread]
14:45:16,820 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:17,054 jmri.Block ? ? ? ? ? ? ? ? ? ? ? ? ? ?WARN ?- count of 2 ACTIVE neighbors with proper direction can't be handled for block BLOCK 35 but maybe it can be determined when another block becomes free [AWT-EventQueue-0]
14:45:17,054 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = state :: v = 2 [JMRI LogixNGThread]
14:45:17,054 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B35 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:45:26,931 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:45:26,931 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 4 [JMRI LogixNGThread]
14:45:26,931 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:45:26,931 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:26,931 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:45:27,260 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 128 [JMRI LogixNGThread]
14:45:27,260 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:45:27,275 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 2 [JMRI LogixNGThread]
14:45:29,060 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:45:29,062 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:45:29,062 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 4 [JMRI LogixNGThread]
14:45:29,062 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:31,320 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 128 [JMRI LogixNGThread]
14:45:31,336 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:45:31,336 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 2 [JMRI LogixNGThread]
14:45:41,480 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:45:41,480 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 4 [JMRI LogixNGThread]
14:45:41,480 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:45:41,480 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:45:41,480 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:45:42,264 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 128 [JMRI LogixNGThread]
14:45:42,264 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:45:42,264 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 2 [JMRI LogixNGThread]
14:46:09,164 jmri.Block ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- Block BLOCK 35 gets LATE new value from BLOCK 36, direction= East [AWT-EventQueue-0]
14:46:09,164 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = value :: v = null [JMRI LogixNGThread]
14:46:09,167 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:46:09,167 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B36 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:09,169 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:46:09,169 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3636R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:09,171 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = state :: v = 4 [JMRI LogixNGThread]
14:46:09,171 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3636R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:09,172 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = null :: e = null :: v = null [JMRI LogixNGThread]
14:46:09,172 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:09,173 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:09,173 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:09,174 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:09,174 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = value :: v = T150 [JMRI LogixNGThread]
14:46:09,174 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:15,641 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = value :: v = null [JMRI LogixNGThread]
14:46:15,641 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:15,641 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 32 [JMRI LogixNGThread]
14:46:15,650 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 2 [JMRI LogixNGThread]
14:46:20,811 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = value :: v = null [JMRI LogixNGThread]
14:46:20,812 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B34 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:20,813 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:46:20,813 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3434R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:20,813 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = state :: v = 4 [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3434R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = null :: e = null :: v = null [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = value :: v = T103 [JMRI LogixNGThread]
14:46:20,815 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:21,050 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = value :: v = null [JMRI LogixNGThread]
14:46:21,050 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B36 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:21,056 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:46:21,056 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = state :: v = 2 [JMRI LogixNGThread]
14:46:35,193 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:46:35,193 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:35,193 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 4 [JMRI LogixNGThread]
14:46:35,193 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:35,334 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = direction :: v = 32 [JMRI LogixNGThread]
14:46:35,334 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B39 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:35,334 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = state :: v = 2 [JMRI LogixNGThread]
14:46:37,060 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:46:37,060 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = state :: v = 4 [JMRI LogixNGThread]
14:46:37,063 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:37,064 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B38 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:37,064 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:37,064 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:37,065 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:46:37,067 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3838R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:37,067 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:37,067 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:46:37,073 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3838R :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:37,077 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = value :: v = T150 [JMRI LogixNGThread]
14:46:37,080 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = true [JMRI LogixNGThread]
14:46:37,080 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:46:38,617 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = value :: v = null [JMRI LogixNGThread]
14:46:38,633 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:38,636 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:46:38,637 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 2 [JMRI LogixNGThread]
14:46:41,421 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3838R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:41,430 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = value :: v = null [JMRI LogixNGThread]
14:46:41,430 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3636R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:41,430 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 38 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:41,430 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 36 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:41,430 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3535R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:41,430 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 35 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:42,524 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3434R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:42,524 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = value :: v = null [JMRI LogixNGThread]
14:46:42,524 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 34 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:42,533 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3333R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:42,533 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:42,533 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:46:42,533 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = 3939R :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:42,533 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 39 :: e = allocated :: v = false [JMRI LogixNGThread]
14:46:42,533 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = null :: e = null :: v = null [JMRI LogixNGThread]
14:46:45,998 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:46:45,999 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:45,999 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 4 [JMRI LogixNGThread]
14:46:49,132 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 64 [JMRI LogixNGThread]
14:46:49,132 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 2 [JMRI LogixNGThread]
14:46:49,132 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 2 [JMRI LogixNGThread]
14:46:51,982 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = direction :: v = 0 [JMRI LogixNGThread]
14:46:51,982 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- -- sensor = B33 SENSOR :: e = KnownState :: v = 4 [JMRI LogixNGThread]
14:46:51,982 jmri.jmrit.logixng.actions.LogData ? ?WARN ?- || block = BLOCK 33 :: e = state :: v = 4 [JMRI LogixNGThread]


loconet monitor


14:39:26.063: [BB 7E 41 7B] ?Request data/status for slot 254 in Expanded slot format.
14:39:26.064: [E7 0E 7E 00 00 00 00 07 00 00 00 00 00 6F] ?Report of current Extended Command Station OpSw values:
??????OpSw65=Thrown, OpSw66=Thrown, OpSw67=Thrown, OpSw68=Thrown, OpSw69=Thrown, OpSw70=Thrown, OpSw71=Thrown, OpSw72=Thrown,
??????OpSw73=Thrown, OpSw74=Thrown, OpSw75=Thrown, OpSw76=Thrown, OpSw77=Thrown, OpSw78=Thrown, OpSw79=Thrown, OpSw80=Thrown,
??????OpSw81=Thrown, OpSw82=Thrown, OpSw83=Thrown, OpSw84=Thrown, OpSw85=Thrown, OpSw86=Thrown, OpSw87=Thrown, OpSw88=Thrown,
??????OpSw89=Thrown, OpSw90=Thrown, OpSw91=Thrown, OpSw92=Thrown, OpSw93=Thrown, OpSw94=Thrown, OpSw95=Thrown, OpSw96=Thrown,
??????OpSw97=Thrown, OpSw98=Thrown, OpSw99=Thrown, OpSw100=Thrown, OpSw101=Thrown, OpSw102=Thrown, OpSw103=Thrown, OpSw104=Thrown,
??????OpSw105=Thrown, OpSw106=Thrown, OpSw107=Thrown, OpSw108=Thrown, OpSw109=Thrown, OpSw110=Thrown, OpSw111=Thrown, OpSw112=Thrown,
??????OpSw113=Thrown, OpSw114=Thrown, OpSw115=Thrown, OpSw116=Thrown, OpSw117=Thrown, OpSw118=Thrown, OpSw119=Thrown, OpSw120=Thrown,
??????OpSw121=Thrown, OpSw122=Thrown, OpSw123=Thrown, OpSw124=Thrown, OpSw125=Thrown, OpSw126=Thrown, OpSw127=Thrown, OpSw128=Thrown.
14:39:26.064: [E6 15 01 7E 1A 1D 1D 1B 4F 4A 4E 4A 00 00 00 00 58 04 04 02 29] ?Report of slot 254 information:
??????Loco 3741 is Consist TOP, Common, operating in 14 SS mode, and is moving Forward at speed 79,
??????F0=Off, F1=Off, F2=On, F3=On, F4=On, F5=Off, F6=On, F7=On, F8=On
??????Master supports DT200; Track Status: On/Running; Programming Track Status: Busy; STAT2=0x04, ThrottleID=0x04 0x02 (514).
14:39:26.064: [E6 15 01 7E 43 46 44 44 36 35 34 34 00 00 00 00 58 00 6B 1B 5D] ?Report of slot 254 information:
??????Loco 8774 is Sub Consist, Free, operating in 128 SS mode, and is moving Reverse at speed 54,
??????F0=On, F1=Off, F2=Off, F3=On, F4=Off, F5=Off, F6=Off, F7=On, F8=Off
??????Master supports LocoNet 1.1; Track Status: Off/Paused; Programming Track Status: Available; STAT2=0x6B, ThrottleID=0x6B 0x1B (13723).
14:39:26.064: [BB 7F 41 7A] ?Request data/status for slot 255 in Expanded slot format.
14:39:26.065: [E7 0E 7F 00 00 08 00 07 00 00 00 78 0F 11] ?Report of current Command Station OpSw values:
??????OpSw1=Thrown, OpSw2=Thrown, OpSw3=Thrown, OpSw4=Thrown, OpSw5=Thrown, OpSw6=Thrown, OpSw7=Thrown, OpSw8=Thrown,
??????OpSw9=Thrown, OpSw10=Thrown, OpSw11=Thrown, OpSw12=Thrown, OpSw13=Thrown, OpSw14=Thrown, OpSw15=Thrown, OpSw16=Thrown,
??????OpSw17=Thrown, OpSw18=Thrown, OpSw19=Thrown, OpSw20=Closed, OpSw21=Thrown, OpSw22=Thrown, OpSw23=Thrown, OpSw24=Thrown,
??????OpSw25=Thrown, OpSw26=Thrown, OpSw27=Thrown, OpSw28=Thrown, OpSw29=Thrown, OpSw30=Thrown, OpSw31=Thrown, OpSw32=Thrown,
??????OpSw33=Thrown, OpSw34=Thrown, OpSw35=Thrown, OpSw36=Thrown, OpSw37=Thrown, OpSw38=Thrown, OpSw39=Thrown, OpSw40=Thrown,
??????OpSw41=Thrown, OpSw42=Thrown, OpSw43=Thrown, OpSw44=Thrown, OpSw45=Thrown, OpSw46=Thrown, OpSw47=Thrown, OpSw48=Thrown,
??????OpSw49=Thrown, OpSw50=Thrown, OpSw51=Thrown, OpSw52=Thrown, OpSw53=Thrown, OpSw54=Thrown, OpSw55=Thrown, OpSw56=Thrown,
??????OpSw57=Thrown, OpSw58=Thrown, OpSw59=Thrown, OpSw60=Closed, OpSw61=Closed, OpSw62=Closed, OpSw63=Closed, OpSw64=Thrown.
14:39:26.065: [E6 15 01 78 00 00 00 00 00 00 00 00 00 00 63 72 00 01 06 07 64] ?Report of status slot 248:
??????Device: Type LNWI, Serial Number 902(0x0386). HwVersion 0.1, SwVersion 0.
??????Rsync Max Rsync Max Off USB Connected USB Link Off,
??????Itrk Max Off, Vin Lo Off, Vin Hi Off, Fuse Bad Off, Overtemp Off,
??????LnetVmin Off, PtrkIsol Off, PTrkMaxI Off, TrkI Lim Off.
??????(See Digitrax KB1049 for details.)
14:39:26.066: [BB 00 42 06] ?Request data/status for slot 256 in Expanded slot format.
14:39:26.066: [E7 0E 00 00 00 00 00 07 00 00 00 00 00 11] ?Report of slot 0 information:
??????Loco 0 (short) is Not Consisted, Free, operating in 28 SS mode, and is moving Forward at speed 0,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x00 0x00 (0).
14:39:26.066: [BB 78 42 7E] ?Request data/status for slot 376 in Expanded slot format.
14:39:26.067: [E7 0E 78 00 00 00 00 07 00 00 00 00 00 69] ?Report of slot 120 information:
??????Loco 0 (short) is Not Consisted, Free, operating in 28 SS mode, and is moving Forward at speed 0,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x00 0x00 (0).
14:39:26.067: [BB 79 42 7F] ?Request data/status for slot 377 in Expanded slot format.
14:39:26.067: [E7 0E 79 00 00 00 00 07 00 00 00 00 00 68] ?Unable to parse LocoNet message. contents: E7 0E 79 00 00 00 00 07 00 00 00 00 00 68
14:39:26.067: [BB 7A 42 7C] ?Request data/status for slot 378 in Expanded slot format.
14:39:26.067: [E7 0E 7A 00 00 00 00 07 00 00 00 00 00 6B] ?Unable to parse LocoNet message. contents: E7 0E 7A 00 00 00 00 07 00 00 00 00 00 6B
14:39:26.067: [BB 7B 42 7D] ?Request data/status for slot 379 in Expanded slot format.
14:39:26.067: [E7 0E 7B 01 36 03 6A 07 76 16 00 00 00 54] ?Response Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:39. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:39:26.067: [B0 7A 07 32] ?Interrogate LocoNet Turnouts/Sensors with bits a/c/b of 0/1/0; addresses...
??????17-24, 81-88, 145-152, 209-216, 273-280, 337-344, 401-408, 465-472,
??????529-536, 593-600, 657-664, 721-728, 785-792, 849-856, 913-920, 977-984,
??????1041-1048, 1105-1112, 1169-1176, 1233-1240, 1297-1304, 1361-1368, 1425-1432, 1489-1496,
??????1553-1560, 1617-1624, 1681-1688, 1745-1752, 1809-1816, 1873-1880, 1937-1944, 2001-2008.
14:39:26.068: [BB 7C 42 7A] ?Request data/status for slot 380 in Expanded slot format.
14:39:26.068: [E7 0E 7C 2B 00 00 00 07 02 07 01 7F 7F 42] ?Programming Response: Read Byte in Direct Mode on Service Track Was Successful: CV8 value 129 (0x81, 10000001b).
14:39:26.068: [B2 11 40 1C] ?Sensor LS35 (B35 SENSOR) is Low
14:39:26.068: [BB 7D 42 7B] ?Request data/status for slot 381 in Expanded slot format.
14:39:26.069: [E7 0E 7D 00 00 00 00 07 00 00 00 00 00 6C] ?Unable to parse LocoNet message. contents: E7 0E 7D 00 00 00 00 07 00 00 00 00 00 6C
14:39:26.069: [B2 01 40 0C] ?Sensor LS3 (B3 SENSOR) is Low
14:39:26.069: [BB 7E 42 78] ?Request data/status for slot 382 in Expanded slot format.
14:39:26.070: [E7 0E 7E 00 00 00 00 07 00 00 00 00 00 6F] ?Report of current Extended Command Station OpSw values:
??????OpSw65=Thrown, OpSw66=Thrown, OpSw67=Thrown, OpSw68=Thrown, OpSw69=Thrown, OpSw70=Thrown, OpSw71=Thrown, OpSw72=Thrown,
??????OpSw73=Thrown, OpSw74=Thrown, OpSw75=Thrown, OpSw76=Thrown, OpSw77=Thrown, OpSw78=Thrown, OpSw79=Thrown, OpSw80=Thrown,
??????OpSw81=Thrown, OpSw82=Thrown, OpSw83=Thrown, OpSw84=Thrown, OpSw85=Thrown, OpSw86=Thrown, OpSw87=Thrown, OpSw88=Thrown,
??????OpSw89=Thrown, OpSw90=Thrown, OpSw91=Thrown, OpSw92=Thrown, OpSw93=Thrown, OpSw94=Thrown, OpSw95=Thrown, OpSw96=Thrown,
??????OpSw97=Thrown, OpSw98=Thrown, OpSw99=Thrown, OpSw100=Thrown, OpSw101=Thrown, OpSw102=Thrown, OpSw103=Thrown, OpSw104=Thrown,
??????OpSw105=Thrown, OpSw106=Thrown, OpSw107=Thrown, OpSw108=Thrown, OpSw109=Thrown, OpSw110=Thrown, OpSw111=Thrown, OpSw112=Thrown,
??????OpSw113=Thrown, OpSw114=Thrown, OpSw115=Thrown, OpSw116=Thrown, OpSw117=Thrown, OpSw118=Thrown, OpSw119=Thrown, OpSw120=Thrown,
??????OpSw121=Thrown, OpSw122=Thrown, OpSw123=Thrown, OpSw124=Thrown, OpSw125=Thrown, OpSw126=Thrown, OpSw127=Thrown, OpSw128=Thrown.
14:39:26.070: [B2 19 40 14] ?Sensor LS51 (SENSOR B51) is Low
14:39:26.071: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:39:26.071: [BB 7F 42 79] ?Request data/status for slot 383 in Expanded slot format.
14:39:26.072: [E7 0E 7F 00 00 08 00 07 00 00 00 78 0F 11] ?Report of current Command Station OpSw values:
??????OpSw1=Thrown, OpSw2=Thrown, OpSw3=Thrown, OpSw4=Thrown, OpSw5=Thrown, OpSw6=Thrown, OpSw7=Thrown, OpSw8=Thrown,
??????OpSw9=Thrown, OpSw10=Thrown, OpSw11=Thrown, OpSw12=Thrown, OpSw13=Thrown, OpSw14=Thrown, OpSw15=Thrown, OpSw16=Thrown,
??????OpSw17=Thrown, OpSw18=Thrown, OpSw19=Thrown, OpSw20=Closed, OpSw21=Thrown, OpSw22=Thrown, OpSw23=Thrown, OpSw24=Thrown,
??????OpSw25=Thrown, OpSw26=Thrown, OpSw27=Thrown, OpSw28=Thrown, OpSw29=Thrown, OpSw30=Thrown, OpSw31=Thrown, OpSw32=Thrown,
??????OpSw33=Thrown, OpSw34=Thrown, OpSw35=Thrown, OpSw36=Thrown, OpSw37=Thrown, OpSw38=Thrown, OpSw39=Thrown, OpSw40=Thrown,
??????OpSw41=Thrown, OpSw42=Thrown, OpSw43=Thrown, OpSw44=Thrown, OpSw45=Thrown, OpSw46=Thrown, OpSw47=Thrown, OpSw48=Thrown,
??????OpSw49=Thrown, OpSw50=Thrown, OpSw51=Thrown, OpSw52=Thrown, OpSw53=Thrown, OpSw54=Thrown, OpSw55=Thrown, OpSw56=Thrown,
??????OpSw57=Thrown, OpSw58=Thrown, OpSw59=Thrown, OpSw60=Closed, OpSw61=Closed, OpSw62=Closed, OpSw63=Closed, OpSw64=Thrown.
14:39:26.072: [B2 15 40 18] ?Sensor LS43 (SENSOR B43) is Low
14:39:26.072: [BB 00 43 07] ?Request data/status for slot 384 in Expanded slot format.
14:39:26.073: [E7 0E 00 00 00 00 00 07 00 00 00 00 00 11] ?Report of slot 0 information:
??????Loco 0 (short) is Not Consisted, Free, operating in 28 SS mode, and is moving Forward at speed 0,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x00 0x00 (0).
14:39:26.412: [B0 7B 07 33] ?Interrogate LocoNet Turnouts/Sensors with bits a/c/b of 0/1/1; addresses...
??????25-32, 89-96, 153-160, 217-224, 281-288, 345-352, 409-416, 473-480,
??????537-544, 601-608, 665-672, 729-736, 793-800, 857-864, 921-928, 985-992,
??????1049-1056, 1113-1120, 1177-1184, 1241-1248, 1305-1312, 1369-1376, 1433-1440, 1497-1504,
??????1561-1568, 1625-1632, 1689-1696, 1753-1760, 1817-1824, 1881-1888, 1945-1952, 2009-2016.
14:39:26.413: [B2 15 60 38] ?Sensor LS44 (SENSOR B44) is Low
14:39:26.413: [B2 11 60 3C] ?Sensor LS36 (B36 SENSOR) is Low
14:39:26.414: [B2 01 60 2C] ?Sensor LS4 (B4 SENSOR) is Low
14:39:26.415: [B2 19 60 34] ?Sensor LS52 (SENSOR B52) is Low
14:39:26.415: [B2 05 70 38] ?Sensor LS12 (B12 SENSOR) is High
14:39:27.173: [EF 0E 7B 01 04 03 6A 07 76 16 00 00 00 6E] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:39. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:39:27.173: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:31.203: [BF 27 1E 79] ?Request slot for loco address 5022.
14:39:31.209: [E7 0E 01 13 1E 01 10 07 00 27 00 71 02 58] ?Report of slot 1 information:
??????Loco 5022 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:31.640: [BF 27 1E 79] ?Request slot for loco address 5022.
14:39:31.640: [E7 0E 01 13 1E 01 10 07 00 27 00 71 02 58] ?Report of slot 1 information:
??????Loco 5022 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:32.099: [BF 27 1E 79] ?Request slot for loco address 5022.
14:39:32.100: [E7 0E 01 13 1E 01 10 07 00 27 00 71 02 58] ?Report of slot 1 information:
??????Loco 5022 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:32.958: [BF 27 1E 79] ?Request slot for loco address 5022.
14:39:32.959: [E7 0E 01 13 1E 01 10 07 00 27 00 71 02 58] ?Report of slot 1 information:
??????Loco 5022 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:32.966: [BA 01 01 45] ?Set status of slot 1 to IN_USE.
14:39:33.042: [E7 0E 01 33 1E 01 10 07 00 27 00 71 02 78] ?Report of slot 1 information:
??????Loco 5022 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:33.064: [BF 27 1E 79] ?Request slot for loco address 5022.
14:39:33.068: [E7 0E 01 33 1E 01 10 07 00 27 00 71 02 78] ?Report of slot 1 information:
??????Loco 5022 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:33.307: [BA 01 01 45] ?Set status of slot 1 to IN_USE.
14:39:33.311: [B4 3A 00 71] ?LONG_ACK: The Move Slots command was rejected.
14:39:33.312: [EF 0E 01 33 1E 01 10 07 00 27 00 71 02 70] ?Write slot 1 information:
??????Loco 5022 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:33.312: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:33.313: [B5 01 33 78] ?Write slot 1 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:33.313: [BF 00 03 43] ?Request slot for loco address 3 (short).
14:39:33.440: [E7 0E 0A 33 03 01 30 07 00 00 00 71 02 69] ?Report of slot 10 information:
??????Loco 3 (short) is Not Consisted, In-Use, operating in 128 SS mode, and is moving Reverse at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:33.836: [BA 0A 0A 45] ?Set status of slot 10 to IN_USE.
14:39:33.836: [B4 3A 00 71] ?LONG_ACK: The Move Slots command was rejected.
14:39:33.836: [EF 0E 0A 33 03 01 30 07 00 00 00 71 02 61] ?Write slot 10 information:
??????Loco 3 (short) is Not Consisted, In-Use, operating in 128 SS mode, and is moving Reverse at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:33.837: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:33.837: [B5 0A 33 73] ?Write slot 10 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:33.900: [BF 00 29 69] ?Request slot for loco address 41 (short).
14:39:33.900: [E7 0E 03 13 29 01 10 07 00 00 00 71 02 4A] ?Report of slot 3 information:
??????Loco 41 (short) is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:33.901: [BF 0D 6A 27] ?Request slot for loco address 1770.
14:39:34.086: [E7 0E 04 13 6A 01 10 07 00 0D 00 71 02 03] ?Report of slot 4 information:
??????Loco 1770 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.157: [BA 03 03 45] ?Set status of slot 3 to IN_USE.
14:39:34.193: [E7 0E 03 33 29 01 10 07 00 00 00 71 02 6A] ?Report of slot 3 information:
??????Loco 41 (short) is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.197: [BA 04 04 45] ?Set status of slot 4 to IN_USE.
14:39:34.224: [E7 0E 04 33 6A 01 10 07 00 0D 00 71 02 23] ?Report of slot 4 information:
??????Loco 1770 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.428: [EF 0E 03 33 29 01 10 07 00 00 00 71 02 62] ?Write slot 3 information:
??????Loco 41 (short) is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.428: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:34.428: [B5 03 33 7A] ?Write slot 3 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:34.429: [BF 00 67 27] ?Request slot for loco address 103 (short, or "A3").
14:39:34.431: [E7 0E 05 13 67 01 10 07 00 00 00 71 02 02] ?Report of slot 5 information:
??????Loco 103 (short, or "A3") is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.432: [EF 0E 04 33 6A 01 10 07 00 0D 00 71 02 2B] ?Write slot 4 information:
??????Loco 1770 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.432: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:34.494: [B5 04 33 7D] ?Write slot 4 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:34.494: [BF 01 16 57] ?Request slot for loco address 150.
14:39:34.495: [E7 0E 06 23 16 00 10 07 00 01 00 71 02 40] ?Report of slot 6 information:
??????Loco 150 is Not Consisted, Idle, operating in 128 SS mode, and is moving Forward at speed 0,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.498: [BA 05 05 45] ?Set status of slot 5 to IN_USE.
14:39:34.531: [E7 0E 05 33 67 01 10 07 00 00 00 71 02 22] ?Report of slot 5 information:
??????Loco 103 (short, or "A3") is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.644: [BA 06 06 45] ?Set status of slot 6 to IN_USE.
14:39:34.673: [E7 0E 06 33 16 00 10 07 00 01 00 71 02 50] ?Report of slot 6 information:
??????Loco 150 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 0,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.674: [EF 0E 05 33 67 01 10 07 00 00 00 71 02 2A] ?Write slot 5 information:
??????Loco 103 (short, or "A3") is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.674: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:34.674: [B5 05 33 7C] ?Write slot 5 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:34.775: [BF 26 30 56] ?Request slot for loco address 4912.
14:39:34.775: [E7 0E 0D 13 30 01 10 07 00 26 00 71 02 7B] ?Report of slot 13 information:
??????Loco 4912 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.781: [EF 0E 06 33 16 00 10 07 00 01 00 71 02 58] ?Write slot 6 information:
??????Loco 150 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 0,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.781: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:34.782: [B5 06 33 7F] ?Write slot 6 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:34.867: [BF 00 35 75] ?Request slot for loco address 53 (short).
14:39:34.868: [E7 0E 08 13 35 01 00 07 00 00 00 71 02 4D] ?Report of slot 8 information:
??????Loco 53 (short) is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:34.870: [BA 0D 0D 45] ?Set status of slot 13 to IN_USE.
14:39:34.902: [E7 0E 0D 33 30 01 10 07 00 26 00 71 02 5B] ?Report of slot 13 information:
??????Loco 4912 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:35.010: [BA 08 08 45] ?Set status of slot 8 to IN_USE.
14:39:35.042: [E7 0E 08 33 35 01 00 07 00 00 00 71 02 6D] ?Report of slot 8 information:
??????Loco 53 (short) is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:35.043: [EF 0E 0D 33 30 01 10 07 00 26 00 71 02 53] ?Write slot 13 information:
??????Loco 4912 is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=On, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:35.043: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:35.043: [B5 0D 33 74] ?Write slot 13 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:35.125: [EF 0E 08 33 35 01 00 07 00 00 00 71 02 65] ?Write slot 8 information:
??????Loco 53 (short) is Not Consisted, In-Use, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:39:35.125: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:39:35.125: [B5 08 33 71] ?Write slot 8 with status value 51 (0x33) - Loco is Not Consisted, In-Use and operating in 128 speed step mode.
14:39:40.135: [BB 7B 00 3F] ?Request Fast Clock information.
14:39:40.144: [E7 0E 7B 01 60 04 6A 07 76 16 00 00 00 05] ?Response Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:39. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:40:12.040: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:40:16.880: [EF 0E 7B 01 0C 03 6B 07 76 16 00 00 00 67] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:40. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:40:16.903: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:40:21.212: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:40:22.959: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:40:23.321: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:40:23.904: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:40:24.093: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:40:24.438: [A0 05 01 5B] ?Set speed of loco in slot 5 to EMERGENCY STOP!
14:40:24.500: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:40:24.787: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:40:24.878: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:40:47.260: [BB 07 00 43] ?Request data/status for slot 7.
14:40:47.260: [E7 0E 07 13 6D 01 00 07 00 30 00 71 02 2A] ?Report of slot 7 information:
??????Loco 6253 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:40:47.573: [BB 0C 00 48] ?Request data/status for slot 12.
14:40:47.573: [E7 0E 0C 13 58 01 00 07 00 0A 00 71 02 2E] ?Report of slot 12 information:
??????Loco 1368 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:41:11.216: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:41:12.969: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:41:13.329: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:41:13.909: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:41:14.096: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:41:14.463: [A0 05 01 5B] ?Set speed of loco in slot 5 to EMERGENCY STOP!
14:41:14.550: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:41:14.784: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:41:14.894: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:41:15.913: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:41:16.980: [EF 0E 7B 01 0B 03 6C 07 76 16 00 00 00 67] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:41. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:41:17.074: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:41:18.204: [A1 05 10 4B] ?Set loco in slot 5 direction Forward F0=On F1=Off F2=Off F3=Off F4=Off.
14:41:18.220: [A0 05 7F 25] ?Set speed of loco in slot 5 to 127.
14:41:19.894: [BB 7B 00 3F] ?Request Fast Clock information.
14:41:19.910: [E7 0E 7B 01 37 03 6C 07 76 16 00 00 00 53] ?Response Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:41. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:41:22.275: [B2 13 60 3E] ?Sensor LS40 (SENSOR B40) is Low
14:41:22.385: [B2 12 60 3F] ?Sensor LS38 (B38 SENSOR) is Low
14:41:22.431: [B2 13 40 1E] ?Sensor LS39 (B39 SENSOR) is Low
14:41:31.045: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:41:38.726: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:41:49.167: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:41:50.952: [B2 13 70 2E] ?Sensor LS40 (SENSOR B40) is High
14:41:51.062: [B2 12 70 2F] ?Sensor LS38 (B38 SENSOR) is High
14:41:51.109: [B2 13 50 0E] ?Sensor LS39 (B39 SENSOR) is High
14:41:57.101: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:41:59.802: [B2 10 50 0D] ?Sensor LS33 (B33 SENSOR) is High
14:42:01.222: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:42:01.598: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:02.983: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:42:03.342: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:42:03.925: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:42:04.097: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:42:04.551: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:42:04.787: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:42:04.897: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:42:06.124: [B2 13 40 1E] ?Sensor LS39 (B39 SENSOR) is Low
14:42:06.501: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:42:08.216: [A0 05 7F 25] ?Set speed of loco in slot 5 to 127.
14:42:09.080: [B2 10 70 2D] ?Sensor LS34 (B34 SENSOR) is High
14:42:15.232: [B2 10 40 1D] ?Sensor LS33 (B33 SENSOR) is Low
14:42:16.631: [B2 11 50 0C] ?Sensor LS35 (B35 SENSOR) is High
14:42:16.676: [A0 05 40 1A] ?Set speed of loco in slot 5 to 64.
14:42:17.095: [EF 0E 7B 01 09 03 6D 07 76 16 00 00 00 64] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:42. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:42:17.159: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:42:17.473: [BB 07 00 43] ?Request data/status for slot 7.
14:42:17.473: [E7 0E 07 13 6D 01 00 07 00 30 00 71 02 2A] ?Report of slot 7 information:
??????Loco 6253 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:42:17.787: [BB 0C 00 48] ?Request data/status for slot 12.
14:42:17.787: [E7 0E 0C 13 58 01 00 07 00 0A 00 71 02 2E] ?Report of slot 12 information:
??????Loco 1368 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:42:19.751: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:42:26.172: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:27.886: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:42:29.799: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:31.084: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:42:31.782: [B2 10 60 3D] ?Sensor LS34 (B34 SENSOR) is Low
14:42:33.213: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:34.504: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:42:36.572: [B2 11 70 2C] ?Sensor LS36 (B36 SENSOR) is High
14:42:36.636: [A0 05 00 5A] ?Set speed of loco in slot 5 to 0.
14:42:36.636: [A0 05 00 5A] ?Set speed of loco in slot 5 to 0.
14:42:37.893: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:38.550: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:42:38.706: [B2 11 60 3C] ?Sensor LS36 (B36 SENSOR) is Low
14:42:40.895: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:47.278: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:42:49.205: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:51.230: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:42:51.575: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:42:52.988: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:42:53.051: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:42:53.352: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:42:53.931: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:42:54.103: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:42:54.556: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:42:54.791: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:42:54.900: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:42:58.783:
14:42:59.674: [BB 7B 00 3F] ?Request Fast Clock information.
14:42:59.674: [E7 0E 7B 01 14 08 6D 07 76 16 00 00 00 7A] ?Response Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:42. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:43:00.096: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:43:17.210: [EF 0E 7B 01 07 03 6E 07 76 16 00 00 00 69] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:43. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:43:17.289: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:43:19.523: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:43:23.610: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:43:26.602: [A0 05 00 5A] ?Set speed of loco in slot 5 to 0.
14:43:28.293: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:43:30.439: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:43:33.874: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:43:39.202: [B2 05 40 08] ?Sensor LS11 (B11 SENSOR) is Low
14:43:41.237: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:43:42.989: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:43:43.352: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:43:43.948: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:43:44.104: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:43:44.339: [B2 05 50 18] ?Sensor LS11 (B11 SENSOR) is High
14:43:44.558: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:43:44.792: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:43:44.902: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:43:47.622: [BB 07 00 43] ?Request data/status for slot 7.
14:43:47.622: [E7 0E 07 13 6D 01 00 07 00 30 00 71 02 2A] ?Report of slot 7 information:
??????Loco 6253 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:43:47.935: [BB 0C 00 48] ?Request data/status for slot 12.
14:43:47.950: [E7 0E 0C 13 58 01 00 07 00 0A 00 71 02 2E] ?Report of slot 12 information:
??????Loco 1368 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:44:16.610: [A0 05 00 5A] ?Set speed of loco in slot 5 to 0.
14:44:17.313: [EF 0E 7B 01 05 03 6F 07 76 16 00 00 00 6A] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:44. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:44:17.408: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:44:27.459: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:44:31.253: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:44:31.331: [A1 06 10 48] ?Set loco in slot 6 direction Forward F0=On F1=Off F2=Off F3=Off F4=Off.
14:44:31.331: [A0 06 7F 26] ?Set speed of loco in slot 6 to 127.
14:44:32.994: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:44:33.353: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:44:33.950: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:44:34.105: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:44:34.793: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:44:34.902: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:44:37.273: [B2 13 50 0E] ?Sensor LS39 (B39 SENSOR) is High
14:44:39.432: [BB 7B 00 3F] ?Request Fast Clock information.
14:44:39.448: [E7 0E 7B 01 57 05 6F 07 76 16 00 00 00 36] ?Response Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:44. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:44:42.297: [B2 10 50 0D] ?Sensor LS33 (B33 SENSOR) is High
14:44:42.355: [A0 06 40 19] ?Set speed of loco in slot 6 to 64.
14:44:42.778: [B2 12 60 3F] ?Sensor LS38 (B38 SENSOR) is Low
14:44:44.083: [A0 05 40 1A] ?Set speed of loco in slot 5 to 64.
14:44:44.602: [B2 11 70 2C] ?Sensor LS36 (B36 SENSOR) is High
14:44:48.185: [B2 13 40 1E] ?Sensor LS39 (B39 SENSOR) is Low
14:44:51.583: [B2 10 70 2D] ?Sensor LS34 (B34 SENSOR) is High
14:44:51.638: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:44:51.638: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:45:04.030: [B2 11 40 1C] ?Sensor LS35 (B35 SENSOR) is Low
14:45:05.333: [A0 06 40 19] ?Set speed of loco in slot 6 to 64.
14:45:12.511: [B2 12 70 2F] ?Sensor LS38 (B38 SENSOR) is High
14:45:16.305: [B2 10 40 1D] ?Sensor LS33 (B33 SENSOR) is Low
14:45:17.054: [B2 11 50 0C] ?Sensor LS35 (B35 SENSOR) is High
14:45:17.120: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:45:17.120: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:45:17.420: [EF 0E 7B 01 04 03 70 07 76 16 00 00 00 74] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:45. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:45:17.514: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:45:17.701: [BB 07 00 43] ?Request data/status for slot 7.
14:45:17.701: [E7 0E 07 13 6D 01 00 07 00 30 00 71 02 2A] ?Report of slot 7 information:
??????Loco 6253 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:45:18.014: [BB 0C 00 48] ?Request data/status for slot 12.
14:45:18.014: [E7 0E 0C 13 58 01 00 07 00 0A 00 71 02 2E] ?Report of slot 12 information:
??????Loco 1368 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:45:21.257: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:45:23.009: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:45:23.368: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:45:23.962: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:45:24.119: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:45:24.806: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:45:24.916: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:45:26.416: [B2 12 60 3F] ?Sensor LS38 (B38 SENSOR) is Low
14:45:27.260: [B2 12 70 2F] ?Sensor LS38 (B38 SENSOR) is High
14:45:28.544: [B2 12 60 3F] ?Sensor LS38 (B38 SENSOR) is Low
14:45:31.320: [B2 12 70 2F] ?Sensor LS38 (B38 SENSOR) is High
14:45:31.368: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:45:34.063: [A0 05 40 1A] ?Set speed of loco in slot 5 to 64.
14:45:40.962: [B2 12 60 3F] ?Sensor LS38 (B38 SENSOR) is Low
14:45:42.264: [B2 12 70 2F] ?Sensor LS38 (B38 SENSOR) is High
14:46:07.086: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:46:08.646: [B2 11 60 3C] ?Sensor LS36 (B36 SENSOR) is Low
14:46:09.942: [A0 06 40 19] ?Set speed of loco in slot 6 to 64.
14:46:11.262: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:46:13.013: [A0 01 01 5F] ?Set speed of loco in slot 1 to EMERGENCY STOP!
14:46:13.373: [A0 0A 01 54] ?Set speed of loco in slot 10 to EMERGENCY STOP!
14:46:13.968: [A0 03 01 5D] ?Set speed of loco in slot 3 to EMERGENCY STOP!
14:46:14.124: [A0 04 01 5A] ?Set speed of loco in slot 4 to EMERGENCY STOP!
14:46:14.812: [A0 0D 01 53] ?Set speed of loco in slot 13 to EMERGENCY STOP!
14:46:14.921: [A0 08 01 56] ?Set speed of loco in slot 8 to EMERGENCY STOP!
14:46:15.641: [B2 13 50 0E] ?Sensor LS39 (B39 SENSOR) is High
14:46:15.696: [A1 05 10 4B] ?Set loco in slot 5 direction Forward F0=On F1=Off F2=Off F3=Off F4=Off.
14:46:16.530: [EF 0E 7B 01 11 03 71 07 76 16 00 00 00 60] ?Request Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:46. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:46:16.606: [B4 6F 7F 5B] ?LONG_ACK: Function not implemented, no reply will follow.
14:46:19.277: [BB 7B 00 3F] ?Request Fast Clock information.
14:46:19.277: [E7 0E 7B 01 3B 03 71 07 76 16 00 00 00 42] ?Response Fast Clock is Synchronized, Running, rate is 1:1. Day 22, 14:46. Last set by ID 0x00 0x00 (0).
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available.
14:46:20.293: [B2 10 60 3D] ?Sensor LS34 (B34 SENSOR) is Low
14:46:21.050: [B2 11 70 2C] ?Sensor LS36 (B36 SENSOR) is High
14:46:21.106: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:46:21.106: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:46:24.068: [A0 05 40 1A] ?Set speed of loco in slot 5 to 64.
14:46:34.674: [B2 13 40 1E] ?Sensor LS39 (B39 SENSOR) is Low
14:46:35.255: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:46:35.334: [B2 13 50 0E] ?Sensor LS39 (B39 SENSOR) is High
14:46:36.541: [B2 12 60 3F] ?Sensor LS38 (B38 SENSOR) is Low
14:46:37.833: [A0 06 40 19] ?Set speed of loco in slot 6 to 64.
14:46:38.633: [B2 10 50 0D] ?Sensor LS33 (B33 SENSOR) is High
14:46:41.539: [A0 06 00 59] ?Set speed of loco in slot 6 to 0.
14:46:42.643: [A0 05 00 5A] ?Set speed of loco in slot 5 to 0.
14:46:45.481: [B2 10 40 1D] ?Sensor LS33 (B33 SENSOR) is Low
14:46:47.740: [BB 07 00 43] ?Request data/status for slot 7.
14:46:47.740: [E7 0E 07 13 6D 01 00 07 00 30 00 71 02 2A] ?Report of slot 7 information:
??????Loco 6253 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:46:48.053: [BB 0C 00 48] ?Request data/status for slot 12.
14:46:48.053: [E7 0E 0C 13 58 01 00 07 00 0A 00 71 02 2E] ?Report of slot 12 information:
??????Loco 1368 is Not Consisted, Common, operating in 128 SS mode, and is moving Forward at speed 1,
??????F0=Off, F1=Off, F2=Off, F3=Off, F4=Off, F5=Off, F6=Off, F7=Off, F8=Off
??????Master supports LocoNet 1.1; Track Status: On/Running; Programming Track Status: Available; STAT2=0x00, ThrottleID=0x02 0x71 (369).
14:46:49.131: [B2 10 50 0D] ?Sensor LS33 (B33 SENSOR) is High


Re: Nce power cab issue

 

Peter,
?
You may have identifies a long standing issue with the Power Cab. Try replacing the v165.B back into the Power Cab and try it again.
?
There is an issue where the Power Cab can lock itself out. There is a process where the USB has to send out a query to get its Cab Id.
I think it can get corrupted and the Cab Id is invalid. When the USB try to connect the Power Cab its queries are ignored.
?
Sometimes if you connect the USB adapter at the right time it will circumvent this issue. It happened to one of my Power Cabs and
it took me a day or so the get it back. I cleared the same issue but it has not happened again.
?
The one thing that I didn't do was swap out the EPROM back to 1.28c and upgrade the Power Cab once again to v1.65B. Try going back to v1.65B it may?
work. I say the because the firmware has a lot of quirks. The v1.65 firmware will work fine until it is reset. It will revert back to 1.28 if its resets.?
?
1.65B fixed the issue.
?
So try it and see.
?
Inobu
?
?


Re: WiFi Throttle Handset

 

On Mon, Apr 21, 2025 at 11:28 PM, Matthew Reed wrote:
Happy to build my own, if I have to, but would rather not
There are several DIY controllers listed here.
https://dcc-ex.com/throttles/index.html#dedicated-hardware
The WiThrottle Protocal are what you want, not the DCC-EX Protocol ones.?
?
?
--

Peter Akers?
[South East Queensland - Australia - UTC+10]?


Re: Nce power cab issue

 

¿ªÔÆÌåÓý

Peter writes:

?

¡°As I am not too group posting orientated, i assume? everyone that responded to my power cab issue, will see this message/response.¡±

?

Yes, that¡¯s how it works.? Reading you loud and clear.? You¡¯re better at this than you give yourself credit for!

?

¡°I eventually solved my problem ,out of desperation really.I decided to give it a go and replace the Eprom (v1.65B), with the previous version Eprom (1.28c) .

I now have a perfectly working Power cab!!No issues with programming/reading cv's etc.

My only guess is that something has gone wrong with my upgrade Eprom?¡±

?

That¡¯s good news that you are up and running.

?

We¡¯ve got the problem localized to either the eProm proper as you suspect, or there is a problem with the pc board (cracked solder joint comes to mind, or bad connections between the eProm and the socket it is seated in.

?

You could try re-installing the later eProm again, checking for bent pins, dirty contacts, etc.? If it works, you have full use of the later eProm you¡¯ve bought and paid for.? If not, just re-install the 1.28c eProm and you¡¯re good to go.

?

Is there an electronics repair shop or computer repair shop within reasonable distance?? They might be able to run diagnostics on the board and check it for bad traces, components, solder joints, etc. for you.

?

Best Of luck!

?

Steve

?

Steve Haas

Snoqualmie, WA


Re: Reading CVs #zimo #mxulf

 

I opened a case.


Re: Reading CVs #zimo #mxulf

 

Sorry for the late reply, time difference and long day at work.
?
Hi Trevor
?
I¡¯ve tried a lot of different COM port settings in JMRI, but I haven¡¯t noticed any difference.

Notes inside ZCS this default settings 50ms.



I am also using using this applictation without any issues so in my opinion it must be something with JMRI.


Re: Backups

 

¿ªÔÆÌåÓý

I found it in the profile directory
Thank you
Tony

On Apr 22, 2025, at 12:54?PM, Dave Sand <ds@...> wrote:

?
Tony,

After you do the store, go to "Help -> System Console", click on the "Copy to clipboard" button and paste in a reply.

Dave Sand


----- Original message -----
Subject: Re: [jmriusers] Backups
Date: Tuesday, April 22, 2025 11:46 AM

Dave

There are no recent backups in the only directory ¡®backupPanels¡¯
Is there some setting i need to set to cause the backups.
The original version of the saved file is not in the folder.

I just dis another save of the file and it is also not in the folder

Tony




On Apr 22, 2025, at 11:00?AM, Dave Sand <ds@...> wrote:
?
Tony,

When you "store" with the same name, the previous file is moved to the "backupPanels" directory with the current date and time added to the file name.

Dave Sand



----- Original message -----
Subject: [jmriusers] Backups
Date: Tuesday, April 22, 2025 9:26 AM

in previous versions of jmri i got hundreds of backups of panels automatically without me doing a backup.
?
using jmri 5.10 i open a profile which opens a layout panel. The panel had a table of switches in which i mistakenly erased the switches and saved the tables.
?
i want to remove the latest panel and restore the panel with the switches table in it.
?
i cannot find where the backup was stored.?
?
How do i find the panel with the table that existed before the erasure?
?
I checked very directory and suspect this version of jmri does not automatically back up.
?
Tony
?
?
?
?
?
?
?
?
?
?