-
Recent Posts
- 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)
- Excel(r) create cell reference from Concatenated Text
- LV Picture functions – Space ship payload control example
- LV Simple Schematic Builder
- LV XY Graph and Annotation
- Barcode BMP image to Number
- LV Spiral
- Simple Display Sign using Excel and Macros
- LV Modified Vertical and Horizontal Slider and Boolean
- LV Position and Bounds
- EXCEL VBA UserForm Project Status continued (Enter button)
- Excel® Focus on Userform VBA operation in a ProjectStatus example
- LV_BOAT_GATE_Drydock
Categories
Meta
Tag Archives: LabVIEW
XOR Neural Network in Matrix form Forward Feed Part
Forward Feed part of XOR Neural Network using LabVIEW(r) Matrix ac Paint used in this presentation is a Microsoft product LabVIEW® is a National Instruments product This post is not connected or endorsed by any company. All company names … Continue reading
LV_Neural Network – XOR
A Neural Network for XOR Input Layer-Hidden Layer – Output Layer Using non matrix to show math better (future will use matrix) Also tested to see XNOR training set Paint used in this presentation is a Microsoft … Continue reading
LV Property Value vs Local Variable Speed Test
Showing how Property Node Value and Local Variable time effect when inside a loop Summary: Property Node show big time slow down vs Local Variable. Programming Language: LabVIEW® 2019 LabVIEW® is a National Instruments product This post is not … Continue reading
Posted in Test Sector
Tagged LabVIEW, Local variable, Loop, Property Node, Random Number, Speed test
Leave a comment
2D Pixel BW to objects grouping
Collecting all the objects into a cluster from the 2D Pixel B&W previously created. (see previous posts) 2D Pixel array must have been created from a well defined row spaced images. First row grouping then column grouping. Similar to edge … Continue reading
Posted in Test Sector
Tagged 2D array, Array of Cluster, Color Map, Delete Array, LabVIEW, Object grouping
Leave a comment
2D Color Array(B&W) to Boolean Array and XYgraph
Continuing from previous post BMP to 2D Color array This time 2D array to 2D boolean with subset and scaling , then to xy Graph. Programming Language used: LabVIEW® 2D color array(which was turn to B&W image-see previous post) … Continue reading
Posted in Test Sector
Tagged 2D color array, Array, Array subset, boolean, Image, LabVIEW, XYGraph
Leave a comment
LV Test Data Image 0-9s
Loading a bigger file then previous post (that was a small 9×11 pixel pattern) This time using a set of 0 — 9 numbers Image is row of number with description of font used. A full black vertical line is … Continue reading
Posted in Test Sector
Tagged Array, BMP, Image, Image processing, LabVIEW, LV, Pixel View, Subset of Image, Test Image, Test image 0 - 9
1 Comment
LV BMP image to 2D color array
Getting BMP test image to 2D color Array Programming Language: LabVIEW® 2019 (a National Instruments product) Picture Editor: Paint (a Microsoft product) This is the way used to change U32 in array to color in the array Paint used … Continue reading
LV Rotational Matrix using Array
Using 1D array for x,y. Using 2D for the rotational matrix using the CCW for positive deg Program Language: LabVIEW® 2019 Add a tracking of points just to verify a circle. turn on Track of points and incremented to 90 … Continue reading
Using Delacor’s DQMH® Add-on for LV
The following presentation is on first use of Delacor’s DQMH® add-on for LabVIEW® A simple task “Smart Table” Create Project using Delacor’s DQMH (Delacor Queue Message Handler) Add the following feature for the table Add a Header Add Data Clear … Continue reading
Posted in Test Sector
Tagged Add-on, DQMH (r), Event Queue Pattern, Events, LabVIEW, LV, Queues
Leave a comment
LV Using some Collection – Map Tools
Presentation on using some LabVIEW® Collection – Map tools Map Key = string (example “1” for the 1’s 2D array Value=2D array of Boolean showing case where ‘find key 6 ‘ char not in MAP LabVIEW® is … Continue reading