List of Contributions

Ladrone

Contact Details

Ladrone

My Content

1 to 2 of 2 total
Posted By Ladrone Jul 28, 2026 09:14:24 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello folks, as quoted in official documentation if i need to display alarms in remote local time zone i should use the (Session)/TimeZoneOffset parameter. If i'll look to the historical view of alarms this will become incorrect during European Daylight Saving Time (DST) daychange. The only possible ...
Posted By Ladrone Mar 14, 2024 10:09:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I know that there are some issue with RemoteVariableSynchronizer, I foud out that if you firts register the variable change and then add the variable to the RemoteVariableSynchronizer it work. displayedUnitPointer.VariableChange += DisplayedUnitPointer_VariableChange; synchronizer.Add(displayedUnitPointer); ...