LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

port 80 / labview

Nous utilisons un logiciel MG2000 de MKS diposant d'un protocole TOOLWEB qui envoie les données sur le port 80.

Comment peut-on faire la liaison entre le TOOLWEB (compatible Labview) et Labview?

 

Cordialement

0 Kudos
Message 1 of 3
(2,766 Views)

try posting in english here

 


We use software MG2000 MKS Dipòsit TOOLWEB a protocol that sends data on port 80.

How can we make the connection between TOOLWEB (compatible Labview) and Labview?

 

0 Kudos
Message 2 of 3
(2,756 Views)

Hello,

 

There are no drivers for this protocol. So, you will have to create your own driver. You need to contact the company developing your software to understand how they are publishing the data.

 

If you can communicate to your device via serial command, then you can use VISA to communicate with it. If you can communicate to it via Ethernet, you can use TCP/IP. Either way, once you know they communicate with it, ask them if they can give you a list of commands to send in order to get the data. From that, you will be able to create your own driver.

 

I hope this will help,

 

PS: If you want to post in french (and get an answer in french), you need to post on the french forum.

0 Kudos
Message 3 of 3
(2,712 Views)