List of Contributions

Maxi

Contact Details

Maxi


My Content

1 to 8 of 8 total
Posted By Maxi Mar 11, 2026 09:26:00 AM
Found In Egroup: Advanced Software
\ view thread
Edit: Solved myself, check bottom. In the FeaturesDemo2 project there is an example for user login handling. When the login button is pressed, the login is performed and a ResultCode will be written to an output text next to the login button in case of failure. The path to the NetLogic code of this ...
Posted By Maxi Mar 11, 2026 05:15:00 AM
Found In Egroup: Advanced Software
\ view thread
Edit: SOLVED! I found the error. I was referencing the method via MyProject/UI/NativePresentationEngine/StartWindow/Window/MainWindow/MainWindowLogic which was obviously wrong. The correct path should be Aliases/Window/MainWindow/MainWindowLogic! Alright, I have started to implement that approach after ...
Posted By Maxi Mar 11, 2026 03:35:00 AM
Found In Egroup: Advanced Software
\ view thread
I would like to have a button in my software that allows cycling through available languages in the project and setting the actual language to the next one. As there will always be two to four languages, which might change though depending on project, I could obviously hard code the swapping in a complex ...
Posted By Maxi Mar 09, 2026 10:41:37 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for the very quick and extensive insight. That excerpt is really helpful 👍 It would be helpful to update documentation (Automatically confirm and acknowledge alarms) with information like that! Also documentation about the latest "alarm manager / summary" widgets on the documentation ...
Posted By Maxi Mar 09, 2026 09:51:09 AM
Found In Egroup: Advanced Software
\ view thread
I see! Okay makes sense if this comes from the OPCUA specs. But shouldn't the auto-acknowledge setting trigger the confirmed to go false (and the alarm thus stay relevant)? As seen in my video, auto-acknowledge does not seem to act the same way as if I were to manually acknowledge the alarm. ------ ...
Posted By Maxi Mar 09, 2026 08:57:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you very much for the input, i was able to solve the issue and reset the latching. I have also looked into the suggested widgets and will play around with them. Though I need to reiterate on my first point: My point was not "an alarm immediately appearing at the start of runtime", my point was ...
Posted By Maxi Mar 09, 2026 08:56:33 AM
Found In Library: Advanced Software
Posted By Maxi Feb 19, 2026 11:05:00 AM
Found In Egroup: Advanced Software
\ view thread
#Optix FT Optix Version 1.7.0 I am currently following the Optix tutorials on the Rockwell Automation Youtube channel to evaluate alarming in Optix. I have created a digital alarm that listens on an input variable which I can toggle. Also I have a view with an alarm grid and an alarm history grid ...