12-06-2004 10:37 AM
12-07-2004
03:01 PM
- last edited on
05-16-2025
06:41 PM
by
Content Cleaner
Hi Rakesh,
Basically, dstp specifies the protocol to be used (http, ftp, etc) for the url connection, and then the address is listed after. The last item in the address (ConfigFiles) is the object session to connect to in the DataSocket Server. Only one server can run on one machine, but you are allowed multiple connections by referencing different session objects. For your case, using 1000+ connections is going to severely lag the system and you will probably have issues with getting the data transferred over DataSocket. I would recommend using LabVIEW Datalogging and Supervisory Control Module (DSC) for this type of an application. Read on about DSC in the link below:
Check it out!
Jeremy L.
National Instruments
12-10-2004 07:42 AM
12-13-2004 11:38 AM
Your first line of answer is not very clear to me i.e. "The last item in the address (ConfigFiles) is the object session to connect to in the DataSocket Server." How can i open a multiple connections....
12-14-2004 01:09 AM