Keyboard Shortcuts
Likes
Search
Locked LogixNG query inconsistent turnout position
Hi
When I start a session, all turnout are automaticaly set to Closed. But for an unknow reason, on time to time, a turnout can show as being inconsistent. Once inconsistent, JMRI cannot give any order to a turnout.?
I would like to create a logix which?
1) check which turnouts are showing as inconsistents
2) query? their status, which should return as unknow
3) sert turnout to Closed
?
Any idea on how to do that ?? Or is there a more elegant way to solve the issue of turnout showing "inconsistent" ??
?
Fred |
You don't say which hardware and command system you are using.
You may need to add delay between turnout commands if you are using Routes to initialize on startup.
If using scripts, add delay (250ms) between switch commands.
--
Ken NYNH&H, Old Colony Division, Cape Cod Branch (1949-1959) Loconet * JMRI 5.9.3 * OSX,Win10,Ubuntu Blog: ?
|
Fred, As far as I know, the inconsistent state for turnouts only occurs when turnouts are using TWOSENSOR feedback and both sensors are active or inactive. ?Are you using TWOSENSOR feedback? Dave Sand ----- Original message ----- From: "frederic duverger via groups.io" <frederic.bonave=[email protected]> Subject: [jmriusers] LogixNG query inconsistent turnout position Date: Wednesday, September 25, 2024 4:28 AM Hi When I start a session, all turnout are automaticaly set to Closed. But for an unknow reason, on time to time, a turnout can show as being inconsistent. Once inconsistent, JMRI cannot give any order to a turnout.? I would like to create a logix which? 1) check which turnouts are showing as inconsistents 2) query? their status, which should return as unknow 3) sert turnout to Closed ? Any idea on how to do that ?? Or is there a more elegant way to solve the issue of turnout showing "inconsistent" ?? ? Fred |
开云体育Dave, ? FYI Exact Feedback (Loconet) also supports the INCONSISTENT state. ? Robin ? Robin Becker N3IX Engineering LLC San Diego CA ? ? ? From: [email protected] <[email protected]> On Behalf Of Dave Sand
Sent: Wednesday, September 25, 2024 7:11 AM To: [email protected] Subject: Re: [jmriusers] LogixNG query inconsistent turnout position ? Fred, ? As far as I know, the inconsistent state for turnouts only occurs when turnouts are using TWOSENSOR feedback and both sensors are active or inactive. ?Are you using TWOSENSOR feedback? ? Dave Sand ? ? ----- Original message ----- From: "frederic duverger via groups.io" <frederic.bonave=[email protected]> Subject: [jmriusers] LogixNG query inconsistent turnout position Date: Wednesday, September 25, 2024 4:28 AM ? Hi When I start a session, all turnout are automaticaly set to Closed. But for an unknow reason, on time to time, a turnout can show as being inconsistent. Once inconsistent, JMRI cannot give any order to a turnout.? I would like to create a logix which? 1) check which turnouts are showing as inconsistents 2) query? their status, which should return as unknow 3) sert turnout to Closed ? Any idea on how to do that ?? Or is there a more elegant way to solve the issue of turnout showing "inconsistent" ?? ? Fred ? |
Robin, Thanks for the information. ? Dave Sand ----- Original message ----- From: Robin Becker <rbgroups@...> Subject: Re: [jmriusers] LogixNG query inconsistent turnout position Date: Wednesday, September 25, 2024 10:06 AM Dave, ? FYI Exact Feedback (Loconet) also supports the INCONSISTENT state. ? Robin ? Robin Becker N3IX Engineering LLC San Diego CA ? ? ? From: [email protected] <[email protected]> On Behalf Of Dave Sand ? Fred, ? As far as I know, the inconsistent state for turnouts only occurs when turnouts are using TWOSENSOR feedback and both sensors are active or inactive. ?Are you using TWOSENSOR feedback? ? Dave Sand ? ? ----- Original message ----- From: "frederic duverger via groups.io" <frederic.bonave=[email protected]> Subject: [jmriusers] LogixNG query inconsistent turnout position Date: Wednesday, September 25, 2024 4:28 AM ? Hi When I start a session, all turnout are automaticaly set to Closed. But for an unknow reason, on time to time, a turnout can show as being inconsistent. Once inconsistent, JMRI cannot give any order to a turnout.? I would like to create a logix which? 1) check which turnouts are showing as inconsistents 2) query? their status, which should return as unknow 3) sert turnout to Closed ? Any idea on how to do that ?? Or is there a more elegant way to solve the issue of turnout showing "inconsistent" ?? ? Fred ? |
Fred, Do you get any errors in the JMRI system console? ?If so, use the "Copy to clipboard" button and paste the entire contents. Dave Sand ----- Original message ----- From: "frederic duverger via groups.io" <frederic.bonave=[email protected]> Subject: Re: [jmriusers] LogixNG query inconsistent turnout position Date: Wednesday, September 25, 2024 10:40 AM Dave I am using Lenz system. For startup I set the delay between switch commands to 500ms. All my turnouts are "Direct " and Automatisation is "off" Fred |