01-15-2013 10:13 PM
Hello,
Could someone please show/explain how i would get an input port to turn on an indicator in labview. there 8 switches i need to turn on. i'm confused how to convert numeric to true false? I've attached my VI and picture of physical setup
Cheers
Solved! Go to Solution.
01-16-2013 04:42 PM
It appears that your "DigitalIn" task is configured to read the entire port. So you will get an 8bit number representing all 8 lines of the port.
You can convert the number to a boolean array and then index out each line.
01-16-2013 08:58 PM
Ahh thank you vey much 🙂