01-20-2006
05:46 PM
- last edited on
06-19-2025
05:25 PM
by
Content Cleaner
01-20-2006
05:59 PM
- last edited on
06-19-2025
05:26 PM
by
Content Cleaner
When I copy that code into "Explain Error" I get: "VISA: (Hex 0xBFFF009E) A code library required by VISA could not be located or loaded."
You may have a bad install of VISA or the wrong version of VISA loaded. Try re-installing VISA. You can get the latest version from the NI support site: https://www.ni.com/en/support/downloads/drivers/download.ni-visa.html.
Also ensure that you are not pointing the example towards a serial port that does not exist.
Please let us know what you find and what gets this working for you.
Rob
01-20-2006
10:07 PM
- last edited on
06-19-2025
05:26 PM
by
Content Cleaner
Thank you so much, Rob.
I have downloaded NI-VISA Version 3.4.1 for RTX/Windows 2000/XP x64/XP -- Includes LabVIEW RT Support and then I have installed.
It can read the data (string) from rs 232 (serial communication).
I have one question : I use the data (string data type, actually it 's value of position of motor) that I read from rs 232 .
Can I use this data to compute in LabVIEW ? for example, I want to compare between the position of motor that I read from rs 232
with the some signal in LabVIEW (square wave , sine wave)?
01-23-2006 05:47 AM
01-23-2006 12:59 PM
If you know the type of number (U32, I16, etc.) then you can use the String/Number Conversion functions available on the String palette. You can then do any calculations that you like on the number.
Rob