ENGEL Molding Machines

Hi Guys

Has Ignition supports ENGEL molding machines?

Is there any driver available for ENGEL Machines?

I ran through one of their machine manuals and did not see anything about integration or a protocol that there is an ignition driver for. These are the ignition drivers. You may want to get in touch with ENGEL to see if they have a way to integrate with 3rd party, and what protocols they may have available.

Edit:
You may be in in luck looks like kepware can integrate with ENGEL with the EUROMAP 63 protocol.
https://www.kepware.com/en-us/products/kepserverex/drivers/euromap-63/

3 Likes

Our ENGEL machines are connected via Allen Bradley which is included in the basic Ignition license now.

i am a bit confused, are you trying to communicate with the ENGEL machine directly or an Allen Bradly device that is communicating with the ENGEL machine?

We haven’t got PLC on our ENGEL machines but if that’s the stretch I can get the PLC connected to the them. I have tried to get some data out from our ENEGEL machine with Kepware and Euromap 63 but I was unsuccessful. The funny thing is Kepware is not asking for an IP address of the machine. We v got 10 machines in out plant and my questions is how Euromap can decide which machine to connect to with no IP indication? :slight_smile:
How did you connect the ENGEL to your Allen Bradley PLC mate? Is that through Kepware and Euromap 63? Do you have a specific gear installed on your ENGEL to communicate with Kepware?

Cheers Martin

I am trying to talk to ENGEL directly and get data out and see them on Ignition.

I did some additional reading, apparently EUROMAP 63 is text file based and was developed in 2000. There is a section in the kepware setup where you have to specify a file location which i assume is for the text files. EUROMAP 77 came out in 2018, and is OPC UA based. If your machines support EUROMAP 77 I think you would just make an OPC UA connection, but i have no experience in this area.

Thanks Jason, I am talking to ENGEL to figure out if the machine is capable of connecting to any OPC UA or which driver supports. I will share my experience here as soon as I figure out how to connect to the machine’s.

Cheers in advance

1 Like

Which controller do your Engels use?

If CC300, then you can purchase a license from Engel that will expose an OPC-UA interface (Euromap 77/83).

If CC100, then we’ve had luck using the “host interface” on the Engel controller. We wrote a Java app that queries the CC100 and publishes data via Sparkplug/MQTT.

Sir, have you had experience yet about connecting with engel?

We have our Engel CC100 and CC300 IMMs connected to Ignition. For the CC100s we're using an in-house developed Java application that publishes metrics using MQTT/Sparkplug B, and for the CC300s direct connection using OPC-UA.

Still working on a single CC200-based IMM...

1 Like

Hey guys we have two VC 330/120 TECH Engels they are saying these units are only Euromap 63 which I suppose is fine for us monitoring the machines but I am see you all say that these are capable of OPC-UA EM 77?

The most painless method to connect any Euromap 63 Engel, which includes all controllers, is to use the Engel Server Software. This software is free of charge from the Engel website. Your machines will need the Euromap 63 software installed and configured for this connectivity. The Engel software configures your connectivity between your machine and your server. On the server, you will have flat files which will poll the machine, then return pre-determined parameters and/or functions. The files will send a request for the data, then the data will return in the determined folder in a DAT file. This DAT file can then be injected into Ignition with a script. The CC300 controller has the option for both Euromap 63, or Euromap 77. If you choose Euromap 77, then the connectivity is managed through and OPCUA configuration. Engel only gives instruction for this method with UaExpert. I believe you can see parameter groups in Ignition without UaExpert, but if you want specific parameters, you may need to configure them through UaExpert. Nonetheless, once configured, the parameters will show in Ignition with the rest of the parameters. There has been a couple members on my team who have tried to go through Ignition directly, but they were unsuccessful. If someone finds a way of doing this, please share.

I am curious about your method of connecting your CC100's. Can you share the specifics? Do you know the vintage of your CC100's? Is it connected with ethernet directly, or is it a serial port on the machine control card?