-
Recent Posts
- Python- Example One simulated DMM in Multiprocessing with Lock
- LV Slider with multiple slides and custom pointer
- LV Waveform Chart and History Data part2
- LV Waveform Chart and History Length and History Data
- LV Some ArrayElement Properties
- LV Sequence Editor Creator Example
- LV Custom Right Click menu for Control
- LV Create Simulated USB6008 to try out a Project Template for Measuring and Logging
- LV Wafer Display (Reticle and Die)
- LV Some Basic 8bit (boolean) array opeartions
- LV Json Example Use
- LabVIEW(r) Preload an Enum with a String Array
- LV Tabs is not an enum
- LV StandAlone or in SubPanel
- LV MultiColumn List Box (MCLB)
- LV Enum and String
- Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.
- LV Random number tools (two shown) (0-100)
- Finding Exponent that best matches a exponent type data set in LV base version – two methods – (one setup , Focus Targeting- Coarse-Fine).
- LV 2D Array ( Add, Insert, Delete)
Categories
Meta
Category Archives: Test Sector
LV Json Example Use
Create Json of LabVIEW(r) control and Save to file. Notes
LabVIEW(r) Preload an Enum with a String Array
Sometime you need to have an enum a many items and you already have a string array of what you want in the enum You cannot use the string[] directly in the same vi the new enum is located because … Continue reading
LV Tabs is not an enum
Presentation on Tab pages (not the same as enum) Notes •Presentation on Tabs and Array of Tabs constants •Programming Language used: LabVIEW® 2019 Base version •LabVIEW is a NI (formally National Instruments) product •Presentation app: Microsoft’s PowerPoint •Presentation shown to … Continue reading
LV StandAlone or in SubPanel
Presentation on determining if running VI as standalone or in a SubPanel Update Updated vi to verify when running. Closeable still works when developer selects Allow user to Open Diagram First check as Stand Alone Next test if developer enable … Continue reading
Posted in Test Sector
Tagged Allow user to Open Diagram, SubPanel, SubPanel or StandAlone
Leave a comment
LV MultiColumn List Box (MCLB)
Presentation on Multicolumn List Box (select 1 and Scalar Datatype Note •Presentation on LV MultiColumn List Box •Programming Language used: LabVIEW® 2019 Base version •LabVIEW is a NI (formally National Instruments) product •Presentation app: Microsoft’s PowerPoint •Presentation shown to spark … Continue reading
LV Enum and String
Presentation on Enum to String and String to Enum Notes •Presentation on Enum to string and String to Enum •Programming Language used: LabVIEW® 2019 Base version •LabVIEW is a NI (formally National Instruments) product •Presentation app: Microsoft’s PowerPoint •Presentation shown … Continue reading
Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.
Showing use of functions and running sequence via list, with a mini Test report function List had Test function to run. Example Tests_seq=[component,electrical,optical,OE,EO] The OE test result in this example has a random result output which helps develope code for … Continue reading
Posted in Test Sector
Tagged Python, Python3.7, random from list, Run Function list, Test function example
Leave a comment
LV Random number tools (two shown) (0-100)
Two tools are used to create random number (0-100) but only one is what I wanted. Notes •Presentation to show two different random tools using LabVIEW® •Programming Language used: LabVIEW® 2019 Base version •LabVIEW is a NI (National Instruments) product … Continue reading
Finding Exponent that best matches a exponent type data set in LV base version – two methods – (one setup , Focus Targeting- Coarse-Fine).
Labview(r) base version does not have fitting functions so using this time to show two methods (one setup , Focus Targeting- Coarse-Fine). The 2nd method will result in reduce steps counts One setup for the required resolution (499 steps) Focus … Continue reading
Posted in Test Sector
Tagged Coarse Fine Method, Exponent, Focus Targeting Method, Formula, Iteration Method, LabVIEW(r)
Leave a comment
LV 2D Array ( Add, Insert, Delete)
Showing some common 2D Array Operations) in LabVIEW(R) Notes •Presentation shows some common 2D Array operation (Add, Insert, Delete) •Programming Language used: LabVIEW® 2019 Base version •LabVIEW is a NI (National Instruments) product •Presentation app: Microsoft’s PowerPoint •Image app used … Continue reading
Posted in Test Sector
Tagged 2D array, Array, Array Delete, Array Insert, Array Size, LabVIEW(r), remove duplication, Sort, Transpose
Leave a comment