Nu-ep1 Eds File

0 views
Skip to first unread message

Tabita Knezevic

unread,
Aug 4, 2024, 11:30:52 PM8/4/24
to rielesdina
Weare starting development of a new ATE. I already have a Keyence NU-EP1 controller ( -communication/nu/models/nu-ep1/index.jsp) for 2 laser sensors. It communicates to the PC via Ethernet. I am wondering if I would be able to communicate to this device via a LabVIEW program using VISA functions, since this device does not come with a LabVIEW driver. Or would I have to get the Ethernet/IP Driver, or is this driver included in my LabVIEW full development package? Thank you for the information.

To communicate with LabVIEW, you will need a driver for your third party device. Below is a link where you can find and download the third party drivers supported by our ADE for this device if there is one supported.


I am trying to communicate with the device over ethernet though. There is no third party driver for the device over ethernet/IP that I know or saw from your link. I believe the Ethernet driver here (http: //sine.ni.com/nips/cds/view/p/lang/en/nid/209676) should be able to communicate to the device with cyclic messaging over this network protocol. I don't believe the NI driver requires a 3rd party driver, from the examples I have seen it should be able to directly communicate over the network. I downloaded the trial of the Ethernet/IP driver and will try it in the next couple days. Hopefully the driver works and we can purchase that, otherwise we will need a new solution.


Sorry to take so long to reply, but I noticed when I tried the Ethernet/IP examples (I am trying the ethernet/IP trial for the driver first) it appeared data was successfully being sent to the device. The sensor controller (NU-EP1) has 4 LED lights as indicators for what is going on with the unit. One of the LED's indicated that data was being seen at the devices end, but then there was an LED to show an error that the EDS file for the ethernet/IP communication to PC was not on the PC.


Is there a way to import an EDS file for the controller device, to the PC through LabVIEW (maybe in MAX?) so that the PC can recognize the device? I was playing around with EtherCAT and noticed you can upload an XML in a project for that type of communication. Is there something similiar for an EDS file for ethernet/IP in this instance?


I am running Windows XP still, transitioning to Windows 7 shortly. Currently I see an error in the labVIEW example "TagReadWrite.vi", while the NU-EP1 controller is showing the error of no EDS file. After pressing stop reading, then stop writing I get this error:


That error generally means you are trying to send too much data in a single write. The phrase "CIP Error - Extended status may be available" is referring to the byte limitation of most PLCs, which is 504 bytes of data including the data headers. You are most likely hitting or exceeding this limit, so what you need to do is break up your data and use multiple writes to avoid runnin ginto this error.

3a8082e126
Reply all
Reply to author
Forward
0 new messages