11-13-2015 11:42 AM
11-13-2015 02:42 PM - edited 11-13-2015 02:42 PM
What is stopping you from sending the data via TCP/IP or UDP once that data is entered into Excel? I am assuming that your computer(s) are on a LAN.
What I am thinking is use your first PC as the requestor of the data, and then it passes the data out as needed to ther machines on the network once that data is recieved.
11-13-2015 04:19 PM
Like Dennis said. "What are the makes and models of these devices?" This might lead to a better solution.
11-17-2015 11:40 AM
Hi guys,
Sorry for the late response. Actually I modified my LabView code and tried to write the data directly in the reciving serial port for the last two days. The receiving device is actually a LTS60 serial to analog transmitter which takes in serial inoput and generates a 4-20 mA current output. I have very little knowledge about the 'mask' term that you asked for. It seems that there is something wrong with the code as the current generated by the transmitter seems non-responsive to the serial input from the code. Can't I just convert the data into a string and feed it to a VISA serial write? I have attached the code herewith ... need your suport guys ...
11-17-2015 12:08 PM
11-17-2015 01:46 PM
Hi Dennis_Knutson,
I am so so sorry for not attaching the code. I am attaching it now.
In the snapshot of the FRONT PANEL:
Sending Device: VISA resource 1 (Fluke_Temperature_Readout)
Data Received by the Code from the Sender: Incoming Data to Code
Receiving Device: VISA resource 2 (COM9/LTS Serail to Analog Transmitter)
Data Received by the Transmitter: Outgoing Srting to Transmitter
Here, I have tried to format the serial data sent to the receiving device according to its manual (attached herewith). Page-20 to 22 talks about the data formatting for Serial Operation. I have used Remote S operating mode here.
Please let me know what more information you need, i am trying my bes to provide those ...
11-17-2015 01:47 PM - edited 11-17-2015 01:48 PM
I have the Transmitter Manual (Receiving Device, VISA resource 2) as attached here. Page- 20 to 22 talks about the input data formatting.
11-17-2015 02:08 PM