LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LABVIEW cRIO9074 Current voltage measurement

But I think that the issue it not only for scanning internal, I am fine with 10ms scan interval but even at this time interval the measurement was not proper. may be there is any other issue while method of reading these parameters (V/I).

Because once before I measured it correctly waveforms but when tested after few months latter with same program/same method, I did not getting the results.

 

Thanks for prompt replies.

0 Kudos
Message 11 of 18
(1,067 Views)

I am facing same issues in power measurement, my query link is below

 

Re: LABVIEW cRIO9074 Current voltage measurement - NI Community

 

0 Kudos
Message 12 of 18
(1,075 Views)

based on the screenshots, multiple "same" AIO variables are redundant, but I assume you will use different channels in the actual case, since you labeled it differently

some points of "probable" improvement:

- use circular buffer, ever growing arrays are never a good case, especially in old cRIOs with less memory

- configure variable to output its timestamp as well, that way you can probably have a better representation of your waveform

- if you want to venture into FPGA but maintain RT, it is possible with FPGA interface

- is that VI on your RT level, if I am not mistaken 9074 is still pharlaps, no? no embedded UI, why plot charts? and why not timed loop, there is no proper timing in the screenshot

- if you have invested in the power toolkit, wouldn't it make sense to get better waveforms?

 

just dropping in because of past topic followed... currently following other SaaS closely 😅

CY (expired CLAD)
0 Kudos
Message 13 of 18
(1,052 Views)

I have used different AIO for phase wise measurement of V/I and I want to solve it using RT mode only and NI current/voltage modules connected in cRIO9074 for measurements. 

I plots charts of V/I waveforms but they are not accurate. 

 

Can you help me out to how to get better waveforms and power-RMS values measurements. sample code files are also attached previously. 

 

Thanks

 

0 Kudos
Message 14 of 18
(1,030 Views)

read earlier comments

CY (expired CLAD)
0 Kudos
Message 15 of 18
(1,027 Views)

considered but did not find any solution, only suggesting to go with FPGA mode

0 Kudos
Message 16 of 18
(1,023 Views)

@meharda_92 wrote:

considered but did not find any solution, only suggesting to go with FPGA mode


Exactly! You can keep insisting that the mountain needs to come to you, but usually that is wishful thinking, at least in our universe. Maybe there are others where this would be possible. 😀

 

I also mentioned that you should have bought a cDAQ chassis instead if you do not want to do FPGA programming.

Rolf Kalbermatter
My Blog
0 Kudos
Message 17 of 18
(1,016 Views)

@cy... wrote:

based on the screenshots, multiple "same" AIO variables are redundant, but I assume you will use different channels in the actual case, since you labeled it differently

some points of "probable" improvement:

- use circular buffer, ever growing arrays are never a good case, especially in old cRIOs with less memory

- configure variable to output its timestamp as well, that way you can probably have a better representation of your waveform

- if you want to venture into FPGA but maintain RT, it is possible with FPGA interface

- is that VI on your RT level, if I am not mistaken 9074 is still pharlaps, no? no embedded UI, why plot charts? and why not timed loop, there is no proper timing in the screenshot

- if you have invested in the power toolkit, wouldn't it make sense to get better waveforms?

 

just dropping in because of past topic followed... currently following other SaaS closely 😅


 

@meharda_92 if this does not work, then FPGA it is

CY (expired CLAD)
0 Kudos
Message 18 of 18
(1,013 Views)