¿ªÔÆÌåÓý

Locked Re: Injecting a delay between turnout operations


 

Iain,

Sounds like you have something else happening.

Here is a simple Logix with the delay settings:

? IX:AUTO:0001C1 ?Delay Turnout Test ??
? ? [x] ?R1 ?IF ?Sensor "Reset" state is "Sensor Active" ??
? ? ? ? ? ? ?THEN ??
? ? ? ? ? ? ? ?On Change To True, Set Turnout, "LT101" to Closed ??
? ? ? ? ? ? ? ?On Change To True, Delayed Set Turnout, "LT102" to Closed, after 5 seconds. ??
? ? ? ? ? ? ? ?On Change To True, Delayed Set Turnout, "LT103" to Closed, after 10 seconds. ??

Here is the result (LocoNet Monitor):

08:15:06.233: [B0 64 30 1B] ?Requesting Switch at LT101 to Closed (Output On).
08:15:06.332: [B0 64 20 0B] ?Requesting Switch at LT101 to Closed (Output Off).
08:15:11.231: [B0 65 30 1A] ?Requesting Switch at LT102 to Closed (Output On).
08:15:11.331: [B0 65 20 0A] ?Requesting Switch at LT102 to Closed (Output Off).
08:15:16.233: [B0 66 30 19] ?Requesting Switch at LT103 to Closed (Output On).
08:15:16.336: [B0 66 20 09] ?Requesting Switch at LT103 to Closed (Output Off).


Dave Sand



On Nov 9, 2018, at 3:32 AM, Iain <iain@...> wrote:

Thank you David. ?Tried extending the times and setting them to cascade. Good idea, but it doesn't work for me. ?Got up to 20, 40,60 and it still all goes?immediately in a rush.

Join [email protected] to automatically receive all group messages.