From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview with Labjack T7

Attempting to write to a Labjack T7

I've got reads working I need some help moving boolean values into an array of doubles

I'd like the switches and indicator array to write to the 3rd element of the Values In Array

 

Newer to Labview and could certainly use the help

0 Kudos
Message 1 of 2
(2,146 Views)

You'll likely want to use the "Replace Array Subset" or the "Insert Into Array" function blocks to accomplish your task.  If you are new to LabVIEW there are a plethora of online video tutorials that cover basic through advanced topics: Booleans and Binary Numbers, CLAD 077 Replacing Array Elements (simplest example I could find)Finding Duplicates and randomizing a list (Shows replacing array elements in action).

0 Kudos
Message 2 of 2
(2,125 Views)