03-27-2018 12:12 PM
Hi, I have question about the labview program attached in the message. In this program I have three loops and four cases in each loop. I would like to save a picture or pdf every time I'm changing the case. The pdf also attached in the message. Thanks
03-27-2018 12:37 PM
03-27-2018 01:00 PM
I attached my program code. the picture i would like to save is attached in the pdf file above. so in each case I would like to save test circuit
03-27-2018 01:07 PM
I'm still a little confused, you want to generate circuit diagrams using LabVIEW?
03-27-2018 09:55 PM
Why are there 3 different case structures? There should only be 1.
Why is there such a mixture of CH0, 1, and 2 a and Com 0,1,2 they seem to flip places and sometims have Ch2 and Ch2 in different inputs in the same case? (bottom structure case 1)
You've got 3 structures times 5 cases. The only differences seem to be whether thare are Switch Connect and Switch Disconnect. And whether you are dealing with the 3 ch's and 3 coms.
03-29-2018 09:53 AM
I'm trying to do lab interface using test circuits connected to opto 22 and pxi 2567. the test circuits also connected to a relays , so each case will open a circuit and disconnect the others. so what i wanted to do is save a picture for the test circuit I'm working with every time I'm changing the case.