List of Contributions

Ackermans

Contact Details

Ackermans


My Content

1 to 20 of 43 total
Posted By Ackermans Apr 09, 2026 12:33:33 AM
Found In Egroup: Advanced Software
\ view thread
This is how I had it setup initially, but unfortunatly it doesn't work. I select Control -> Element -> SpinBox -> MinValue this becomes ../../Control/MinValue@Value althought this value stays red like a broken link In runtime the text stays blank The keyboard itself is setup like this ...
Posted By Ackermans Apr 08, 2026 08:39:20 AM
Found In Egroup: Advanced Software
\ view thread
I got it working, but it's still a bit of a workaround in my view. To make the EURange variable work I had add a Range to the value of the SpinBox and attach it to the min and max value of the spinbox like this. We are already struggling on some screens with the amount of binding, I feel like this ...
Posted By Ackermans Apr 08, 2026 06:58:11 AM
Found In Egroup: Advanced Software
\ view thread
@asemlucben I have upgraded the project to v1.7.1.46 and I tried again. Unfortunatly it still doesn't work. Is there more information available on this? -------------------------------------------
Posted By Ackermans Oct 09, 2025 09:10:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, I would like to make a button to switch the language of the panel. I have 2 buttons overlaid and want to make one button visible depending on the current language. I tried the expression below but this doesnt seem to work. Does anyone know how to do it? ---------------------------- ...
Posted By Ackermans Sep 12, 2025 05:28:39 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for your reply, is there a timeline for the release of 1.7? I'm just updating from 1.5 to 1.6 but maybe I need to wait for 1.7?
Posted By Ackermans Sep 12, 2025 04:25:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi all, Im trying to make a custom keyboard in Optix v1.6.2.36 that combines the default keyboard's min and max values together with the preedit control that is now available. If I open this in runtime the values atmin and max stay blank. The way I tried to do this is by binding these values ...
Posted By Ackermans Aug 05, 2025 01:12:22 AM
Found In Egroup: Advanced Software
\ view thread
Yesterday I tried tackling this problem and the links you provided were helpfull. I added two extra variables "TagName" and "PLC" and saved the digital alarm as a type named "DigitalAlarmTanis". Make sure that in the Import CSV the Type is set as the "DigitalAlarmTanis" I ran into one more ...
Posted By Ackermans Jul 29, 2025 07:54:00 AM
Found In Egroup: Advanced Software
\ view thread
I was wondering if it is possible to add custom parameters to the alarm definition and also have them logged and show up as a new colomn on the alarm grid? We are using the export and import alarm NetLogic I'm guessing if it is possible that also needs to be adapted? -------------- ...
Posted By Ackermans Jul 09, 2025 01:03:00 AM
Found In Egroup: Advanced Software
\ view thread
It worked perfectly, thank you!
Posted By Ackermans Jul 08, 2025 09:24:00 AM
Found In Egroup: Advanced Software
\ view thread
The amount of items that needs to be checked is about 80% compared to 20% that is not needed, I'd rather "Check all" and uncheck what I dont need. Do you know of a way to check all through scripting?
Posted By Ackermans Jul 08, 2025 02:51:00 AM
Found In Egroup: Advanced Software
\ view thread
I was wondering if there is an easy way to check all boxes in the localization dictionary? In total over 6 HMI projects we are looking at 1000s of lines.
Posted By Ackermans May 14, 2025 08:57:00 AM
Found In Egroup: Advanced Software
\ view thread
The CM_Valve was locked. After removing the CM_Valve and trying to add it again it kept prompting me to "Replace or Skip" which I thought was weird because I had just removed it. I found out that you can open the library like a project and inspect its elements. In here I noticed a lot of duplicates ...
Posted By Ackermans May 14, 2025 02:02:00 AM
Found In Egroup: Advanced Software
\ view thread
I have a question about using the library in Optix. We have a type with basic elements with the login button as the bottom item. This is made in such a way that if the user does not have a sufficient level for the valve they will be prompt to login. If I put this item in a library ...
Posted By Ackermans May 14, 2025 01:46:00 AM
Found In Egroup: Advanced Software
\ view thread
Unfortunatly I dont have that version of the project anymone. For the future, do you know if there is an official way to report potential bugs?
Posted By Ackermans May 13, 2025 12:42:00 AM
Found In Egroup: Advanced Software
\ view thread
If I add the valve as new, everything works as intended. The issues started because I copied the valves from another panel. And the weird behavior I was seeing is that the tagpath in the instance was permantly replaced for a fixed tag to another PLC tag instead of keeping the TagPath point ...
Posted By Ackermans May 12, 2025 08:55:00 AM
Found In Egroup: Advanced Software
\ view thread
You are correct. _416_6_StrainerOverview is loaded in a navigation panel only once. If I look at the defnition of the _CM_Valve type you can see that we have indeed linked it to the TagPath pointer But for some reason in the instances of this type the "TagPath/Status/Color" ...
Posted By Ackermans May 12, 2025 12:50:00 AM
Found In Egroup: Advanced Software
\ view thread
There are no types in types in this case. As you can see in the second picture the _CM_Valve type only has "simple" objects in it like polylines, texts, rectangles etc. It is basically set up like any NodePointer demo you can find about Optix.
Posted By Ackermans May 09, 2025 08:59:00 AM
Found In Egroup: Advanced Software
\ view thread
I have encountered a weird bug and I'm not sure how to report these kind of issues. I have a template for a CM_Valve. This is a type. I have copied this type from another panel to a new panel and then copied it a few more times to build a new panel. This CM_Valve template has a node pointer ...
Posted By Ackermans Apr 22, 2025 01:47:00 AM
Found In Egroup: Advanced Software
\ view thread
I asked my colleague and he did create the project manually. Missing a .gitignore file could be another valid explanation of why merging was failing. Just to be sure I will copy a gitignore file from a different project to this one.
Posted By Ackermans Apr 18, 2025 07:06:00 AM
Found In Egroup: Advanced Software
\ view thread
I think we have been able to solve the issue again, this time without just deleting the repo and starting over. Our best guess so far is that the issue is caused by the repo and the Optix project name were not matching. After renaming the repo to match the Optix project name we were able to ...