Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - andre.huerst

Pages: [1]
1
Support Questions / Re: ethernetIPforCLXCom ComError Event
« on: September 02, 2016, 10:06:45 AM »
Is each driver instance communicating with a separate PLC? If so, try this:

- Start with a new blank project
- Add a driver instance for each PLC
- Add a BasicLabel for each driver instance (using ComComponent property)
- Set PLCAddressValue to a valid tag in each PLC
- Start the application

After started, disconnect the Ethernet cable to force a ComError on all driver instance and see if the BasicLabels all show an error in about 5 seconds

YES, if so

2
Support Questions / ethernetIPforCLXCom ComError Event
« on: September 02, 2016, 09:29:31 AM »
I have placed several ethernetIPforCLXCom Controls on my Windows Form. Unfortunately the event ComError or ConnectionEstablished is performed only in the first two added Controls. Why? Of course, each control has its own IP address. Thanks for your feedback.

Pages: [1]