I am able to receive data using LabView from a Digital Multimeter. However, I am trying to save the data to a file, and it seems like the data is sort of binary or hexadecimal.
The program uses ibrd to read the data from the device and then InsertTextBoxLine to display.
You don't mention the brand and model number for the DMM and ibrd and InsertTextBoxLine are functions from LabWindows and not LabVIEW. ???
"jloh" wrote: >Hi,>>I am able to receive data using LabView from a Digital Multimeter. However,>I am trying to save the data to a file, and it seems like the data is sort>of binary or hexadecimal.>>The program uses ibrd to read the data from the device and then>InsertTextBoxLine to display.>>Can someone help or advise?>Thanks.>>jl>>