LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to do continuous data acquisition on NORMA D6000

Hello,

 

I am trying to do continuous data acquisition from NORMA D6000 using IEEE 488.2 cable in LabVIEW 2010. I have programs for instantaneous data measurement but am not sure how to progress to measure the data continuously. Have attached the VI's I am using for instantaneous data measurement for 1 - phase and 3 - phase circuits. Could anyone please provide me any pointers on how to progress to do continuous acquisition of data for these?

 

Thanks,

 

Rohit Parakh

Download All
0 Kudos
Message 1 of 3
(2,768 Views)

Hi Rohit Parakh

 

Looking at the code you have posted it looks like you need to consider using the loops structures in labVIEW.

 

If you look in the NI Example finder which is part of the NI help. If you select browse task then in the directory follow the path Hardware input and output>> DAQmx>> voltage>> cont acq&Gtaph.

 

Although this is a DAQmx task it seems that you are using 3rd party vis that follows a similar stricter of use to that of the DAQmx vis

Regards

Robert

National Instruments UK & Ireland
0 Kudos
Message 2 of 3
(2,741 Views)

Hi,

 

Thanks for your suggestions. I tried using it but was not really sure on what do I need to connect the iteration loop 'i' with? I mean after getting one value for the sequence where do I connect the iteration loop in the vi "Measure Single Phase - 2 Feb.vi" to repeat the entire sequence again?

 

I also tried doing it a separate way using the internal memory for Norma D6000 ("Measure Single Phase - 8 Dec.vi") but I was getting a error through that method. Could you please help me with that as well?

 

Also I would like to use three phase measurement instead of the single phase I have used in the attached vi's. Could you please guide me on how to go on making the changes to make the vi take three phase measurements?

 

Thanks,

 

Kind Regards,

 

Rohit

Download All
0 Kudos
Message 3 of 3
(2,596 Views)