List of Contributions

MaxOld

Contact Details

MaxOld


My Content

1 to 20 of 26 total
Posted By MaxOld Mar 09, 2026 02:30:44 AM
Found In Egroup: Advanced Software
\ view thread
Hi, An enumeration type sounds like a nice solution as well. However, I really liked Adam Ackermans solution of using it in a similar manner than alarms and only controlling it from the PLC. -------------------------------------------
Posted By MaxOld Mar 03, 2026 11:08:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, Our program uses FT View ME Information Messages and I would like to use those in a similar manner in Optix. (Basically a key value converter with the trigger value and the message that is displayed in the dialogBox when that trigger value is detected) However I would like some advice on ...
Posted By MaxOld Feb 05, 2026 01:09:14 AM
Found In Egroup: Advanced Software
\ view thread
Thank you very much. In case someone plans to use the script "From PLC to Model" to work with Listviews 2 things have to be considered: it copies every parameter including "BlockRead" and "SymbolName". Depending on the use case and the project size these are not necessary and the script should skip ...
Posted By MaxOld Feb 04, 2026 03:03:08 AM
Found In Library: Advanced Software
Posted By MaxOld Feb 04, 2026 03:03:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for your help! I tried some combinations of local Variables and connecting those to the PLC Tag, but it appears it only works with objects. The project is appended. In my main project I have multiple instances of potential ListView apges. These contain Switches, TextBoxes, ...
Posted By MaxOld Feb 03, 2026 04:36:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, i started experimenting with the new ListView. I have an array of UDTs for which I would like to use the Listview. Basically every array element should get a row. However when setting the ListViewRow/Rowitem/kind to my UDT, the ListView/Model to the array of UDTs in Commdrivers and the ...
Posted By MaxOld Feb 02, 2026 08:02:38 AM
Found In Egroup: Advanced Software
\ view thread
Interesting. I will test that. What I found ist that when you disable the keyboard it closes. However you have to enable it again after some milliseconds. If not you can not open it again. -------------------------------------------
Posted By MaxOld Feb 02, 2026 04:04:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I am currently working with virtual keyboards in Optix. Is there a way to close a keyboard via script? In certain situations I would like to be able to close the keyboard without the user having to click somewhere outside the keyboard. Kind Regards ------------------------------- ...
Posted By MaxOld Jan 28, 2026 10:27:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for your help! While typing out my previous reply I realized that it most likely is not going to be a very simple solution and I would need to write a script anyway. Which is what I did today. So now everytime Optix starts, I check whether the html/js needs to be altered and do the required ...
Posted By MaxOld Jan 28, 2026 02:31:05 AM
Found In Egroup: Advanced Software
\ view thread
I have to be honest that my html and server knowledge is very limited. I only received a folder with html files and javascripts that I have to implement into the Optix HMI. As these contain the documentation/manual they vary for each machine. This is why I would like to avoid changing the javascripts ...
Posted By MaxOld Jan 26, 2026 08:57:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello! I am working with an html-document and show it in a webbrowser on an OptixPanel. On Windows I can pass query parameters like index.html?id=ID0E1PGQ. However with the OptixPanel I am unable to do so. I tried the Rest-web-ws-server from the Optix-github. It works in the emulator, but it does ...
Posted By MaxOld Jan 23, 2026 08:26:00 AM
Found In Egroup: Advanced Software
\ view thread
edit: Problem 1: No longer relevant as Optix even tells me that I can use SelectedItem for Datagrids as readonly.
Posted By MaxOld Jan 23, 2026 05:09:00 AM
Found In Egroup: Advanced Software
\ view thread
You are absolutely right, the problem for the regular button was on my end. To make it easier for operators I use a transparent button overlay that is bigger than the button itself and used mouse down/up to colour the button. I need to rework that in some way. Sorry! The momentary button However ...
Posted By MaxOld Jan 23, 2026 05:08:37 AM
Found In Library: Advanced Software
Posted By MaxOld Jan 23, 2026 04:40:10 AM
Found In Egroup: Advanced Software
\ view thread
Good to know, then I will try that again! I am sorry, I didn't phrase that properly. Yes, Optix can differentiate between them, but the following elements apparently use a mousedown interaction and I would be very happy if Optix would not instantly open them but check whether the person is scrolling ...
Posted By MaxOld Jan 23, 2026 04:11:23 AM
Found In Egroup: Advanced Software
\ view thread
Thanks for the quick reply! That makes sense, as the scrollbar I see in the datagrid most likely is not the scrollview but the scroll function of the datagrid itself. I hoped I could jump to a line with either but was unable to do so. However the problem remains that in a datagrid I can not jump to ...
Posted By MaxOld Jan 23, 2026 03:32:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello! I am currently working on pages with scroll views and found 2 problems that I need help with. Scroll to line in Datagrid: I have a datagrid and would like to jump to a specific line. But the problem with a datagrid seems to be that I do not get the NodeId from a single line for ScrollTo ...
Posted By MaxOld Dec 09, 2025 10:35:00 AM
Found In Egroup: Advanced Software
\ view thread
Sadly the features demo favorites did not meet my requirements. I already built something else and only need to fix some niche cases where the label is set with a string formatter instead of a string or localized text. Thank you for your ideas though! -------------------------------------- ...
Posted By MaxOld Dec 09, 2025 10:35:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for your detailed reply! The problem is, that I have some string formatters that only appear once in the project for specific labels. I hoped I could just link a label.Text to the string formatter somewhere else in the project, but when that string formatter is not loaded on the panel ...
Posted By MaxOld Dec 09, 2025 10:03:00 AM
Found In Egroup: Advanced Software
\ view thread
I think that could work. The underlying problem is, that I am building a favorite page which needs to rebuild components from other pages. Therefore, it is not one fixed string formatter but rather different ones depending on the component that was set as a favorite. The backup idea would be to rebuild ...