Changes

Jump to navigation Jump to search
Line 1: Line 1:  
=== Oscilloscope LabVIEW Program ===
 
=== Oscilloscope LabVIEW Program ===
[[File:Frame 9.png|Frame 9]]
      
'''Frame 1:'''
 
'''Frame 1:'''
Line 22: Line 21:  
*(Note: The library functions are .DLL files and it requires decoders, usually in C++. Therefore, it is not quite possible to see exactly what the function is doing, but if the parameters fit the success criteria the output is either a 1 for success or 0 for failure. The inputs of the library functions are also preserved.)
 
*(Note: The library functions are .DLL files and it requires decoders, usually in C++. Therefore, it is not quite possible to see exactly what the function is doing, but if the parameters fit the success criteria the output is either a 1 for success or 0 for failure. The inputs of the library functions are also preserved.)
   −
[[File:Frame 1.png|Frame 1]]
+
[[File:Frame 1.png|200px|thumb|right|Frame 1]]
    
'''Frame 2:'''
 
'''Frame 2:'''
Line 38: Line 37:  
• Library Function “sdSetFilt” – sets channel and filter trigger
 
• Library Function “sdSetFilt” – sets channel and filter trigger
   −
[[File:Frame 2.png|Frame 2]]
+
[[File:Frame 2.png|200px|thumb|right|Frame 2]]
    
'''Frame 3:'''
 
'''Frame 3:'''
Line 58: Line 57:  
• Library Function “sdSetVoltageAndCoupling” – sets voltage and coupling of both channels of the oscilloscope
 
• Library Function “sdSetVoltageAndCoupling” – sets voltage and coupling of both channels of the oscilloscope
   −
[[File:Frame 3.png|Frame 3]]
+
[[File:Frame 3.png|200px|thumb|right|Frame 3]]
    
'''Frame 4:'''
 
'''Frame 4:'''
Line 71: Line 70:  
• Library Function “sdGetLevel”
 
• Library Function “sdGetLevel”
   −
[[File:Frame 4.png|Frame 4]]
+
[[File:Frame 4.png|200px|thumb|right|Frame 4]]
    
'''Frame 5:'''
 
'''Frame 5:'''
Line 88: Line 87:  
• Library Function “sdSetOffset” – adjusts the position of the channel
 
• Library Function “sdSetOffset” – adjusts the position of the channel
   −
[[File:Frame 5.png|Frame 5]]
+
[[File:Frame 5.png|200px|thumb|right|Frame 5]]
    
'''Frame 6:'''
 
'''Frame 6:'''
Line 100: Line 99:  
• Library Function “sdCaptureStart” – starts to capture data from the oscilloscope
 
• Library Function “sdCaptureStart” – starts to capture data from the oscilloscope
   −
[[File:Frame 6.png|Frame 6]]
+
[[File:Frame 6.png|200px|thumb|right|Frame 6]]
    
'''Frame 7:'''
 
'''Frame 7:'''
Line 112: Line 111:  
• Library Function “sdTriggerEnabled” – sets the trigger
 
• Library Function “sdTriggerEnabled” – sets the trigger
   −
[[File:Frame 7.png|Frame 7]]
+
[[File:Frame 7.png|200px|thumb|right|Frame 7]]
    
'''Frame 8:'''
 
'''Frame 8:'''
Line 166: Line 165:  
• Library Function “sdSetVoltageAndCoupling”
 
• Library Function “sdSetVoltageAndCoupling”
   −
[[File:Frame 8.png|Frame 8]]
+
[[File:Frame 8.png|200px|thumb|right|Frame 8]]
    
''Function of the Program:''
 
''Function of the Program:''
25

edits

Navigation menu