09-06-2023 03:59 AM
I have been working on Voltage amplification in Labview. Where I have to increase the voltage to +7500 & -7500 as a sine wave output. How do I code in LabView such that the output is spread between different ports of myDAQ so I get the required output from MyDAQ. I am very new to Labview and if possible please help in little detail.
09-06-2023 06:32 AM
Hi mahek,
@maheksanghvi wrote:
I have to increase the voltage to +7500 & -7500 as a sine wave output.
You are missing some information in this sentence: which unit are you referring to?
µV / mV / V / kV ???
@maheksanghvi wrote:
I have been working on Voltage amplification in Labview.
An amplifier needs an input signal: what is the input in your case?
09-14-2023 03:31 AM
I would like to refraim my question:
I have MyDAQ device and I have a task to generate signals and amplify 10V to -10V as input to 7500V and -7500V amplified signal as output. And use the output points of MyDAQ distinctly to achieve this. Help me in detail please.
09-14-2023 04:25 AM
Hi mahek,
@maheksanghvi wrote:
I have MyDAQ device and I have a task to generate signals and amplify 10V to -10V as input to 7500V and -7500V amplified signal as output. And use the output points of MyDAQ distinctly to achieve this.
The myRIO is not able to provide ±7500V at its output pins. Point.
It only outputs ±10V.
You need some external 3rd-party hardware to generate such voltages. Ask your local distributors (for electronic measurement devices) for help!
09-14-2023 05:11 AM
I have programmed a labview code to generate signals and give an output to MyDAQ with Digital output of 8 slots.
I will have + & -10V of input which I want to amplify it to + & - 7500V for my application.
I feel there are many mistakes please help me to solve them and also error handling if possible to be added in my code.
Thank You In Advance.
09-14-2023 05:48 AM - edited 09-14-2023 05:52 AM
Hi mahek,
@maheksanghvi wrote:
I have programmed a labview code to generate signals and give an output to MyDAQ with Digital output of 8 slots.
I will have + & -10V of input which I want to amplify it to + & - 7500V for my application.
I feel there are many mistakes please help me to solve them and also error handling if possible to be added in my code.
Can you explain what each of those steps has to do with your requirement of outputting a ±7500V signal?
Yes, there are mistakes in your code - but you need to explain why you programmed the VI in the way you did it…
(Have you tried to use the example VIs coming with LabVIEW+DAQmx to learn best practices for voltage signal generation?)
And as said before: your myDAQ will NEVER output a voltage >10V, you need 3rd-party external hardware to amplify from ±10V to ±7500V!