I need to download files from a Fluke Hydra Data Bucket memory card through the serial port. I can communicate with the Fluke with Labview. The the data download is done in "XMODEM" protocall. I can ready the Fluke for data download, but how do I read the data with labview in xmodem protocall...
I'm trying to read data from an HP EMI Receiver through the GPIB command. The receiver sends 401 data points transferred in binary as two 8-bit bytes per point (16 bits). The data stream is read in as a string.
I have Labview V6.1. Using the "String To Byte Array", it reads only the upper Byte...
Is there a way to start Windows Applications from Labview? Such as, I want to be able to push a button on my Labview program that will startup NOTEPAD with a text file. Can this be done?