List of Contributions

Teo230

Contact Details

Teo230


My Content

1 to 13 of 13 total
Posted By Teo230 Aug 18, 2026 02:08:09 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Not possible at the moment...but its better that they fix what they've already have, there are so many points with high priority still pending from very old versions... ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 14, 2026 09:58:31 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I tried to replicate the issue on a blank project with 1.7.4. The issue seems to be present when I use an OPC UA Client: from the log the quality is Uncertain when variable is coming from OPC Client ------------------------------ Teo230 Körber Technologies Software Engineer --------------------- ...
Posted By Teo230 Aug 14, 2026 05:58:53 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The issue is present after 1.7.3.x, so also the latest one 1.7.4.x About the questions The NetLogic is defined inside a component Type of type Dialog AssignedProductionOrders is a complex object that we need to rearrange so for this reason we created a dedicated variable on NetLogic. After that ...
Posted By Teo230 Aug 14, 2026 02:31:17 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The event is not firing, only if I call the .RemoteRead() then the value is updated and I receive the event ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 14, 2026 01:31:01 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Are they Windows Server? Optix supports Active Directory, so if you are able enable it would cover your scenario. In our case we have a similar project where we've deployed 5 HMI on the same Line, the only way at the moment for us is to statically define the users inside the project itself and then deploy ...
Posted By Teo230 Aug 13, 2026 07:35:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello everyone, We have encountered a compatibility issue with a custom component we developed. The component works correctly up to FTOptix version 1.7.2, but starting from version 1.7.3 it no longer behaves as expected. Specifically, updating the Value of an IUAVariable using our existing implementation ...
Posted By Teo230 Aug 10, 2026 02:13:38 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Sorry but I cant understand correctly your scope. If you want to send data to a SQL Server you can do it by using the existing DataSource component. For any information about how to setup it, I suggest you to first read the help documentation by pressing F1 on FTOptix Studio. ------------------------------ ...
Posted By Teo230 Aug 07, 2026 03:54:16 AM
Found In Egroup: FactoryTalk Optix
\ view thread
It depends what do you mean with "customer server". Is it a API Service? A Database? A shared folder? Other? ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 05, 2026 02:09:19 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I have the same issue :( ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 03, 2026 10:07:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello everyone, I want to share the following information to help whoever is using FTOptix on ARM architecture. 🚀 Running FactoryTalk Optix on Apple Silicon (M-Series Macs) Although FactoryTalk Optix is not officially supported on ARM architecture, it is still possible to run it successfully ...
Posted By Teo230 Aug 03, 2026 02:06:46 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the clarification. That's a bit disappointing, as using references to track related nodes is a very common and useful OPC UA pattern. I was expecting Optix to support importing and preserving those references. Is support for importing and exposing OPC UA references something that is planned ...
Posted By Teo230 Jul 31, 2026 02:28:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I want to use the "HasCause" to recover the relative TargetNode, but by using the .Refs and .InverseRefs property, the NetLogic is not able to retrieve reference that are not hierarchy. ------------------------------ Teo230 ------------------------------
Posted By Teo230 Apr 29, 2026 04:49:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello, in my .NET solution I used this code in order to get events from my OPC UA Server. I am using the DeviceSet node in order to create object under it. The same DeviceSet node should exist under the Server node and it has to have the following reference. Hope this could help with your scenario ...