10-26-2023 02:23 AM
Is there an opportunity to do this with like 10 leds somehow?
10-26-2023 02:42 AM
10-26-2023 02:47 AM
Hi Gerd,
thanks for your quick answer, maybe you can help me with my original problem as well.
I have a case structure based on numerics and i want to turn on and of the led which is inside the structure.
At the moment the LED turns on but unfortunately doesnt turn off. Your advise for the one LED didnt work as well as i though it should there.
Best regards
Felix
10-26-2023 03:04 AM
Hi Felix,
@Felix137 wrote:
I have a case structure based on numerics and i want to turn on and of the led which is inside the structure.
At the moment the LED turns on but unfortunately doesnt turn off.
Why do you convert the string to a float value? The case structure only accepts integers, so your conversion should be to integer value!
The LED only turns ON because that's all you do. I don't see where you try to switch the LED OFF...
10-27-2023 05:56 AM - edited 10-27-2023 05:58 AM
Hi Gerd,
The string is given by a turbine i control via Labview und the case structure works as it should.
Fixed my problem, your first advise was the right one, i just messed up
Kind regards
Felix