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: 

Getting data from a Forcemeter via VISA

Hello dear LabVIEW Forum users,

i want to measure a Force and a way for the way i have a NI-Daq device that works but for the forcemeter there are no drivers i connected it via USB to my Laptop.

As i never worked with VISA so far im kinda clueless watched some Videos but there is basically just the functions.

I then found in this Forum the hint to the Example Continuous serial write and read wich i use in the following picture

Tomlab_0-1646212682014.png

I wanted to read from it so i activated the read lamp. with the lightbulb i follow the program execution and everything works until the VISA read function then i get the shown Error message how can i get my data from my device shown in Labview and optimally shown in a chart over time?

 

Help is much appreciated 😃

Greetings Tomlab

0 Kudos
Message 1 of 4
(784 Views)

Hi Tom,

 


@Tomlab wrote:

i have a NI-Daq device that works but for the forcemeter there are no drivers i connected it via USB to my Laptop.


Please provide more information!

Which kind of "NI-DAQ device"?

Which kind/type/manufacturer of "forcemeter"?

Why do you mix "DAQ" and "VISA" within one sentence?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(771 Views)

Hi Gerd,

the NI DAQ works fine sorry for the confusion.

My issue is with the Hahn&Kolb Elektronisches Handmeßgerät HK-Nr. 44 180 für Kraft.

I can only connect this device via USB and not via the NI DAQ so i gotta use the VISA functions?

I simply want to messure the force and have that Data transfered to my Laptop meanwhile and show that in a chart.

The other function with the way measurer works fine so far.

The Problem is with the example VI for Visa i found the Visa Read funtion always cancels 

Tomlab_0-1646216179203.png

when i press the button onthe device 1 set of data is transfered but after a few seconds the VI cancels itself with this error message.

As you can see threre are some Values but i cant figure why the Vi gets shut down?

 

0 Kudos
Message 3 of 4
(765 Views)

You are getting Timeout error. This usually means your serial communication properties are not correct. 

 

Make sure you are using the proper serial port (Com port)

 

Make sure you are using the proper serial communications protocol (Baud rate, Parity, Stop bits, Start bits, Flow control, etc.)

 

Also this video might help as the LabVIEW serial communication example programs are not very good examples of how to do serial communications with LabVIEW.

 

VIWeek 2020/Proper way to communicate over serial

========================
=== Engineer Ambiguously ===
========================
Message 4 of 4
(745 Views)