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

Pages: [1]
1
Is there a way to get a list of all active subscriptions?

2
Would it be sufficient to say "EthernetCLXDriver.DisableSubscriptions = True" on form close and call it a day?

3
I assume the same is true if driver is initialized in a service application instead of a form?

4
Support Questions / Unsubscribing from a subscription on form close
« on: May 10, 2020, 11:32:16 AM »
I couldn't find a relevant thread on this, so if it does exist, my apologies.

I understand that unsubscribing on close is a form of good housekeeping, but is it necessary?  If so, must you loop through each unique ID or is there a method to just dispose of all active subscriptions?

I mean, sure it's very simple...just wondering how necessary it is.

Code: [Select]
        While subscriptionID > 0
            mainplc.UnSubscribe(subscriptionID)
            subscriptionID = subscriptionID - 1
        End While

5
Support Questions / Populating UDT elements from ControlLogix driver
« on: January 23, 2019, 11:53:00 AM »
I found some old threads but wondered if there is now a feature, or maybe one planned in the future, to display the elements of a UDT? 

6
I also just ran into this.  I am using the InstallShield to deploy it, and it installs fine on the remote computer, but when I try to launch it, I get "Incomplete Solution" although it tests fine in the Visual Studio IDE.


7
Open Discussion / Timeouts for WRITE connections
« on: October 12, 2015, 04:25:51 PM »
Hello, I have been using this software for about a year and I am now trying to add some functionality, but I am noticing that there is a timeout period of about 5 seconds when trying to read/write to an offline PLC.  Could someone be kind enough to point out where this resides within the code?  I cannot find it for the life of me!

Pages: [1]