List of Contributions

Mirko19

Contact Details

Mirko19


My Content

1 to 7 of 7 total
Posted By Mirko19 Aug 17, 2026 05:09:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi everyone, I've encountered an issue with InformationModel.SetTranslation when adding a new locale to the project dictionary at design time. Studio version: 1.7.4.32 Steps to reproduce I prepared a small POC project where: The NetLogic contains a method that calls InformationModel.SetTranslation() ...
Posted By Mirko19 Aug 07, 2026 04:05:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi everyone, First of all, I'd like to thank the team for introducing the ListView component in the 1.7 release. It is a very useful addition and covers many scenarios that previously required custom implementations. However, while using it in real projects, I found a couple of limitations that significantly ...
Posted By Mirko19 Aug 05, 2026 07:53:35 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Using the project exactly as you provided, I initially could not reproduce the crash either. That led me to perform some additional tests that were not covered by my original use case. The key difference I found is that the method used in the sample project does not have any output arguments. To reproduce ...
Posted By Mirko19 Aug 04, 2026 08:12:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, thanks for looking into this. I reproduced the issue again, and these are the exact steps I followed: Start from a PanelType (my custom component). Add a MethodInvocation node inside it. Bind the MethodInvocation to a method exposed by the OPC UA Client. From the NetLogic, obtain ...
Posted By Mirko19 Aug 04, 2026 04:42:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi everyone, I've encountered an issue that I can consistently reproduce. I have a MethodInvocation node bound to a method exposed by an OPC UA Client. When I invoke this MethodInvocation from a NetLogic, everything works correctly as long as the client is online. However, if the OPC UA client is ...