arthkl
arthkl
Hi @danielb987, The BlockContentsIcons on the left (270 deg angle) and on the right (90 deg angle) were not visible prior to that change. I've attached the panel file. (as...
@danielb987 Just wanted to point out that the fix only addresses cases where the key passed into displayState(Object key) is an instance of IdTag. I haven't had time to test...
@devel-bobm, thank you for reaching out. The layout is setup with turnout based signal masts. (TurnoutSignalMast). On the panel I can use the associated SignalMastIcons to control the TurnoutSignalMasts. Basically...
@bobjacobsen Thank you for your answer. our messages seem to have crossed in the cloud ;-) According to your answer the idea to change TurnoutSignalMask aspects via LocoNet messages, that...
Doesn't the panel configuration defines the relationship between signal mast and turnout? ``` IF$tsm:DB-HV-1969:block($0001) Loop1 LT101 thrown LT101 closed ``` My hope was to ask the signal manager for a...
Thanks, yes I'm doing something similar in my local copy. Although I'm doing this right in the LNTurnout class. I basically wanted to get an idea if the concept of...
KenC57, Thank you your advice. As of now it seems I have a pretty good handle on those signals that are controlled by two turnouts. It gets more complicated when...
Thank you Dave S and Ken, I start to understand what Logix is about. It seems to be a powerful tool for various automation tasks. Not sure though if I...
Dave Sand, I did - for a brief moment ;-) - had a theory to look at those turnouts as a bitfield where JMRI - able send one turnout command...
Dave Sand, Yep, I'm doing something similar in the updateTurnoutSignalMast function. That part is actually working. What I'm struggling with is setting a turnout signal on the layout. (This is...