Am I missing something? You say that you want to have your LabVIEW application create a txt file on one computer, then send it to a directory on the other computer, where your GPS-X application will read it? Could you just have the LabVIEW application create the file, over the network, on the other system? Or just have it copy the file from one system to the other? The COM (ActiveX) discussion seems more appropriate to having LabVIEW directly insert data into GPS-X. We ActiveX to write into EXCEL files, for instance, mostly because the EXCEL file format changes, so using EXCEL guarantees access to the format, but when all we want is a file that EXCEL can read, we use CSV ro tab delimited. Similarly, if you are trying to write a GPS-X specific format file, or transfer directly into GSP-X then using data-sockets, ActiveX, etc., maybe needed, but if GPS-X is just looking at a specific directory for a "txt" file to appear, then just copying it seems the easier method.
Putnam Monroe
PutnamCertified LabVIEW Developer
Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5

LabVIEW Champion