List of Contributions

Kirby

Contact Details

Kirby


My Content

1 to 8 of 8 total
Posted By Kirby Jul 07, 2026 09:49:15 AM
Found In Egroup: FactoryTalk Optix
\ view thread
We noticed this first on a machine that we are building... When I checked the controller webpage I didn't see an large spikes in coms, maybe to 50% on class 3 momentarily. After this I tested the same code between Echo and the Emulator to see if it was repeatable and it is. In this configuration there ...
Posted By Kirby Jul 07, 2026 08:07:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hey asemlucben, thank you for your help in this. I updated the code to test your suggestion. Unfortunately similar to previous results - I pointed it at the base array and iterated through each base array, it ran for a few iterations and then similar to before a timeout occurs and the driver seems to ...
Posted By Kirby Jul 07, 2026 07:27:11 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you for the correction! It is /Description in my case.
Posted By Kirby Jul 07, 2026 05:55:20 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I have the enable extended properties enabled. I follow what you are saying about remote read. Is that true when using -> InformationModel.RemoteRead() can bundle multiple tag reads for better performance In my case I am not accessing the meta description tags directly in the project. I am using ...
Posted By Kirby Jul 06, 2026 09:51:51 PM
Found In Egroup: FactoryTalk Optix
\ view thread
@asemlucben - Are there any known issues with reading the the description tags at runtime? I'm on version 1.7.3.39? After trying a many different things, I feel like I can isolate this specifically to Description metatags. The odd thing is that the entire RAEthernetIP driver seems to stall when the ...
Posted By Kirby Jul 06, 2026 12:12:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello All, Has anyone had success when using InformationModel.RemoteRead() for extended tag properties such as /Description. When we import the tags the current values are imported. If these values change over time (ie change in the PLC) the HMI doesn't update this change. In my case we derive alarms ...
Posted By Kirby Jan 28, 2026 11:35:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I'll give that a shot hopefully it's improved! The only other way I found to work around this is to call a online runtime browse on that Station. I didn't find that completely fail proof though, sometimes the browse failed. So I want to avoid having to do that unless it's fool proof. --- ...
Posted By Kirby Jan 27, 2026 09:08:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Anyone have any tips or tricks when it comes to using the the meta tags like Description in your application? I want to build alarm messages dynamically using these meta tags but what I have found is that it pulls the on import and does not pull them again. I implemented them into a remote variable ...