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 - cmullis

Pages: [1]
1
Support Questions / Reading array of UDT's
« on: November 25, 2015, 08:46:35 PM »
I have an array (10000) of UDT's. The udt has 4 DINT's and 1 string in the structure. What is the fastest way to read this type of structure? Using a For Loop will take about 18 minutes based on my calculations. I am trying to pull a bunch of data out of the PLC so that I can parse it and build some reports with it.

2
Support Questions / Re: Subscription Datachanged event on Console
« on: October 30, 2015, 09:00:46 AM »
Is there any sample code anywhere that you know of?

3
Support Questions / Subscription Datachanged event on Console
« on: October 29, 2015, 11:19:19 PM »
I am trying to build a c# console app for interfacing with a CompactLogic PLC. I have the subscription setup and is retrieving tags from the controller. My problem is that I need to only fire the callback when data has changed. Now it is firing every time it polls. I would greatly appreciate the help.

Pages: [1]