¿ªÔÆÌåÓý

Re: Edit dialog boxes do not open with full width
Vince, The user-interface.xml getting some odd values in there is a typical cause. Since removing the user-interface.xml which holds things like last size didn't really work, my guess would be the
By Ken Cameron · #242322 ·
Re: LogixNG some help requested #logixng
Erik, Go to chapter 5 and search for else_if (https://www.jmri.org/help/en/html/tools/logixng/reference/chapter5.shtml#digital_action_flow_control) Dave Sand
By Dave Sand · #242321 ·
Re: LogixNG some help requested #logixng
Strange, I cannot find this "if-else-if-else"?
By Erik84750 · #242320 ·
Re: LogixNG some help requested #logixng
Erik, There is also the if-elseif-else structure. I have not tested to see which is better for this scenario. Dave Sand
By Dave Sand · #242319 ·
Re: LogixNG some help requested #logixng
... I actually meant @Nigel_Cliffe for the "thanks", and now I see your post @Dave_sand too, kudo's to you too :).
By Erik84750 · #242318 ·
Re: LogixNG some help requested #logixng
Yesss!!! Thank you Dave, this is of great help! Indeed, two pushbutton switches for each turnout: sensor_001 and sensor_002 (in your example: sen1 and sen2). "Many" makes a lot of sense, good to
By Erik84750 · #242317 ·
Re: LogixNG some help requested #logixng
Erik, If "copy/paste" means getting the text of a LogixNG, use the Browse option from the Select menu. Dave Sand
By Dave Sand · #242316 ·
Re: LogixNG some help requested #logixng
There is a copy/paste system within the LogixNG editor, but its not a matter of "copying text code". Your sample code seems different to the original posting. In the original posting, you said there
By Nigel Cliffe · #242315 ·
Re: Virtual sound setup #esu
I purchased a LokPilot 5 Basic 21MTC (#59029) and have had some time to investigate its capabilities using both DecoderPro (5.10)/NCE PowerHouse (2021 eprom) and LokProgrammer (5.2.12). My LP5Basic
By Mark Granville · #242314 ·
Re: LogixNG some help requested #logixng
I may have figured out a few things. But sadly no copy/past from a LogixNG thread possible? If Then Else Execute on change If Sensor sensor_001 goes from Active to Inactive Then Set turnout
By Erik84750 · #242313 ·
Re: Edit dialog boxes do not open with full width
Yes, even though it appears I now have a workaround for the problem, I'm definitely interested in poking around some more to get to the bottom of this. I tried the experiment you mentioned with my
By Vince Guarna · #242312 ·
Re: Audio Icon on Web Panel - Java
Does JMRI has two panels, A and B, there A has the Audio icon and B is the panel on top? And that the sound plays if panel A is on top but not if panel B is on top? I ask to get a better understanding
By danielb987 · #242311 ·
Re: Audio Icon on Web Panel - Java
The Fully Kiosk web browser is always on top and it's the only app running.
By Vinny DeRobertis · #242310 ·
Re: C/MRI 72-Input node: how to configure in JMRI? #cmri
So JMRI will poll the node for updates and the node should reply fairly quickly (ideally below 100ms). It will show an error if it does not get a reply to the poll command (it will try to init again),
By Gareth Lee · #242309 ·
Re: JMRI import of separate track layers from Anyrail not working #anyrail
Hi Erik84750, The AnyRail Export always exports all trackage, regardless of layer or display settings such as hidden. Hidden, etc. only affects what is included in the background image. If you want to
By Steve Todd · #242308 ·
Re: C/MRI 72-Input node: how to configure in JMRI? #cmri
Thanks Lee! Currently I call cmri.process(); only when updated, is there a particular reason to do it continuously? Why assign 96 inputs for my 72-input C/MRI card (3x 32bit, instead of 24 bit)?
By Erik84750 · #242307 ·
Re: C/MRI 72-Input node: how to configure in JMRI? #cmri
I personally use an Arduino Mega as a SUSIC, and when setting up the node in JMRI define the number of input and output cards. I would suggest that you would be able to build the node in JMRI with 3
By Gareth Lee · #242306 ·
LogixNG some help requested #logixng
I have a turnout that requires a 2-bit operation: two outputs for each direction (straight or divert), with pulsed output signal (on two outputs). "Divert" or "Straight" are driven by two separate
By Erik84750 · #242305 ·
JMRI import of separate track layers from Anyrail not working #anyrail
Anyrail v7.8.3 export of separate layers is not working. I have a track plan with an undersection and an upper section separated in two different layers. When hiding one layer for export to JMRI .xml,
By Erik84750 · #242304 ·
Re: VSD dont work #vsdecoder
Angel, This message points to an issue in a config.xml file. Look for the line <sound name="ENGINE" type="SD70"> "SD70" is not valid, use "diesel3" instead. Valid sound types are: configurable,
By Klaus Killinger · #242303 ·