List of Contributions

asemlucben

Contact Details

asemlucben


My Content

1 to 20 of 50+ total
Posted By asemlucben Aug 07, 2026 04:16:02 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I can confirm both feature requests are already logged, but I don't have any release date yet
Posted By asemlucben Aug 07, 2026 03:13:20 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Mirko19 thank you very much, I can see now the freeze and the crash. I will pass it to the relevant team
Posted By asemlucben Aug 05, 2026 03:40:11 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Mirko19 can you help me replicate it with the attached tools? There's the Optix project where I tried to replicate your scenario and a OPCUA Server from the OPC foundation.
Posted By asemlucben Aug 04, 2026 10:03:30 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Literally just for user's comodity, they don't impact anything in the project, in fact you can even delete them and they will be recalculated and added at next save operation
Posted By asemlucben Aug 04, 2026 06:59:26 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Can you try with a port number greater than 1024? something random like 10000
Posted By asemlucben Aug 04, 2026 06:55:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for reporting this, I will do a quick investigation EDIT: I tried with the UaAnsiCServer from the OPC foundation and I am not observing any crash, it is just reported as "calling an unknown method". Can you post the exact steps to replicate?
Posted By asemlucben Aug 04, 2026 01:20:28 AM
Found In Egroup: FactoryTalk Optix
\ view thread
It seems something got corrupted in the filesystem, I really suggest a factory reset
Posted By asemlucben Aug 03, 2026 09:48:58 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Unfortunately not, NTP is 100% handled on the OS side, not in the application side
Posted By asemlucben Aug 03, 2026 09:38:41 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Negative, I don't have any example for the new recipes manager
Posted By asemlucben Aug 03, 2026 09:38:11 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Something seems to hang at Projects/TCO1587_MCP0x_As1_7/ProjectFiles/RecipeSchemasRepository.db-shm as if the database was not closed properly for some reason
Posted By asemlucben Aug 03, 2026 04:02:50 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Those should be extended tag properties of the tag, so similar process just @Description at the end, or something like that, depends on how they were created on the PLC side
Posted By asemlucben Aug 03, 2026 03:35:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
You can add a variable on the screen which will be our pageIndex, then on each control you will have something like: CommDrivers/PLC/Station1/MyTag[(#index)] Where #index is: (pageIndex * 16) + n and n is the item offset for that page, so Label1 will have 0, Label2 will have 1 and so on. Then ...
Posted By asemlucben Aug 03, 2026 02:36:49 AM
Found In Egroup: FactoryTalk Optix
\ view thread
It might be, but at the moment there's no reason for Optix to import those references as they are not adding anything to the model, so I think it is just easier to implement a "reference explorer" method in .NET and use that to navigate what you need
Posted By asemlucben Aug 03, 2026 01:25:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
There's a dedicated tutorial in the help: Display a dialog on value change. Just use your PLC tag instead of a Model tag.
Posted By asemlucben Jul 31, 2026 08:00:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the explanation, I can confirm that Optix ignores that reference, so it is not imported in the InformationModel after importing tags. I think your only option is to leverage some OPCUA NuGet package to perform a custom read on the remote server
Posted By asemlucben Jul 31, 2026 07:57:10 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I am not sure why I wrote 1.7.4 in my comment at #9, the right release is 1.8.x as I correctly stated in #7, I just double checked
Posted By asemlucben Jul 31, 2026 07:54:35 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I think you can change the TagStructure ambiguity to FTOptix.CommunicationDriver.TagStructure, even the Rockwell structures should be able to get casted to that basic type
Posted By asemlucben Jul 31, 2026 06:18:27 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I can't see the HasCause reference being handled anywhere in the code, can you please explain your use case?
Posted By asemlucben Jul 30, 2026 09:54:02 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Without logs of the failing startup it would be hard to diagnose. If it did not generate any logs at all it could also be related to some permission at the os-level, maybe it failed to actually open such files