02-08-2017 06:25 AM
Hi,
I am trying to connect and control an electronic load with Ethernet/LAN connection to do some measurments over LabView. I made a ping test to see if it works, and yes it did work, but I dont know hot to implement it into LabView. I use Elektro-Automatik electronic load, and I have already VI (got it on CD).
I am beginner, help me grow 🙂
02-08-2017 06:37 AM
02-08-2017 06:52 AM
GerdW, thanks for your answer.
There is a manual that explains how to connect with USB interface and I would like to do it with LAN connection.
I've got this VI, I suppose it should be imported and somehow connected with LAN.
02-08-2017 07:21 AM - edited 02-08-2017 07:21 AM
Hi vlado,
There is a manual that explains how to connect with USB interface and I would like to do it with LAN connection. … I suppose it should be imported and somehow connected with LAN.
So the manual only mentions USB (or virtual COM port from your image) connection, but you want to use a LAN/TCP-IP connection? What does your manual say about this?
I've got this VI,
You didn't attach a VI, all I see looks like a screenshot of a frontpanel.
But some of the visible text seems related to (virtual) COM port communication…
You neither mention the type of hardware you want to use (type number, exact model) nor did you attach a VI or a manual PDF…
02-08-2017 07:32 AM
Sorry, my bad. Thank you for writing.
I am using EA-EL 9400-150 (Elektroautomatik GmbH) and no, in a manual doesnt say anything useful. I have attached manual and vi so u can see.
Do you have any advice how to do it?
02-08-2017 07:47 AM
Hi vlado,
unfortunately I cannot open your LV2016 VI. Could you convert it for LV2014 (file menu -> save for previous)?
manual doesnt say anything useful.
It has all you need! It says which software you need to install…
As it doesn't mention a LAN port: why do you think you can control your device using the LAN port?
The manual also list contact addresses for support. Did you call EA?
02-08-2017 08:15 AM
I attached a zip file. You need to open EL Series, and my load is EL900. I cant do the thing with converting, because its password protected.
I already connected this load with LAN in one other program: EasyLoad Lite. But its not programmable and I cant play there.
No I didnt call anybody yet.
02-08-2017 08:38 AM - edited 02-08-2017 08:39 AM
Hi vlado,
your VIs are able to control your hardware using the LAN interface.
All you need to do is providing the corresponding VISA resource in the first element of the "Device information in" array!
- In the "IF-XX\common" folder you will find a "Device Scan" VI you can use to scan for your device.
- When you know the IP of your device the VISA resource should be formed by "TCPIP0 :: IP :: Port :: SOCKET" with IP being a standard IP4 address. Port uses 1001 by default, atleast it is set so in this VI. (Example: "TCPIP0 :: 1.2.3.4 :: 1001 :: SOCKET", spaces before and after :: to avoid smileys)
02-08-2017 08:52 AM
Hi GerdW,
the thing is that I am unable to write anything in this table. I just cant edit any element there (on the pic). I tried Ctrl+M to change in edit mode but it says that this .vi is password protected....
02-08-2017 09:06 AM - edited 02-08-2017 09:07 AM
Hi vlado,
I was talking about the "Device information in" array in the "main" EL9000 VI! You can input any kind of information you want regardless of block diagram protection…
In the Scan VI you only need to provide an IP (or IP range), the device array will be filled by this VI…