#1 Threshold with LSH and BMI
Verfasst: Mi 27. Jul 2011, 18:22
Good afternoon.
I would like to inquire about LSH programming and bmi.
I have scheduled two thresholds.
The intention is to light a 100% light, 50% or 0%. depending on the threshold and bmi.
Programming is performed as follows:
B1 (Threshold 1)
MAKE: LED10 ON
BREAK: LED 11 ON
MAKE: LED11 OFF
BREAK: LED 10 OFF
B2 (Threshold 2)
MAKE: LED11 ON
BREAK: LED 12 ON
MAKE: LED12 OFF
BREAK: LED 11 OFF
B4 (BMI)
MAKE: LED 9 ON
BREAK: LED 9 OFF
BREAK: light off ramp 9 seconds.
Logic:
And C1 (led 9 - led 10)
light off
And C2 (led 9 - led 11)
50% dim light.
And C3 (led 9 - led 12)
100% light.
The problem is that the lsh is near to the lights, and when the light turns to 100%, the threshold changes, and light up to 50%.
I tried to lock the keys C when light comes on and unlock when turned off, but it has not worked properly.
What solution do you recommend?
Best regards.
I would like to inquire about LSH programming and bmi.
I have scheduled two thresholds.
The intention is to light a 100% light, 50% or 0%. depending on the threshold and bmi.
Programming is performed as follows:
B1 (Threshold 1)
MAKE: LED10 ON
BREAK: LED 11 ON
MAKE: LED11 OFF
BREAK: LED 10 OFF
B2 (Threshold 2)
MAKE: LED11 ON
BREAK: LED 12 ON
MAKE: LED12 OFF
BREAK: LED 11 OFF
B4 (BMI)
MAKE: LED 9 ON
BREAK: LED 9 OFF
BREAK: light off ramp 9 seconds.
Logic:
And C1 (led 9 - led 10)
light off
And C2 (led 9 - led 11)
50% dim light.
And C3 (led 9 - led 12)
100% light.
The problem is that the lsh is near to the lights, and when the light turns to 100%, the threshold changes, and light up to 50%.
I tried to lock the keys C when light comes on and unlock when turned off, but it has not worked properly.
What solution do you recommend?
Best regards.