List of Contributions

asemlucben

Contact Details

asemlucben


My Content

1 to 20 of 50+ total
Posted By asemlucben Apr 09, 2026 10:15:00 AM
Found In Egroup: Advanced Software
\ view thread
Yup! That's correct. Even if you uninstall FactoryTalk Optix, the settings file located at %localappdata%\Rockwell Automation\FactoryTalk Optix\FTOptixStudio will be persisted, and actually even synched to your FactoryTalk Hub account, so possibly even synching across different devices where you are ...
Posted By asemlucben Apr 09, 2026 10:12:00 AM
Found In Egroup: Advanced Software
\ view thread
If you navigate to Aliases>Session>IPAddress you can grab the client's address and use that to do some actions, like load specific page for specific addresses using a key-value converter on the panel property of a PanelLoader -------------------------------------------
Posted By asemlucben Apr 09, 2026 07:20:02 AM
Found In Egroup: Advanced Software
\ view thread
That sounds like a reasonable request to me, I suggest you to escalate it to your local RA representant so they can file a feature request -------------------------------------------
Posted By asemlucben Apr 09, 2026 07:07:35 AM
Found In Egroup: Advanced Software
\ view thread
There's no easy path across projects, you can try importing the new type into the project that needs an upgrade and then refactor the existing elements, but you need to do it wisely or things will break really fast. The best option is to use the TemplateLibrary, if you have the Feature Preview enabled, ...
Posted By asemlucben Apr 09, 2026 07:04:05 AM
Found In Egroup: Advanced Software
\ view thread
I don't see an easy way to do it, as you will need to generate an edit model first. I would rather create a custom metadata on the recipe, and whenever the "save" button is clicked in the recipe editor, you trigger the SetRecipeMetadataValue method and pass the value of the variable you want to such ...
Posted By asemlucben Apr 08, 2026 09:38:45 AM
Found In Egroup: Advanced Software
\ view thread
The Min and Max of the spinbox are accessible by getting to the children of the Control alias in the keyboard itself, which might be different to the Min and Max of the target variable (which is what I posted aboove) -------------------------------------------
Posted By asemlucben Apr 08, 2026 07:42:17 AM
Found In Egroup: Advanced Software
\ view thread
I can confirm it is supported starting from 1.7.0: -------------------------------------------
Posted By asemlucben Apr 08, 2026 05:18:20 AM
Found In Egroup: Advanced Software
\ view thread
As I wrote in my post above, the CSS styling is not supported, please see the technote -------------------------------------------
Posted By asemlucben Apr 08, 2026 01:25:12 AM
Found In Egroup: Advanced Software
\ view thread
Optix supports the Tiny 1.2 standard (which does not include CSS), the styling for the different elements should be provided inline, please see: Generating SVG images to be imported in FactoryTalk Optix -------------------------------------------
Posted By asemlucben Apr 08, 2026 01:24:15 AM
Found In Egroup: Advanced Software
\ view thread
When you deploy the project to the target device, if the "transfer source project" is enabled, you can later upload it to the IDE. During the upload process you will br prompt to upload the content of the retentivity storage which you can later apply to the current project when the upload procedure is ...
Posted By asemlucben Apr 07, 2026 02:01:09 AM
Found In Egroup: Advanced Software
\ view thread
Open system manager by pointing your web browser to the Optix Edge IP address, go in the Docker tab and enable the Docker CLI, from there you can connect with any PC with docker installed by setting the DOCKER_HOST environment variable to the Optix Edge address -------------------------------------- ...
Posted By asemlucben Apr 07, 2026 01:59:00 AM
Found In Egroup: Advanced Software
\ view thread
Well, it might not be the cleanest way but it might work -------------------------------------------
Posted By asemlucben Apr 02, 2026 05:07:00 AM
Found In Egroup: Advanced Software
\ view thread
The new recipe module was made for object types, not datatypes. The new recipe module allows hadling object types like MotorType, ValveType, and any other custom type derived from objects, while the legacy recipe module supports data types as you are requesting (their ObjectType is UAVariable) --- ...
Posted By asemlucben Apr 01, 2026 05:31:22 AM
Found In Egroup: Advanced Software
\ view thread
No no, all good, I passed the report to the relevant team and I am waiting for feedback -------------------------------------------
Posted By asemlucben Mar 31, 2026 08:43:00 AM
Found In Egroup: Advanced Software
\ view thread
No, by design values are only updated when the mouse is released -------------------------------------------
Posted By asemlucben Mar 31, 2026 07:17:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, now I see what you mention, I will check it -------------------------------------------
Posted By asemlucben Mar 31, 2026 03:12:50 AM
Found In Egroup: Advanced Software
\ view thread
Please check out the references here: NetLogic_CheatSheet/pages/queries.md at main · FactoryTalk-Optix/NetLogic_CheatSheet SQL queries -------------------------------------------
Posted By asemlucben Mar 31, 2026 03:09:00 AM
Found In Egroup: Advanced Software
\ view thread
No, there is no event like that. You need to somehow trigger those events, like by placing a rectangle along the borders, monitoring its coordinates when being dragged (MoveTarget: self) and then resize the screen or dialog accordingly. You can also do something like the windows taskbar with a minimize ...
Posted By asemlucben Mar 31, 2026 01:58:00 AM
Found In Egroup: Advanced Software
\ view thread
Can you try with this code? #region Using directives using System; using UAManagedCore; using FTOptix.NetLogic; using FTOptix.UI; using FTOptix.HMIProject; using FTOptix.Core; using System.IO; using System.Collections.Generic; using System.Linq; using FilesystemBrowserHelper; #endregion class Location ...
Posted By asemlucben Mar 31, 2026 01:41:00 AM
Found In Egroup: Advanced Software
\ view thread
What happens if you deploy the project using the Runtime Tools? If there's no connection to the target device, it might not be able to generate the hardware-based encryption -------------------------------------------