(With the LTC-400E Mod) 0. How to use the protected type? Is it for Sensor mode only? Not Timer
Can you add traffic light timers, just like in the Philippines?
(I used 0 for the first one cos the ContentDB keep on telling No. 2 is No. 1)
Do we use for i= , , , do functions if we want to loop the code? Where do we place that function?
i.e
for i=1,4,1 do
digiline_send("channel", "RED")
interrupt(1, 'Whatever you IID is')
elseif event.iid == 'Whatever your IID is' then
digiline_send("channel", "GREEN")
No idea why you're asking a question about ltc4000e here, but - all of the left turn modes do work in both sensor and timer modes, if you're using timer mode with no detection then make sure you turn recall on if you want to ever see them come up.
The LTC-4000E is made to run US-style traffic signals, and therefore does not support vehicular countdown timers as per MUTCD section 4F.17 paragraph 14:
Except for Warning Beacons mounted on advance warning signs on the approach to a signalized
location (see Section 2C.35), signal displays that are intended to provide a “pre-yellow warning” interval,
such as flashing green signal indications, vehicular countdown displays, or other similar displays, shall not
be used at a signalized location.
You are of course welcome to create your own controller (using a Luacontroller or otherwise) that drives the signals however you want, and if you choose to equip it with a countdown timer you can do so using any kind of display you want.
(With the LTC-400E Mod) 0. How to use the protected type? Is it for Sensor mode only? Not Timer
for i= , , , dofunctions if we want to loop the code? Where do we place that function? i.eand so on, with just one of those?
converted review into a thread
No idea why you're asking a question about ltc4000e here, but - all of the left turn modes do work in both sensor and timer modes, if you're using timer mode with no detection then make sure you turn recall on if you want to ever see them come up.
The LTC-4000E is made to run US-style traffic signals, and therefore does not support vehicular countdown timers as per MUTCD section 4F.17 paragraph 14:
You are of course welcome to create your own controller (using a Luacontroller or otherwise) that drives the signals however you want, and if you choose to equip it with a countdown timer you can do so using any kind of display you want.