04-22-2016 02:14 AM
I've got an NI 1772 smart camera that came with a Power/Accessory block with physical I/O on it. How do I address these physical I/O in the Labview code? Eg. using a case structure, if 'input 1' is high, then execute the 'True' case etc. How do I address 'input 1' in the code?
I know this is probably really simple, but I still can't figure this out after hours of Google'ing. Any pointers is appreciated! 🙂
04-22-2016 09:28 AM
Hi,
There are two included examples that should show you what you need to do:
04-25-2016 07:45 PM
Oh man, I should have looked in the examples before posting... thanks for your help!