
HOW TO INSTALL LABVIEW 2016 FOR FREE HOW TO
Most operations simply involve writing and reading different registers, so you really just need examples that show you how to write and read any register.

The reason for this stems from the "Overview" section above. You will find lots of examples in this archive, but there is not an example for everything the LabJack can do.

The following examples in the Basic folder are a great place to start: Look at the device's datasheet ( T7 or T4) or the Modbus Map to determine what registers you need to write and read, then use eWriteName (or eWriteNames) to write the desired registers and eReadName (or eReadNames) to read the desired registers. With the LJM library, pretty much everything you might want to do with a device is accomplished by writing and/or reading some registers.
HOW TO INSTALL LABVIEW 2016 FOR FREE ARCHIVE

Perhaps most importantly you need to understand the " dataflow" concept, which is one of the biggest differences between LabVIEW and a text language. If you are new to LabVIEW, you need to know the basics such as loops, case structures, arrays, clusters, data types, indicators and controls. Experienced LabVIEW programmer? Proceed to next step.
