07-23-2014 09:03 AM
Could somebody tell me how can I generate simple sine signal using myRIO audio out connector? I did simple VI with "simulate signal" sub VI and analog out but it does not work.
regards
07-23-2014 09:18 AM
07-23-2014 09:34 AM
It means that I can not see any signal on output. I did not find examples with analog output signal generator.
07-23-2014 09:56 AM
Stupid Dynamic Data Type...
What is happening is the Simulate Signal is generating a waveform and you are actually just getting the first sample. This sample will be 0. And then you output that sample with a value of 0.
What you could do is generate the signal and change it to a 1D Array. Then use a Timed Loop to clock out your samples. Or you could go the FPGA approach, which is a little more advanced.
07-24-2014 03:06 AM
Do you have some example how to do it? I am new in the LabView
			
    
	
		
		
		07-24-2014
	
		
		04:34 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		07-08-2024
	
		
		02:18 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
When you are new to LabVIEW try to start with the basic tutorials that is found on NI's site.
For students: http://www.ni.com/academic/students/learn/
LabVIEW Introduction Course - Three Hours 
LabVIEW Introduction Course - Six Hours 
And for working with a RIO of any kind this is a good introduction:
https://www.ni.com/en/shop/compactrio/compactrio-developers-guide.html