LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can you join two hameg dmm's to one labview vi?

Let's see what you've done.
0 Kudos
Message 21 of 27
(966 Views)

this is really getting on my tits at this stage! here is my latest attempt.......damn these wireless motes.

 

i tried the write measurement block and your excel one, and neither exported/saved any data. but it seems to work ok.

im looking forward to seeing this mean data.......

 

 

0 Kudos
Message 22 of 27
(962 Views)
Okay, now I see what you've done. You've got a constant wire to the while loop termination terminal so the only way you can stop your while loop is by clicking the little "Stop" button on the toolbar, correct? That aborts the whole VI and is not the correct method. Replace the constant with a front panel Boolean control and all will be fine. The "Stop" button should never be used as the normal means to stop a VI.
0 Kudos
Message 23 of 27
(956 Views)

i tried putting a boolean switch in the front panel, but no use! of course....

how do you do this exactly.?

 

all the best

 

0 Kudos
Message 24 of 27
(949 Views)

Delete the constant and the wire going to the conditional terminal (the little square box in the lower right corner of the while loop). Right click on the conditional terminal and select Create Control. That's it. You can go to the front panel and move it around if you want but that won't affect the functionality. The front panel control you just created will also have the correct mechanical action.

I just did this with constants replacing the VISA Reads and I got data out of the while loop.

0 Kudos
Message 25 of 27
(938 Views)
Just convert the false boolean to a control. Here is your VI with a Stop button and a few other clean ups. You might also want to change the default value on one of the VISA resource name controls so both do not attempt to access the samem port.

Lynn
0 Kudos
Message 26 of 27
(938 Views)
ok, got it going now. but when i gather dather outside the loop., the time interval changed. it goes up in seconds...... is this 'real time' sampling?
before it was going up like 2.3seconds, 4.2 seconds.........etc.......
 
i need to know if this is actual sampling times.....
 
 
0 Kudos
Message 27 of 27
(929 Views)