Other Posts

  • 2D Color Array(B&W) to Boolean Array and XYgraph

    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) to Boolean with pixel view subset (selecting number 4 area) Scaling col and row Now… Read more

  • LV    Test Data Image 0-9s

    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 used to separate the test numbers from the description (i use this later to chop… Read more

  • LV BMP image to 2D color array

    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 in this presentation is a Microsoft product LabVIEW® is a National Instruments product This post… Read more

  • LV Rotational Matrix using Array

    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 at 1deg step.   LabVIEW® is a National Instruments product. This post is not connected… Read more

  • Using Delacor’s DQMH® Add-on for LV

    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 Data Test each of the above the basic architecture is base on LabVIEW®’s Event Queue… Read more

  • 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 a National Instruments product This post is not connected or endorsed by any company. Created… Read more