LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed:Real time generation of data

Hi Bharath,

right click on the connector and select "create constant". Smiley Wink

Mike

0 Kudos
Message 11 of 29
(1,274 Views)

Hey mike,

That's a simple and efficient practice of programming.Smiley Very Happy Thanks for the tip.Smiley Mad

Thanks,Smiley Happy

Mathan

0 Kudos
Message 12 of 29
(1,272 Views)

Hi Mathan and Mike,
 
I have tried with the double precision constant. But, the waveform is not the continuous one.
Can you please check the following attachment and tell me the reason.
My version of labview is 8.0
Thanks,
Bharath
Download All
0 Kudos
Message 13 of 29
(1,270 Views)


bharath_reddy wrote:
... But, the waveform is not the continuous one. ...


Hi Bharath,
what does it mean? Do you need something like the attachment?
Hope it helps.
Mike
0 Kudos
Message 14 of 29
(1,264 Views)
Thanks Mike,
            Now it is working..I did not place the loops properly.
            Thanks for your assistance
Bharath.
0 Kudos
Message 15 of 29
(1,257 Views)
HI mike.,
 
      For the analog waveform generation by using DAQ, i am interfacing the waveform block with DAQ.,it is giving error like 'sub DAQ mx write:iput/channels in is not wired' for the analog waveform.
     For this particular case what may be the virtual channel/??where do i connect that?or else i have to create it by other means?

    
                  When iam executing the example "Cont Gen Voltage Wfm-Int Cll-On-Board Regeneration",it is giving continuous analog waveform by using the   PCI-6024E/BNC-2120 combination.I am using that example refering to my problem.
                 I am attaching the VI of the problem.Thanks for the help.
Bharath.
 

0 Kudos
Message 16 of 29
(1,227 Views)
Hi Bharath,
use the example finder to learn more about DAQmx, there are good examples. Cna you please explain what you try with this example?
Mike
0 Kudos
Message 17 of 29
(1,225 Views)
Hi Bharath,
i think this could be what you need. Hope it helps.
Mike
0 Kudos
Message 18 of 29
(1,224 Views)
Hi mike,
          I need the analog output for one of my algorithm's input.I have to generate the waveform continuously with the values.
         The VI that you have send is running but not showing the analog output when iam taking it from the analog outputd DAC-0 on the BNC-2120.
       
         I am verifying it on oscilloscope.But it is not showing any thing.
         And also my values are in the range of 350 to -350.so we need to change the max and min values.Can we do that?

 Thanks&Regards,
 Bharath
0 Kudos
Message 19 of 29
(1,209 Views)

Hi Bharath,

change to AO - voltage on the create channel vi. Smiley Happy
You can change the min and max values, but not to 350. The 5 and -5 are voltages, and i know no card which can output 350V.

Hope it helps.

Mike

0 Kudos
Message 20 of 29
(1,205 Views)