10-18-2023 04:32 AM
Hello,
I'd like to ask you for ideas on how to solve the problem. I'm trying to set up communication on the Yokogawa WT3001E TCP/IP protocol. I have successfully connected the instrument to the NI MAX application manually via SOCKET. I set the port to 10001 according to the manufacturer's manual. I have, however, a problem with sending commands, both NI MAX and Labview. I get a message indicating a timeout (see photos attached). I also tried to change the communication from asynchronous to synchronous. Over RS-232 everything works as it should. I have Labview 2022 Q3.
10-18-2023 05:39 AM
Hi,
This should work although I think you don't have to add the port to the address.
Can you ping the IP address from your computer ?
Kees
10-18-2023 05:44 AM
The PC responds positively to my ping. I set the port to 10001 according to the datasheets. I'm sure the port is fine because I will connect Yokogawa WT3001E with NI MAX. But after sending the commands, the program reports an error in relation to the timeout. Now I read that I need to log in via username and password. But I don't know how to set it up through labview.
10-18-2023 07:11 AM
Looks you are not using the Yokogawa drivers of the WT3000.
The initialize VI in the package uses the standard login and password.
Login is anonymous
Password is empty
Kees
10-18-2023 07:43 AM - edited 10-18-2023 07:49 AM
I am using library for WT3000 (viz Vi file and picture). But when i switch constant in Initialize.vi the case structure switch only to connect resorce and error wire. So i will test this on Yokogawa on friday, but i cant see function for set username and password.
I testing drivers on Yokogawa from this page:
Please can you send me reference on WT3000 drivers, because i am not sure that i have right drivers.
Thank you a lot.
Best regards Michael.
10-18-2023 08:18 AM - edited 10-18-2023 08:52 AM
If you want to show the LabVIEW code please share your VI.
The drivers at NI are the latest. In the 'YKWT3000 VI Tree.vi' you will find the 'Initialize.vi' at the left.
Kees
10-23-2023 04:00 AM
Hi,
i am sorry but drivers is not function. I am on 100% sure that i must send commnad with username: anonymous. But i dont know how.
10-24-2023 01:38 AM - edited 10-24-2023 01:38 AM
Why does the driver not function? I used them in the past without any problem.
Beside that in the driver Initialize VI you can see how to send the login and password.
Kees
10-24-2023 01:44 AM
When I'm at the device, I'll try the driver from 2018, in the init section there is a direct entry of username and password.
10-25-2023 01:43 AM
The link in your last post is for the WT300
In previous post your are referring to the WT3000.
Two different instruments !!!