List of Contributions

Teo230

Contact Details

Teo230


My Content

1 to 20 of 39 total
Posted By Teo230 Sep 03, 2026 10:08:29 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I've approached in this way Created a custom type where I can read-only the value coming from the target node on OPC UA Server The component includes only the methods required to lock/unlock the control for user Create a runtime NetLogic ApplicationBackgroundServiceLogic under NetLogic folder ...
Posted By Teo230 Sep 02, 2026 10:00:30 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the explanation. To give you more information about it, these objects are created in our project inside the MainWindow when Application starts. So, in this case is it valid what you say about the Session context? ------------------------------ Teo230 Körber Technologies Software Engineer ...
Posted By Teo230 Sep 02, 2026 09:26:24 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Sorry; I've checked again the code, we are not using the Runtime Sync, I'll update the post...in any case here it is the code we are using. We test again it and we notice that if we are using multiple web session the timer starts to de-sync like if the NetLogic is executing the method on different ...
Posted By Teo230 Sep 02, 2026 05:10:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello everyone, We are looking for feedback from the FactoryTalk Optix community regarding an intermittent issue that we have been investigating for some time. Environment and Context In our application, we are using an invisible component as a host to execute a NetLogic configured with LongRunningTask ...
Posted By Teo230 Sep 02, 2026 01:36:43 AM
Found In Egroup: FactoryTalk Optix
\ view thread
It would be nice to know how RA call the ExportMethod functions so I can create a custom script to interrupt it when FTOptixStudio process is running 😁🫢 ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------ ...
Posted By Teo230 Aug 31, 2026 09:26:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
A new version of Keycloak service integration has been released on FTOptix GitHub repository. In meantime I forked their repository for my actual env: you can find more information on Teo230 - Optix_Sample_OAuth2 ------------------------------ Teo230 Körber Technologies Software Engineer ----- ...
Posted By Teo230 Aug 31, 2026 05:59:23 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thx for response but I've already took a look at it, but it doesn't really fit my use case. The main limitation is that it still requires a manual interaction to start the Studio bridge, and the bridge itself has to be configured and maintained within the project. For my scenario, I'd prefer a fully ...
Posted By Teo230 Aug 31, 2026 02:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi everyone, We're using DesignTime NetLogic to generate and configure our FactoryTalk Optix applications based on project configuration. The generation logic is exposed through [ExportMethod] methods and can be executed manually from Optix Studio. [ExportMethod] public void OverrideAndGenerat ...
Posted By Teo230 Aug 28, 2026 05:12:27 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Usually it happens because you configure FTOptix with HTTP but the target URL is HTTPS. If both are set as HTTPS, it could be related to SSL. The certificate should contains the trusted address that Optix can reach ------------------------------ Teo230 Körber Technologies Software Engineer ------- ...
Posted By Teo230 Aug 27, 2026 09:26:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Just to be sure, did you add the desired URL in AllowedRemoteSources of WebPresentationEngine? ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 26, 2026 10:21:56 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I tested on both engine, on Native I can complete the flow but I have the following error 2026-08-26 17:16:06.105;;0;Info;0;OAuth2 Flow completed (InvalidToken): Invalid JWT token For Web engine I see Keycloak redirects the page but it doesn't complete the flow ------------------------------ Teo230 ...
Posted By Teo230 Aug 26, 2026 09:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I've been like found it 30m ago in the meanwhile you were writing it 😂 But why do I need to specify the redirect uri if the sample its saying to use ftoptix://redirect? Is it just a placeholder value where I need to put my actual address? ------------------------------ Teo230 Körber Technologies ...
Posted By Teo230 Aug 26, 2026 09:40:21 AM
Found In Egroup: FactoryTalk Optix
\ view thread
UPDATE FOR LOGIN FLOW It looks like there are two ways to starting the OAuth workflow If you are using Native application, you need to call the StartOAuth2Flow method If you are using WebPresentation application, you need to call the StartOAuth2WebFlow In case of Web presentation, a new dialog ...
Posted By Teo230 Aug 26, 2026 02:27:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
We observed a synchronization issue between FTOptix and an OPC UA Server when a value is updated and then immediately overwritten by the server. Steps to Reproduce Write any value to a node on the OPC UA Server. The OPC UA Server immediately rewrites the node with a different value, without any delay. ...
Posted By Teo230 Aug 26, 2026 01:31:10 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Yes it does ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 25, 2026 08:15:12 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The point is to avoid this type of synchronization because everything has worked fine so far... using a RemoteVariableSynchronizer or a RemoteRead doesn't solve the problem, it just allows you to find a workaround. If I can't solve the problem without going through NetLogic, I'd basically have to repurpose ...
Posted By Teo230 Aug 25, 2026 07:32:57 AM
Found In Egroup: FactoryTalk Optix
\ view thread
It works when using .ExecuteMethod() with inputargs as object[] It doesn't work by using .Invoke() on MethodInvocation ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 25, 2026 07:30:29 AM
Found In Egroup: FactoryTalk Optix
\ view thread
By design Optix handles the tables defined inside the project by using Logger, so I dont think its possible what you are trying to do with only base components. If I understand correctly your scope, the only way is to use NetLogic. RA has a dedicated repository on GitHub about it. ------------------------------ ...
Posted By Teo230 Aug 25, 2026 04:51:16 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Shared demo project with @Eevee ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------
Posted By Teo230 Aug 25, 2026 04:50:06 AM
Found In Egroup: FactoryTalk Optix
\ view thread
iFrame option Server name and redirect URI under WebPresentation ------------------------------ Teo230 Körber Technologies Software Engineer ------------------------------