11-17-2012 09:44 AM
Hi all.
Im in the process of building a front panel for a positioning system. I want to be able to output a saved image on my computer when certain digital inputs are high. The inputs are limit switches wired to my daq 6211.
Im thinking this may be related to building custom controls but Im not sure where to look. Basicly the switches will output a different saved image of the system position when cettain limit switches are reached.
Has anyone come accross anything like this before??.
Solved! Go to Solution.
11-18-2012 05:55 PM
If the image is from a front panel object, you can programmatically export an image of objects such as graphs, charts, tables, picture controls, digital data or waveform controls and indicators. Use an "Invoke Node" and select the "Export Image" method.
11-18-2012 06:06 PM
11-18-2012 07:39 PM
Look at the Picture Ring indicator. Load your images into the ring and select the image you want to dislay by writing a numeric value to the ring terminal.
Lynn
11-19-2012 07:50 AM
Thank you very much. I'll try that today and see if it works 🙂