List of Contributions

Maxi

Contact Details

Maxi


My Content

1 to 20 of 50+ total
Posted By Maxi Jul 29, 2026 05:13:15 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Ah I must have been blind before, thanks for pointing it out. And no, changing this global setting would not be an option. Since @MaxOld hat a good idea, this now only leaves the settings to be desired that can only be changed globally like that highlight shadow. I think there need to be more individual ...
Posted By Maxi Jul 29, 2026 05:09:18 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I will test this out as soon as I am back on the task! Honestly I question the design, why would an opacity of 200% even be allowed by the system... but I will take this kinda hacky approach gladly for the moment since I won't have to use a custom solution again. Thanks!
Posted By Maxi Jul 21, 2026 08:06:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
In here? Neither of these options does anything like changing opacity 🤔 Also, I would like to change this on a specific style only, not globally. ...
Posted By Maxi Jul 21, 2026 07:49:01 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I mean, sure, that's always a fallback, but this question is also more about general design. I can always custom build UI elements. However, when there is a dedicated element by Optix which handles stuff like format conversion in our case and is specifically made for displaying time, then I would also ...
Posted By Maxi Jul 21, 2026 03:21:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
As described in FactoryTalk Optix: How to display date and time I added a (actually two) date and time objects to my UI. I also added a clock logic and hooked everything up. This will serve as a permanent display in the top right corner of the UI. Now, I don't want the date time object to be interactable, ...
Posted By Maxi Jul 10, 2026 03:03:01 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the clarification. Yeah I already got some sample code for turning it into the directory path, it's just awkward to have to create a file in the folder I want to export to, just to be able to target the folder... Hope a data type will be introduced some day.
Posted By Maxi Jul 10, 2026 01:43:48 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hey @sahabat inti, thanks for the reply! I feel like this overshoots the target for me a little bit, since it's two smaller histograms that I want to display on the main page and adding library stuff just for being able to change the color of my histogram is not worth it time wise for me. Though if this ...
Posted By Maxi Jul 09, 2026 10:07:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I would like to adjust a design time alarm import / export script and assign a target folder for exporting alarms to. The NetLogic object itself should have a variable for the export directory path and import file path. Now I am wondering which data type would be optimal to use. Both ResourceUri and ...
Posted By Maxi Jul 09, 2026 08:05:39 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hey Shane, are there any updates on this topic in terms of planned features for individual bar colors? Or maybe some new ideas if I could tackle this with a script? Cheers, Maxi
Posted By Maxi Jul 09, 2026 07:12:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hey, thanks for your answer! It does work now - run through for the troubleshooting below. I was already connected via ETH Port 2 The correct application was indicated as seen on page 31 of the manual Date/Time settings were on Remote NTP server, I changed this to Auto (PLC) and Backplane\0: no ...
Posted By Maxi Jul 08, 2026 11:15:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hey, I am trying to deploy my Optix project on an edge compute module and have been failing hard with the available documentation. My Optix version is 1.7.3.39, my EEC is on the following: I am running into two issues: 1. Deploying to the EEC from Optix I have added a new target device with the ...
Posted By Maxi Jul 08, 2026 03:08:52 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for reminding me of the existence of the ValueChangeAnimation..! My initial intention was to have the lever animation move for a longer time forth and back as to describe it is in an unknown state, which is not really the intention of a ValueChangeAnimation (though one could write a script to ...
Posted By Maxi Jul 07, 2026 03:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hey, I am trying to animate a lever. The lever's rotation normally is defined by a dynamic link that just changes the rotation from like -20 to 20 degrees to indicate the lever is on the left/right depending on a bit/sensor. Now I also want to animate the same lever with a sequential animation that rotates ...
Posted By Maxi Jun 16, 2026 01:59:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for forwarding it and for the support! I would not have walked into this issue if I hadn't had exactly 7 custom converters I suppose 😄 Cheers, Maxi ...
Posted By Maxi Jun 16, 2026 01:23:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I did some more testing, and found that scrolling starts working again at 8 custom converters. When I have 6 converters, the 6th is still visible but slightly cut off. At 7 custom converters the 7th is not visible and no scrolling is possible. And at 8 converters scrolling is finally possible just the ...
Posted By Maxi Jun 15, 2026 06:00:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Nope, doesn't work! I already tried that before posting and double checked just now, no success though.I tried different mice (corded, wireless), windowed and full screen. Running on Win11 with Optix 1.7.3.39. Any other things I could try?
Posted By Maxi Jun 15, 2026 04:57:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I have a couple of custom converters now in my project. When creating a complex dynamic link and hitting "+", a list opens of available converters. However, this list is too short / doesn't have a scrollbar, so selection of my converter is no longer possible. Only when opened in a separate tab, space ...
Posted By Maxi Jun 03, 2026 04:47:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you for uploading the recording. It does cut early in the end though, was there a lot more left by @General Quarters?
Posted By Maxi Apr 27, 2026 05:00:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Any update on this? -------------------------------------------
Posted By Maxi Apr 27, 2026 04:27:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you for your recommendation, that does work. I wrote a design time netlogic and added a NodeId reference variable to it. There I can manually link the desired variable on the target object (which is somewhat cumbersome...). Is there any better way? Like, is it possible to add my design time functions ...