List of Contributions

asemlucben

Contact Details

asemlucben


My Content

1 to 20 of 50+ total
Posted By asemlucben Apr 17, 2026 08:29:56 AM
Found In Egroup: Advanced Software
\ view thread
Hmm I am not sure if this was intended to work, I will open an internal ticket -------------------------------------------
Posted By asemlucben Apr 17, 2026 08:19:46 AM
Found In Egroup: Advanced Software
\ view thread
The DataGrid is just a visual representation of the object that is bound to the Model, so you will have to interact with the Model, not to the grid. There is an example here: https://github.com/FactoryTalk-Optix/ROKLive_EMEA_2022_Advanced -------------------------------------------
Posted By asemlucben Apr 17, 2026 04:02:31 AM
Found In Egroup: Advanced Software
\ view thread
You need to create a dedicated route on the Twincat Router with some other IP on the Twincat machine which is not 127.0.0.1, I generally use some random interface like a virtual adapter or something similar -------------------------------------------
Posted By asemlucben Apr 17, 2026 04:00:53 AM
Found In Egroup: Advanced Software
\ view thread
I don't see any secure way to achieve this to be honest, the login is session-based while the any socket would be global to the application and from there is basically impossible to login to a specific session. I think it would be easier to sync the UI like the FeaturesDemo2 and FeaturesDemo2_Client ...
Posted By asemlucben Apr 17, 2026 01:39:30 AM
Found In Egroup: Advanced Software
\ view thread
You can add a WebPresentationEngine to your application and monitor the port where the WPE listens on -------------------------------------------
Posted By asemlucben Apr 17, 2026 01:38:22 AM
Found In Egroup: Advanced Software
\ view thread
You have to first login to the Optix runtime with the same user that Windows is using, then use some logic to load the page, there is no automatic logout based on the host -------------------------------------------
Posted By asemlucben Apr 16, 2026 10:38:11 AM
Found In Egroup: Advanced Software
\ view thread
can you attach a project? -------------------------------------------
Posted By asemlucben Apr 16, 2026 01:25:06 AM
Found In Egroup: Advanced Software
\ view thread
If the device was shipped with 6.0.3.92, you have no possibility do downgrade the firmware. In general, there's no downgrade procedure on embedded devices like OptixEdge and OptixPanel yet, the only way is to restore factory settings (which restores the original firmware too) - but if your device ...
Posted By asemlucben Apr 16, 2026 01:22:48 AM
Found In Egroup: Advanced Software
\ view thread
You can use f2 as format (reference) -------------------------------------------
Posted By asemlucben Apr 15, 2026 09:39:58 AM
Found In Egroup: Advanced Software
\ view thread
That is correct, the session can read the global project, but the global project has no clue about each session -------------------------------------------
Posted By asemlucben Apr 15, 2026 08:14:16 AM
Found In Egroup: Advanced Software
\ view thread
If the automatic logout is configured, it goes back to the Anonymous user, the Anonymous user, by design, inherits the first language in the Locales list on the root of the project, I suspect English is the first language in that array. -------------------------------------------
Posted By asemlucben Apr 15, 2026 07:27:00 AM
Found In Egroup: Advanced Software
\ view thread
You don't do that on the alarm, as the OffNormalAlarmType is triggered on both alarm activation and deactivation by OPCUA specs. You should better add the ValueChangeEvent (or better a TransitionedEvent so you can trigger it only when going 0->1 for example) on the source PLC tag, then navigate to the ...
Posted By asemlucben Apr 15, 2026 06:09:40 AM
Found In Egroup: Advanced Software
\ view thread
You can try downloading the latest VC++ redistributable from the official website. -------------------------------------------
Posted By asemlucben Apr 15, 2026 04:16:17 AM
Found In Egroup: Advanced Software
\ view thread
Check here please: https://github.com/FactoryTalk-Optix/Optix_Sample_SyncHmiClockToPLC -------------------------------------------
Posted By asemlucben Apr 15, 2026 02:02:49 AM
Found In Egroup: Advanced Software
\ view thread
I really cannot think about any specific issue, can you please try replicating in a minimal project so you can share it here? -------------------------------------------
Posted By asemlucben Apr 14, 2026 05:44:00 AM
Found In Egroup: Advanced Software
\ view thread
Make sure all tables and alarms are localized correctly, please see in the FeaturesDemo2. You can see the alarms in Alarms > Alarms History, and you can switch language by changing user in Users > Users Login, when you navigate back to the alarm history you will see all alarms being properly translated ...
Posted By asemlucben Apr 14, 2026 03:13:00 AM
Found In Egroup: Advanced Software
\ view thread
Do you get any message in the logs? -------------------------------------------
Posted By asemlucben Apr 14, 2026 02:05:01 AM
Found In Egroup: Advanced Software
\ view thread
Can you please post the full specification of both machines and the versions of FactoryTalk Directory installed on the devices? On top of that, also make the classical tests like: Clocks are synched via NTP Same (or compatible) Windows versions The devices can ping each other --------------- ...
Posted By asemlucben Apr 14, 2026 01:57:13 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for your time investigating this, I will report it to the relevant team -------------------------------------------
Posted By asemlucben Apr 14, 2026 01:49:24 AM
Found In Library: Advanced Software