LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Distortion is measured and output voltage control method.

Hello.

I am writing a program to read the distortion using NI 9237 and to generate an external voltage according to that value using NI9263.

I am trying to change the output voltage by changing the duty ratio by using PWM control as the external voltage control method.

Is it possible?

Examples) Strain value 800[µst] Output voltage 8[v] (DUTY ratio 80[%])

                  Strain value 1000[µst] → Output voltage 10[v] (DUTY ratio 100[%])

0 Kudos
Message 1 of 4
(2,020 Views)

Hi guy from Asia,

 

yes, that's possible (in general).

 

I am trying to change the output voltage by changing the duty ratio by using PWM control as the external voltage control method.

The NI9263 is an AO module, it does not use PWM by default. You might output waveforms to simulate the PWM behaviour, if that is what you want…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(1,991 Views)

Thank you for your reply and I'm sorry I'm late.

I am currently creating such a program.

I am sorry, I use Japanese in program.

DAQ Assistant 3 (DAQアシスタント3) reads the value of distortion, performs PWM control conversion in signal simulation (信号シミュレーション), and generates external voltage with DAQ Assistant (DAQアシスタント).

The lower DAQ Assistant 2 (DAQアシスタント2) is for reading another strain.

Each of the two strain is written in a .csv file.

It is not possible to convert from filter 2 (フィルタ2) in the middle of the program to duty ratio from signal simulation.

Do you understand?

0 Kudos
Message 3 of 4
(1,968 Views)

There was a mistake.

It is not Distortion but strain.

0 Kudos
Message 4 of 4
(1,966 Views)