05-03-2024 05:50 AM
Hi everyone,
I ´m working in a project to integrate the function of "Remote Controll" from winding tester equipament "Tettex 2293". According to datasheet it´s possíble using a TCP/IP protocol. In attached there are a example of remote programming. Anyone have already worked with the communication with this equipament?
05-03-2024 06:24 AM
Try to take this piece of the code — Re: Interfacing APS 7050 AC power supply to LabVIEW through Ethernet as "getting started", then replace port number and ip address as well as the commands according to your doc. Check and replace termination character (you will need to add <CR><LF>) and if your device don't send back any feedback or echo, then remove following Read operations after writing.
06-11-2024 07:28 AM
Hi Andrey,
Now I got the equipament and finally try this solution.
In my Vi, I try to get the equipament identification string.
There are no errors. I ping the equipament in CMD and the communication with the PC is OK.
There are no errors with the Vi. But there are no return.