├── 3D Sensor Mapping Example ├── 3D Sensor Mapping Example.zip ├── 3D Sensor Mapping Example │ ├── 3D Data Visualization with Sensor Mapping Express VI.doc │ ├── Models │ │ ├── CPU_Processor.stl │ │ ├── Crash_Dummy.stl │ │ ├── car.wrl │ │ └── ujoint.stl │ └── Sensor Mapping Example.vi └── Sensor Mapping Example Folder LV2012 │ └── Sensor Mapping Example LV2012.vi ├── Array as a Circular Buffer ├── AnalyzerResults10-10-16-15-42-40.rsl ├── Circular Buffer Array LV2012 Folder │ └── Circular Buffer Array LV2012.vi └── Circular Buffer Array LV2012 NIVerified.vi ├── Build 2D array and write to Excel ├── 2D Array to Excel 2012 Folder │ └── 2D Array to Excel 2012.vi ├── 2D Array to Excel 2012 NIVerified.vi ├── AnalyzerResults10-10-16-16-00-44.rsl └── Use an obsolent toolkit.txt ├── Calculate Frequency of Signal Displayed on Waveform Graph ├── Meas Freq of Visible Waveform LV2012 Folder │ └── Meas Freq of Visible Waveform LV 2012.vi └── Meas Freq of Visible Waveform_LV 7x.vi ├── Calculating the CRC32 of a File with LabVIEW ├── AnalyzerResults10-10-16-17-03-17.rsl ├── MECC CRC32 LV2012 Folder │ └── MECC CRC32 LV2012.vi └── MECC CRC32 LV2012 NIVerified.vi ├── Convert Boolean to Digital Waveform in LabVIEW ├── Convert Boolen to Digital Waveform LV2012 Folder │ └── Convert Boolen to Digital Waveform LV2012.vi ├── Convert Boolen to Digital Waveform LV2016 NI Verified.vi ├── Convert Boolen to Digital Waveform LV2016.vi ├── ConvertBoolentoDigitalWaveform8_6.vi └── VI analysers report.cfg ├── Convert Waveform to 2D Array ├── Waveform to 2D Array.zip └── Waveform to 2D Array │ ├── Issues.txt │ ├── Multiple Waveforms.vi │ ├── Single Waveform.vi │ └── Waveform to 2D Array.vi ├── Count the Number of Instances of each Element in an Array ├── AnalyzerResults10-10-16-16-27-18.rsl ├── Count Number of Instances in Array LV2012 Folder │ └── Count Number of Instances in Array LV2012.vi └── Count Number of Instances in Array LV2012 NIVerified.vi ├── Displaying the Frequency Values of the FFT peaks processed by the Spectral Measurements VI ├── Display Frequencies LV2012 Folder │ └── Display Frequencies LV2012 NIVerified.vi ├── Display Frequencies LV2016 NI.vi └── Display Frequencies.vi ├── How to Open a SubVI as a Separate Window ├── AnalyzerResults10-11-16-09-43-10.rsl ├── AnalyzerResults10-11-16-09-43-49.rsl ├── Chart Folder.zip └── Chart Folder │ ├── Chart Main LV2012 NIVerified.vi │ └── Chart Window LV2012.vi ├── LabVIEW Write and Read from Spreadsheet File without the Report Generation toolkit └── Writing-Reading Spreadsheet File.vi ├── LabVIEW TFTP VIs ├── TFTP Get File Folder LV2012 │ └── TFTP Get File LV2012.vi ├── TFTP Get File.vi ├── TFTP Put File Folder LV2012 │ └── TFTP Put File LV2012.vi └── TFTP Put File.vi ├── Moving Front Panel Controls and Indicators With Mouse While VI Is Running ├── AnalyzerResults10-17-16-17-01-54.rsl └── Move Control Mouse LV2016 NIVerified.vi ├── Multi-state LED Indicator ├── Multistate LED Example LV2012 Folder │ └── Multistate LED Example LV2012 NIVerified.vi ├── Multistate LED Example LV2016 NIVerified.vi └── Multistate_LED.ctl ├── Open a PDF File using command line and LabVIEW ├── Open PDF File LV2012 Folder │ └── Open PDF File LV2016.vi ├── Open PDF File LV2016.vi └── OpenPDFFile.vi ├── Parse Text File to Line-by-Line String Array ├── Read Txt File as Lines LV2012 Folder │ └── Read Txt File as Lines.vi ├── Read Txt File as Lines LV2016.vi ├── Read Txt File as Lines.vi └── extremly simple example.txt ├── Producer Consumer Example (Coke Machine) ├── AnalyzerResults10-10-16-15-14-43.rsl ├── Coke Machine State Control.ctl ├── Producer Consumer Example.zip ├── Producer consumer coke machine LV2012 │ ├── Coke Machine State Control.ctl │ └── Producer consumer coke machine LV2012.vi └── Producer consumer coke machine NIVerified.vi ├── README.md ├── Rotate 3D object relative to its current rotation ├── FindNewAxis 8.6.vi ├── Rotate 3D object 8.6.vi └── Rotate 3D object LV2012 Folder │ ├── FindNewAxis LV2012.vi │ └── Rotate 3D object LV2012.vi ├── Row and Column Averages for a 2D Array └── Row-Column Average for 2D array LV2016 NIVerified.vi ├── Scope Sound Card Based Oscilloscope and Spectrum Analyzer ├── Missing a global variable library in the archive.txt ├── scope.zip └── scope │ ├── currdisp1.vi │ ├── currdisp2.vi │ ├── flag_array.vi │ ├── flag_read.vi │ ├── flag_write.vi │ ├── freq_resp_no_coher.vi │ ├── help.pdf │ ├── oscilloscope.aliases │ ├── oscilloscope.lvlps │ ├── oscilloscope.lvproj │ ├── oscilloscope.vi │ ├── psd_state_global.vi │ ├── psdgraph_array_global.vi │ ├── scope.lvproj │ ├── scope.vi │ ├── scope_icon.ico │ ├── spectrum_to_data_array.vi │ ├── swept_freq_calc.vi │ ├── swept_sine_state.vi │ ├── waveform_global.vi │ ├── waveform_to_array.vi │ ├── write_spectrum_to_file.vi │ └── write_waveform_to_file.vi ├── Search 1D Array for Nearest ├── Search 1D Array for Nearest LV2012 Folder │ └── Search 1D Array for Nearest LV2012.vi └── Search 1D Array for Nearest.vi ├── Sending SMTP Email Attachments from LabVIEW ├── Send Email with Attachment LV2012 NIVerified.vi └── Send_Email_Attach_LV82.vi ├── Simple 2D array transformations ├── AnalyzerResults10-17-16-17-51-13.rsl ├── Array Transformations 2 LV2016 NIVerified.vi ├── ArrayTransformations.vi └── ArrayTransformations2.vi ├── Write to a Sheet other than Sheet1 of an Excel Spreadsheet (Report Gen) ├── This example uses obsolent toolkit.txt ├── Write to different sheet LV2012.vi └── Write_to_different_sheet_LV86.vi ├── Writing-Reading Spreadsheet File ├── Writing-Reading Spreadsheet File LV2012 Folder │ ├── Meas Freq of Visible Waveform LV 2012 Folder │ │ └── Meas Freq of Visible Waveform LV 2012.vi │ └── Writing-Reading Spreadsheet File LV2012.vi └── Writing-Reading Spreadsheet File.vi └── httpsdecibel.ni.comcontentdocsDOC-8097 ├── Absolute Time Chart-LV12 ├── Absolute Time Chart 2-LV12.vi └── Absolute Time Chart-LV12.vi └── didn't do anything with this yet.txt /3D Sensor Mapping Example/3D Sensor Mapping Example.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/3D Sensor Mapping Example/3D Sensor Mapping Example.zip -------------------------------------------------------------------------------- /3D Sensor Mapping Example/3D Sensor Mapping Example/3D Data Visualization with Sensor Mapping Express VI.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/3D Sensor Mapping Example/3D Sensor Mapping Example/3D Data Visualization with Sensor Mapping Express VI.doc -------------------------------------------------------------------------------- /3D Sensor Mapping Example/3D Sensor Mapping Example/Models/CPU_Processor.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/3D Sensor Mapping Example/3D Sensor Mapping Example/Models/CPU_Processor.stl -------------------------------------------------------------------------------- /3D Sensor Mapping Example/3D Sensor Mapping Example/Models/Crash_Dummy.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/3D Sensor Mapping Example/3D Sensor Mapping Example/Models/Crash_Dummy.stl -------------------------------------------------------------------------------- /3D Sensor Mapping Example/3D Sensor Mapping Example/Models/ujoint.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/3D Sensor Mapping Example/3D Sensor Mapping Example/Models/ujoint.stl -------------------------------------------------------------------------------- /3D Sensor Mapping Example/3D Sensor Mapping Example/Sensor Mapping Example.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/3D Sensor Mapping Example/3D Sensor Mapping Example/Sensor Mapping Example.vi -------------------------------------------------------------------------------- /3D Sensor Mapping Example/Sensor Mapping Example Folder LV2012/Sensor Mapping Example LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/3D Sensor Mapping Example/Sensor Mapping Example Folder LV2012/Sensor Mapping Example LV2012.vi -------------------------------------------------------------------------------- /Array as a Circular Buffer/AnalyzerResults10-10-16-15-42-40.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Array as a Circular Buffer/AnalyzerResults10-10-16-15-42-40.rsl -------------------------------------------------------------------------------- /Array as a Circular Buffer/Circular Buffer Array LV2012 Folder/Circular Buffer Array LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Array as a Circular Buffer/Circular Buffer Array LV2012 Folder/Circular Buffer Array LV2012.vi -------------------------------------------------------------------------------- /Array as a Circular Buffer/Circular Buffer Array LV2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Array as a Circular Buffer/Circular Buffer Array LV2012 NIVerified.vi -------------------------------------------------------------------------------- /Build 2D array and write to Excel/2D Array to Excel 2012 Folder/2D Array to Excel 2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Build 2D array and write to Excel/2D Array to Excel 2012 Folder/2D Array to Excel 2012.vi -------------------------------------------------------------------------------- /Build 2D array and write to Excel/2D Array to Excel 2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Build 2D array and write to Excel/2D Array to Excel 2012 NIVerified.vi -------------------------------------------------------------------------------- /Build 2D array and write to Excel/AnalyzerResults10-10-16-16-00-44.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Build 2D array and write to Excel/AnalyzerResults10-10-16-16-00-44.rsl -------------------------------------------------------------------------------- /Build 2D array and write to Excel/Use an obsolent toolkit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Build 2D array and write to Excel/Use an obsolent toolkit.txt -------------------------------------------------------------------------------- /Calculate Frequency of Signal Displayed on Waveform Graph/Meas Freq of Visible Waveform LV2012 Folder/Meas Freq of Visible Waveform LV 2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Calculate Frequency of Signal Displayed on Waveform Graph/Meas Freq of Visible Waveform LV2012 Folder/Meas Freq of Visible Waveform LV 2012.vi -------------------------------------------------------------------------------- /Calculate Frequency of Signal Displayed on Waveform Graph/Meas Freq of Visible Waveform_LV 7x.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Calculate Frequency of Signal Displayed on Waveform Graph/Meas Freq of Visible Waveform_LV 7x.vi -------------------------------------------------------------------------------- /Calculating the CRC32 of a File with LabVIEW/AnalyzerResults10-10-16-17-03-17.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Calculating the CRC32 of a File with LabVIEW/AnalyzerResults10-10-16-17-03-17.rsl -------------------------------------------------------------------------------- /Calculating the CRC32 of a File with LabVIEW/MECC CRC32 LV2012 Folder/MECC CRC32 LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Calculating the CRC32 of a File with LabVIEW/MECC CRC32 LV2012 Folder/MECC CRC32 LV2012.vi -------------------------------------------------------------------------------- /Calculating the CRC32 of a File with LabVIEW/MECC CRC32 LV2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Calculating the CRC32 of a File with LabVIEW/MECC CRC32 LV2012 NIVerified.vi -------------------------------------------------------------------------------- /Convert Boolean to Digital Waveform in LabVIEW/Convert Boolen to Digital Waveform LV2012 Folder/Convert Boolen to Digital Waveform LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Boolean to Digital Waveform in LabVIEW/Convert Boolen to Digital Waveform LV2012 Folder/Convert Boolen to Digital Waveform LV2012.vi -------------------------------------------------------------------------------- /Convert Boolean to Digital Waveform in LabVIEW/Convert Boolen to Digital Waveform LV2016 NI Verified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Boolean to Digital Waveform in LabVIEW/Convert Boolen to Digital Waveform LV2016 NI Verified.vi -------------------------------------------------------------------------------- /Convert Boolean to Digital Waveform in LabVIEW/Convert Boolen to Digital Waveform LV2016.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Boolean to Digital Waveform in LabVIEW/Convert Boolen to Digital Waveform LV2016.vi -------------------------------------------------------------------------------- /Convert Boolean to Digital Waveform in LabVIEW/ConvertBoolentoDigitalWaveform8_6.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Boolean to Digital Waveform in LabVIEW/ConvertBoolentoDigitalWaveform8_6.vi -------------------------------------------------------------------------------- /Convert Boolean to Digital Waveform in LabVIEW/VI analysers report.cfg: -------------------------------------------------------------------------------- 1 | eChOPTH0oCUsersRUpilyuRDropbox"Community review examples projects.Convert Boolean to Digital Waveform in LabVIEWPTH0 2 | ,Convert Boolen to Digital Waveform LV2012.viPTH0b0Convert Boolen to Digital Waveform LV2012 Folder,Convert Boolen to Digital Waveform LV2012.viPTH0"Unbounded Code in Timed StructuresPTH0iproject _VI Analyzer_testsReal-Time Module&Unbounded Code in Timed Structures.llb***RELTOLVDIR***#Unbounded Code in Time Critical VIsPTH0jproject _VI Analyzer_testsReal-Time Module'Unbounded Code in Time Critical VIs.llb***RELTOLVDIR***%Timed Structures in Time Critical VIsPTH0lproject _VI Analyzer_testsReal-Time Module)Timed Structures in Time Critical VIs.llb***RELTOLVDIR***%Front Panel Property and Invoke NodesPTH0lproject _VI Analyzer_testsReal-Time Module)Front Panel Property and Invoke Nodes.llb***RELTOLVDIR***View Cluster Constant as IconPTH0R Documents LabVIEW DataVI Analyzer Tests!View Cluster Constant as Icon.llbUnwired Event NodesPTH0H Documents LabVIEW DataVI Analyzer TestsUnwired Event Nodes.llb!Transparent Diagram Object LabelsPTH0V Documents LabVIEW DataVI Analyzer Tests%Transparent Diagram Object Labels.llb Size to TextPTH0A Documents LabVIEW DataVI Analyzer TestsSize to Text.llbProperty Node Name FormatPTH0N Documents LabVIEW DataVI Analyzer TestsProperty Node Name Format.llbProhibited NodesPTH0E Documents LabVIEW DataVI Analyzer TestsProhibited Nodes.llb Panel ColorPTH0@ Documents LabVIEW DataVI Analyzer TestsPanel Color.llbNon-palette vi.lib VI UsagePTH0P Documents LabVIEW DataVI Analyzer TestsNon-palette vi.lib VI Usage.llbMinimum Window WidthPTH0I Documents LabVIEW DataVI Analyzer TestsMinimum Window Width.llbMerge Errors StylePTH0G Documents LabVIEW DataVI Analyzer TestsMerge Errors Style.llbDiagram Size and PositionPTH0N Documents LabVIEW DataVI Analyzer TestsDiagram Size and Position.llbDeprecated FunctionalityPTH0M Documents LabVIEW DataVI Analyzer TestsDeprecated Functionality.llbDefault Free Label ColorPTH0M Documents LabVIEW DataVI Analyzer TestsDefault Free Label Color.llbChar By Char App Font UsagePTH0P Documents LabVIEW DataVI Analyzer TestsChar By Char App Font Usage.llbAuto Error Handling EnabledPTH0P Documents LabVIEW DataVI Analyzer TestsAuto Error Handling Enabled.llbAnti-Aliased PlotsPTH0G Documents LabVIEW DataVI Analyzer TestsAnti-Aliased Plots.llbReal-Time ModuleReal-Time Module"Unbounded Code in Timed Structures"Unbounded Code in Timed Structures#Unbounded Code in Time Critical VIs#Unbounded Code in Time Critical VIs%Timed Structures in Time Critical VIs%Timed Structures in Time Critical VIs%Front Panel Property and Invoke Nodes%Front Panel Property and Invoke NodesVI Analyzer TestsVI Analyzer Tests 3 | View Cluster Constant as IconView Cluster Constant as IconUnwired Event NodesUnwired Event Nodes!Transparent Diagram Object Labels!Transparent Diagram Object Labels Size to Text Size to TextProperty Node Name FormatProperty Node Name FormatProhibited NodesProhibited Nodes Panel Color Panel ColorNon-palette vi.lib VI UsageNon-palette vi.lib VI UsageMinimum Window WidthMinimum Window WidthMerge Errors StyleMerge Errors StyleDiagram Size and PositionDiagram Size and PositionDeprecated FunctionalityDeprecated FunctionalityDefault Free Label ColorDefault Free Label ColorChar By Char App Font UsageChar By Char App Font UsageAuto Error Handling EnabledAuto Error Handling EnabledAnti-Aliased PlotsAnti-Aliased Plots -------------------------------------------------------------------------------- /Convert Waveform to 2D Array/Waveform to 2D Array.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Waveform to 2D Array/Waveform to 2D Array.zip -------------------------------------------------------------------------------- /Convert Waveform to 2D Array/Waveform to 2D Array/Issues.txt: -------------------------------------------------------------------------------- 1 | Where is no place to put Overview,Requirements and Instructions to run -------------------------------------------------------------------------------- /Convert Waveform to 2D Array/Waveform to 2D Array/Multiple Waveforms.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Waveform to 2D Array/Waveform to 2D Array/Multiple Waveforms.vi -------------------------------------------------------------------------------- /Convert Waveform to 2D Array/Waveform to 2D Array/Single Waveform.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Waveform to 2D Array/Waveform to 2D Array/Single Waveform.vi -------------------------------------------------------------------------------- /Convert Waveform to 2D Array/Waveform to 2D Array/Waveform to 2D Array.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Convert Waveform to 2D Array/Waveform to 2D Array/Waveform to 2D Array.vi -------------------------------------------------------------------------------- /Count the Number of Instances of each Element in an Array/AnalyzerResults10-10-16-16-27-18.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Count the Number of Instances of each Element in an Array/AnalyzerResults10-10-16-16-27-18.rsl -------------------------------------------------------------------------------- /Count the Number of Instances of each Element in an Array/Count Number of Instances in Array LV2012 Folder/Count Number of Instances in Array LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Count the Number of Instances of each Element in an Array/Count Number of Instances in Array LV2012 Folder/Count Number of Instances in Array LV2012.vi -------------------------------------------------------------------------------- /Count the Number of Instances of each Element in an Array/Count Number of Instances in Array LV2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Count the Number of Instances of each Element in an Array/Count Number of Instances in Array LV2012 NIVerified.vi -------------------------------------------------------------------------------- /Displaying the Frequency Values of the FFT peaks processed by the Spectral Measurements VI/Display Frequencies LV2012 Folder/Display Frequencies LV2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Displaying the Frequency Values of the FFT peaks processed by the Spectral Measurements VI/Display Frequencies LV2012 Folder/Display Frequencies LV2012 NIVerified.vi -------------------------------------------------------------------------------- /Displaying the Frequency Values of the FFT peaks processed by the Spectral Measurements VI/Display Frequencies LV2016 NI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Displaying the Frequency Values of the FFT peaks processed by the Spectral Measurements VI/Display Frequencies LV2016 NI.vi -------------------------------------------------------------------------------- /Displaying the Frequency Values of the FFT peaks processed by the Spectral Measurements VI/Display Frequencies.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Displaying the Frequency Values of the FFT peaks processed by the Spectral Measurements VI/Display Frequencies.vi -------------------------------------------------------------------------------- /How to Open a SubVI as a Separate Window/AnalyzerResults10-11-16-09-43-10.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/How to Open a SubVI as a Separate Window/AnalyzerResults10-11-16-09-43-10.rsl -------------------------------------------------------------------------------- /How to Open a SubVI as a Separate Window/AnalyzerResults10-11-16-09-43-49.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/How to Open a SubVI as a Separate Window/AnalyzerResults10-11-16-09-43-49.rsl -------------------------------------------------------------------------------- /How to Open a SubVI as a Separate Window/Chart Folder.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/How to Open a SubVI as a Separate Window/Chart Folder.zip -------------------------------------------------------------------------------- /How to Open a SubVI as a Separate Window/Chart Folder/Chart Main LV2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/How to Open a SubVI as a Separate Window/Chart Folder/Chart Main LV2012 NIVerified.vi -------------------------------------------------------------------------------- /How to Open a SubVI as a Separate Window/Chart Folder/Chart Window LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/How to Open a SubVI as a Separate Window/Chart Folder/Chart Window LV2012.vi -------------------------------------------------------------------------------- /LabVIEW Write and Read from Spreadsheet File without the Report Generation toolkit/Writing-Reading Spreadsheet File.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/LabVIEW Write and Read from Spreadsheet File without the Report Generation toolkit/Writing-Reading Spreadsheet File.vi -------------------------------------------------------------------------------- /LabVIEW TFTP VIs/TFTP Get File Folder LV2012/TFTP Get File LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/LabVIEW TFTP VIs/TFTP Get File Folder LV2012/TFTP Get File LV2012.vi -------------------------------------------------------------------------------- /LabVIEW TFTP VIs/TFTP Get File.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/LabVIEW TFTP VIs/TFTP Get File.vi -------------------------------------------------------------------------------- /LabVIEW TFTP VIs/TFTP Put File Folder LV2012/TFTP Put File LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/LabVIEW TFTP VIs/TFTP Put File Folder LV2012/TFTP Put File LV2012.vi -------------------------------------------------------------------------------- /LabVIEW TFTP VIs/TFTP Put File.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/LabVIEW TFTP VIs/TFTP Put File.vi -------------------------------------------------------------------------------- /Moving Front Panel Controls and Indicators With Mouse While VI Is Running/AnalyzerResults10-17-16-17-01-54.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Moving Front Panel Controls and Indicators With Mouse While VI Is Running/AnalyzerResults10-17-16-17-01-54.rsl -------------------------------------------------------------------------------- /Moving Front Panel Controls and Indicators With Mouse While VI Is Running/Move Control Mouse LV2016 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Moving Front Panel Controls and Indicators With Mouse While VI Is Running/Move Control Mouse LV2016 NIVerified.vi -------------------------------------------------------------------------------- /Multi-state LED Indicator/Multistate LED Example LV2012 Folder/Multistate LED Example LV2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Multi-state LED Indicator/Multistate LED Example LV2012 Folder/Multistate LED Example LV2012 NIVerified.vi -------------------------------------------------------------------------------- /Multi-state LED Indicator/Multistate LED Example LV2016 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Multi-state LED Indicator/Multistate LED Example LV2016 NIVerified.vi -------------------------------------------------------------------------------- /Multi-state LED Indicator/Multistate_LED.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Multi-state LED Indicator/Multistate_LED.ctl -------------------------------------------------------------------------------- /Open a PDF File using command line and LabVIEW/Open PDF File LV2012 Folder/Open PDF File LV2016.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Open a PDF File using command line and LabVIEW/Open PDF File LV2012 Folder/Open PDF File LV2016.vi -------------------------------------------------------------------------------- /Open a PDF File using command line and LabVIEW/Open PDF File LV2016.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Open a PDF File using command line and LabVIEW/Open PDF File LV2016.vi -------------------------------------------------------------------------------- /Open a PDF File using command line and LabVIEW/OpenPDFFile.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Open a PDF File using command line and LabVIEW/OpenPDFFile.vi -------------------------------------------------------------------------------- /Parse Text File to Line-by-Line String Array/Read Txt File as Lines LV2012 Folder/Read Txt File as Lines.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Parse Text File to Line-by-Line String Array/Read Txt File as Lines LV2012 Folder/Read Txt File as Lines.vi -------------------------------------------------------------------------------- /Parse Text File to Line-by-Line String Array/Read Txt File as Lines LV2016.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Parse Text File to Line-by-Line String Array/Read Txt File as Lines LV2016.vi -------------------------------------------------------------------------------- /Parse Text File to Line-by-Line String Array/Read Txt File as Lines.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Parse Text File to Line-by-Line String Array/Read Txt File as Lines.vi -------------------------------------------------------------------------------- /Parse Text File to Line-by-Line String Array/extremly simple example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Parse Text File to Line-by-Line String Array/extremly simple example.txt -------------------------------------------------------------------------------- /Producer Consumer Example (Coke Machine)/AnalyzerResults10-10-16-15-14-43.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Producer Consumer Example (Coke Machine)/AnalyzerResults10-10-16-15-14-43.rsl -------------------------------------------------------------------------------- /Producer Consumer Example (Coke Machine)/Coke Machine State Control.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Producer Consumer Example (Coke Machine)/Coke Machine State Control.ctl -------------------------------------------------------------------------------- /Producer Consumer Example (Coke Machine)/Producer Consumer Example.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Producer Consumer Example (Coke Machine)/Producer Consumer Example.zip -------------------------------------------------------------------------------- /Producer Consumer Example (Coke Machine)/Producer consumer coke machine LV2012/Coke Machine State Control.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Producer Consumer Example (Coke Machine)/Producer consumer coke machine LV2012/Coke Machine State Control.ctl -------------------------------------------------------------------------------- /Producer Consumer Example (Coke Machine)/Producer consumer coke machine LV2012/Producer consumer coke machine LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Producer Consumer Example (Coke Machine)/Producer consumer coke machine LV2012/Producer consumer coke machine LV2012.vi -------------------------------------------------------------------------------- /Producer Consumer Example (Coke Machine)/Producer consumer coke machine NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Producer Consumer Example (Coke Machine)/Producer consumer coke machine NIVerified.vi -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LabVIEW 2 | There are some code examples which are not actual anymore. It is better to see LabVIEW build-in examples. 3 | -------------------------------------------------------------------------------- /Rotate 3D object relative to its current rotation/FindNewAxis 8.6.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Rotate 3D object relative to its current rotation/FindNewAxis 8.6.vi -------------------------------------------------------------------------------- /Rotate 3D object relative to its current rotation/Rotate 3D object 8.6.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Rotate 3D object relative to its current rotation/Rotate 3D object 8.6.vi -------------------------------------------------------------------------------- /Rotate 3D object relative to its current rotation/Rotate 3D object LV2012 Folder/FindNewAxis LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Rotate 3D object relative to its current rotation/Rotate 3D object LV2012 Folder/FindNewAxis LV2012.vi -------------------------------------------------------------------------------- /Rotate 3D object relative to its current rotation/Rotate 3D object LV2012 Folder/Rotate 3D object LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Rotate 3D object relative to its current rotation/Rotate 3D object LV2012 Folder/Rotate 3D object LV2012.vi -------------------------------------------------------------------------------- /Row and Column Averages for a 2D Array/Row-Column Average for 2D array LV2016 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Row and Column Averages for a 2D Array/Row-Column Average for 2D array LV2016 NIVerified.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/Missing a global variable library in the archive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/Missing a global variable library in the archive.txt -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope.zip -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/currdisp1.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/currdisp1.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/currdisp2.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/currdisp2.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/flag_array.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/flag_array.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/flag_read.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/flag_read.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/flag_write.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/flag_write.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/freq_resp_no_coher.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/freq_resp_no_coher.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/help.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/help.pdf -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/oscilloscope.aliases: -------------------------------------------------------------------------------- 1 | [My Computer] 2 | My Computer = "10.104.6.22" 3 | 4 | -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/oscilloscope.lvlps: -------------------------------------------------------------------------------- 1 | [ProjectWindow_Data] 2 | ProjectExplorer.ClassicPosition[String] = "252,702,652,1074" 3 | 4 | -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/oscilloscope.lvproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 3 5 | true 6 | true 7 | false 8 | 0 9 | My Computer/VI Server 10 | My Computer/VI Server 11 | true 12 | true 13 | false 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | {429B1FDE-8E56-420F-B36C-8F5860FE8A26} 116 | {9FDCD9C2-66B9-43CA-B9A6-BF3F9C7C3CC5} 117 | 8002 118 | {D43BDC6F-E79E-4987-9B7C-BC5493045C2A} 119 | oscilloscope 120 | true 121 | true 122 | ../builds/NI_AB_PROJECTNAME 123 | relativeToCommon 124 | true 125 | {C29D35F6-1D4D-4F35-8447-864A88919A0B} 126 | 127 | 1 128 | oscilloscope.exe 129 | ../builds/NI_AB_PROJECTNAME/oscilloscope.exe 130 | App 131 | Support Directory 132 | ../builds/NI_AB_PROJECTNAME/data 133 | 2 134 | {71C37765-781F-4B75-82EE-A6BBCF03A2C5} 135 | Container 136 | 0 137 | /My Computer/oscilloscope.vi 138 | TopLevel 139 | VI 140 | 2 141 | Embry-Riddle Aeronautical University 142 | oscilloscope 143 | oscilloscope 144 | Copyright © 2009 Embry-Riddle Aeronautical University 145 | oscilloscope 146 | {1BDDCC8F-C82B-4812-98D2-6F72F050DD09} 147 | oscilloscope.exe 148 | 149 | 150 | oscilloscope 151 | {3912416A-D2E5-411B-AFEE-B63654D690C0} 152 | {B4916390-03A4-4A23-9A43-58BDE23E00C3} 153 | userFolder 154 | data 155 | {B4916390-03A4-4A23-9A43-58BDE23E00C3} 156 | {5888DB46-5A81-4E0A-88E2-E83C0085FD36} 157 | userFolder 158 | 2 159 | DefaultFull 160 | {448569AE-EE10-456F-B3A6-CA1D862E2E9C} 161 | NI LabVIEW Runtime 2016 162 | {E7DBF016-365A-40B6-9526-B4D0B4830F51} 163 | 1 164 | NI 165 | true 166 | ../Builds/oscilloscope/oscilloscope installer 167 | relativeToCommon 168 | oscilloscope installer 169 | {B4916390-03A4-4A23-9A43-58BDE23E00C3} 170 | oscilloscope 171 | 1.0.2 172 | 32-bit 173 | 16008010 174 | Embry-Riddle Aeronautical University 175 | http://www.Embry-RiddleAeronauticalUniversity.com/ 176 | {0D4D763A-0C98-48E7-AB36-801516E95FAC} 177 | 0 178 | {BB882481-46D4-425D-A1FF-4D866CEC877C} 179 | Software 180 | {DDFAFC8B-E728-4AC8-96DE-B920EBB97A86} 181 | 2 182 | 1 183 | {B4916390-03A4-4A23-9A43-58BDE23E00C3} 184 | {B4916390-03A4-4A23-9A43-58BDE23E00C3} 185 | oscilloscope.exe 186 | 0 187 | oscilloscope 188 | oscilloscope 189 | 1 190 | {1BDDCC8F-C82B-4812-98D2-6F72F050DD09} 191 | 1 192 | oscilloscope 193 | /My Computer/Build Specifications/oscilloscope 194 | EXE 195 | 1 196 | 197 | 198 | 199 | 200 | -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/oscilloscope.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/oscilloscope.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/psd_state_global.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/psd_state_global.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/psdgraph_array_global.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/psdgraph_array_global.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/scope.lvproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | true 5 | true 6 | false 7 | 0 8 | My Computer/VI Server 9 | My Computer/VI Server 10 | true 11 | true 12 | false 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | {0C4DAF89-CB9A-4BC0-AF15-85AD004C9CA1} 139 | scope.exe 140 | Embry-Riddle Aeronautical University 141 | scope 142 | 1 143 | {B61F61D9-0B85-4F17-B651-6584D12F297C} 144 | {E27216D1-B703-4091-B269-3E47EF1117A6} 145 | scope 146 | Copyright © 2009 Embry-Riddle Aeronautical University 147 | scope 148 | scope 149 | true 150 | true 151 | true 152 | scope.exe 153 | ../builds/NI_AB_PROJECTNAME/internal.llb 154 | App 155 | Support Directory 156 | ../builds/NI_AB_PROJECTNAME/data 157 | 2 158 | /My Computer/scope_icon.ico 159 | {A567684E-416D-4A23-93C6-8FF56D6261EF} 160 | Container 161 | 0 162 | /My Computer/scope.vi 163 | TopLevel 164 | VI 165 | 2 166 | 167 | 168 | Embry-Riddle Aeronautical University 169 | http://www.Embry-RiddleAeronauticalUniversity.com/ 170 | true 171 | scope installer 172 | ../../Builds/scope/scope installer 173 | 2 174 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 175 | scope 176 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 177 | {3912416A-D2E5-411B-AFEE-B63654D690C0} 178 | data 179 | {2DC2300A-6C89-4630-A96F-ED4E37F1540E} 180 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 181 | {1AD97F69-8B41-44BC-815F-87D1E9D9320A} 182 | 1 183 | DefaultFull 184 | {644DAD90-2083-4871-BD49-721BF8FAE295} 185 | NI LabVIEW Run-Time Engine 8.6.1 186 | {7975A1CC-5DCA-4997-EE8C-C1903BA18512} 187 | 4 188 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 189 | scope.exe 190 | {0C4DAF89-CB9A-4BC0-AF15-85AD004C9CA1} 191 | 3 192 | /My Computer/Build Specifications/scope 193 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 194 | scope.aliases 195 | {B61F61D9-0B85-4F17-B651-6584D12F297C} 196 | 3 197 | /My Computer/Build Specifications/scope 198 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 199 | scope.ini 200 | {E27216D1-B703-4091-B269-3E47EF1117A6} 201 | 3 202 | /My Computer/Build Specifications/scope 203 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 204 | /My Computer/scope.vi 205 | 8608001 206 | 207 | 0 208 | false 209 | scope 210 | 1.0.6 211 | 212 | 1 213 | {B9E310F1-839C-48B7-8CAE-33000780C26E} 214 | {0C4DAF89-CB9A-4BC0-AF15-85AD004C9CA1} 215 | {610D51E6-2EAF-47FC-B8A4-CC2604F4A92F} 216 | scope 217 | scope 218 | {E2FE70D7-D950-4A5B-880C-485B43B93988} 219 | 220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/scope.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/scope.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/scope_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/scope_icon.ico -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/spectrum_to_data_array.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/spectrum_to_data_array.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/swept_freq_calc.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/swept_freq_calc.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/swept_sine_state.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/swept_sine_state.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/waveform_global.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/waveform_global.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/waveform_to_array.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/waveform_to_array.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/write_spectrum_to_file.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/write_spectrum_to_file.vi -------------------------------------------------------------------------------- /Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/write_waveform_to_file.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Scope Sound Card Based Oscilloscope and Spectrum Analyzer/scope/write_waveform_to_file.vi -------------------------------------------------------------------------------- /Search 1D Array for Nearest/Search 1D Array for Nearest LV2012 Folder/Search 1D Array for Nearest LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Search 1D Array for Nearest/Search 1D Array for Nearest LV2012 Folder/Search 1D Array for Nearest LV2012.vi -------------------------------------------------------------------------------- /Search 1D Array for Nearest/Search 1D Array for Nearest.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Search 1D Array for Nearest/Search 1D Array for Nearest.vi -------------------------------------------------------------------------------- /Sending SMTP Email Attachments from LabVIEW/Send Email with Attachment LV2012 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Sending SMTP Email Attachments from LabVIEW/Send Email with Attachment LV2012 NIVerified.vi -------------------------------------------------------------------------------- /Sending SMTP Email Attachments from LabVIEW/Send_Email_Attach_LV82.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Sending SMTP Email Attachments from LabVIEW/Send_Email_Attach_LV82.vi -------------------------------------------------------------------------------- /Simple 2D array transformations/AnalyzerResults10-17-16-17-51-13.rsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Simple 2D array transformations/AnalyzerResults10-17-16-17-51-13.rsl -------------------------------------------------------------------------------- /Simple 2D array transformations/Array Transformations 2 LV2016 NIVerified.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Simple 2D array transformations/Array Transformations 2 LV2016 NIVerified.vi -------------------------------------------------------------------------------- /Simple 2D array transformations/ArrayTransformations.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Simple 2D array transformations/ArrayTransformations.vi -------------------------------------------------------------------------------- /Simple 2D array transformations/ArrayTransformations2.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Simple 2D array transformations/ArrayTransformations2.vi -------------------------------------------------------------------------------- /Write to a Sheet other than Sheet1 of an Excel Spreadsheet (Report Gen)/This example uses obsolent toolkit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Write to a Sheet other than Sheet1 of an Excel Spreadsheet (Report Gen)/This example uses obsolent toolkit.txt -------------------------------------------------------------------------------- /Write to a Sheet other than Sheet1 of an Excel Spreadsheet (Report Gen)/Write to different sheet LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Write to a Sheet other than Sheet1 of an Excel Spreadsheet (Report Gen)/Write to different sheet LV2012.vi -------------------------------------------------------------------------------- /Write to a Sheet other than Sheet1 of an Excel Spreadsheet (Report Gen)/Write_to_different_sheet_LV86.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Write to a Sheet other than Sheet1 of an Excel Spreadsheet (Report Gen)/Write_to_different_sheet_LV86.vi -------------------------------------------------------------------------------- /Writing-Reading Spreadsheet File/Writing-Reading Spreadsheet File LV2012 Folder/Meas Freq of Visible Waveform LV 2012 Folder/Meas Freq of Visible Waveform LV 2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Writing-Reading Spreadsheet File/Writing-Reading Spreadsheet File LV2012 Folder/Meas Freq of Visible Waveform LV 2012 Folder/Meas Freq of Visible Waveform LV 2012.vi -------------------------------------------------------------------------------- /Writing-Reading Spreadsheet File/Writing-Reading Spreadsheet File LV2012 Folder/Writing-Reading Spreadsheet File LV2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Writing-Reading Spreadsheet File/Writing-Reading Spreadsheet File LV2012 Folder/Writing-Reading Spreadsheet File LV2012.vi -------------------------------------------------------------------------------- /Writing-Reading Spreadsheet File/Writing-Reading Spreadsheet File.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/Writing-Reading Spreadsheet File/Writing-Reading Spreadsheet File.vi -------------------------------------------------------------------------------- /httpsdecibel.ni.comcontentdocsDOC-8097/Absolute Time Chart-LV12/Absolute Time Chart 2-LV12.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/httpsdecibel.ni.comcontentdocsDOC-8097/Absolute Time Chart-LV12/Absolute Time Chart 2-LV12.vi -------------------------------------------------------------------------------- /httpsdecibel.ni.comcontentdocsDOC-8097/Absolute Time Chart-LV12/Absolute Time Chart-LV12.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/httpsdecibel.ni.comcontentdocsDOC-8097/Absolute Time Chart-LV12/Absolute Time Chart-LV12.vi -------------------------------------------------------------------------------- /httpsdecibel.ni.comcontentdocsDOC-8097/didn't do anything with this yet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rompil/LabVIEW/7a9f0ffd948d4a781a07996631647ede62b26949/httpsdecibel.ni.comcontentdocsDOC-8097/didn't do anything with this yet.txt --------------------------------------------------------------------------------