List of Contributions

asemlucben

Contact Details

asemlucben


My Content

1 to 20 of 50+ total
Posted By asemlucben Mar 06, 2026 04:35:42 AM
Found In Egroup: Advanced Software
\ view thread
There is no "max limit of alarms", but there is a "max limit of alarm for a given device". If you fill in tour project details in the Device Sizing Tool on FT Hub you will see what hardware we recommend for your project (see image below). To get such data you can use the "Device Sizing Analyzer" script ...
Posted By asemlucben Mar 05, 2026 10:05:40 AM
Found In Egroup: Advanced Software
\ view thread
I have observed this in the past, especially on fresh installs. If you change the password for that user to anything else, then go back to the first password it will work. I am suspecting something buggy in the Ubuntu installer -------------------------------------------
Posted By asemlucben Mar 05, 2026 10:04:30 AM
Found In Egroup: Advanced Software
\ view thread
The retentivity was explicitly designed to persist changes across reboot, not page changes. A model variable is enough to persist it on a page change as it is not part of the session. Make sure that the model tag is persisted, not the session one. The logic should be LastAppliedRecipe of the widget ...
Posted By asemlucben Mar 05, 2026 09:14:29 AM
Found In Egroup: Advanced Software
\ view thread
Those I/O are controlled by the OS, but some of the features exposed there are available trough the System Object of FT Optix, for example you can get FTRA support requests. I sugest you explore the widgets that are preconfigured in project when you select "OptixPanel" template in Optix main screen ...
Posted By asemlucben Mar 05, 2026 08:37:00 AM
Found In Egroup: Advanced Software
\ view thread
The certificate file is mandatory to authenticate to the remote domain Edit: you were right, it used to work before, and it is also indicated as optional in the documentation, I will open an investigation -------------------------------------------
Posted By asemlucben Mar 05, 2026 04:59:25 AM
Found In Egroup: Advanced Software
\ view thread
Hi @Hulst, If the code you shared is used at runtime, I would discourage this approach. Every time you create a new alarm, is being added to the AllAlarms collection, regardless of its state or if it will even never be used again. In the long term, this will surely cause you RAM issues. If this is ...
Posted By asemlucben Mar 05, 2026 04:54:24 AM
Found In Egroup: Advanced Software
\ view thread
A database is a global object, and the hystorical data represented by a trend comes from such database, so if you want to display hystorical data, you will have to log it in the first place. You will have to log all parameters of your drives, then depending on the faceplate selection, change the query ...
Posted By asemlucben Mar 05, 2026 04:52:36 AM
Found In Egroup: Advanced Software
\ view thread
I can confirm this is the root cause, if the project has the same name, when the second project is started, the users database which lives in %localappdata%\Rockwell Automation\FactoryTalk Optix\Emulator\Projects is erased and recreated with a different encryption key, so even if you roll back, the encryption ...
Posted By asemlucben Mar 04, 2026 10:56:06 AM
Found In Egroup: Advanced Software
\ view thread
The trend can only show hystorical data if all the pens are coming from a DataLogger, I am not sure how are you passing the elements to the logger, I kinda see an alias in there, which will not work for sure -------------------------------------------
Posted By asemlucben Mar 04, 2026 01:35:36 AM
Found In Egroup: Advanced Software
\ view thread
A dedicated hystorian connector is expected to come soon, there might be some ways using NetLogic leveraging the hystorian APIs but I haven't gone trough that yet -------------------------------------------
Posted By asemlucben Mar 04, 2026 01:33:41 AM
Found In Egroup: Advanced Software
\ view thread
If you have two projects, with two different users, it is expected to me that the password from project 1 did not work on project 2, they are two different retentivity objects... But I may have missed your point. -------------------------------------------
Posted By asemlucben Mar 03, 2026 04:13:00 AM
Found In Egroup: Advanced Software
\ view thread
@Riemer I would strongly suggest start using the version control features included in the IDE, they will save you a lot of time and headaches when weird cases like this are happening. Another suggestion is to move your project away from OneDrive or other cloud synchronization providers as they randomly ...
Posted By asemlucben Mar 03, 2026 04:06:07 AM
Found In Egroup: Advanced Software
\ view thread
The message 10-11-2025 09:19:32.389;WARNING;HMISolution;22e0012;Process 18204 exceeded the timeout.;; indicates that the msbuild command is taking too long and possibly the .NET solution was not compiled succesfully, if this is happening on a VM, I suggest assigning it more RAM or CPU as it is not ...
Posted By asemlucben Mar 03, 2026 04:04:16 AM
Found In Egroup: Advanced Software
\ view thread
What you see in the bottom part of the screenshot is the DisplayName of the element, while the one in the top is the BrowseName, the BrowseName is used to generate the C# identifier, while the DisplayName is just an user-friendly indication. On the StyleSheet type, I suggest you yo call your property ...
Posted By asemlucben Mar 02, 2026 09:16:11 AM
Found In Egroup: Advanced Software
\ view thread
It is surely not in the best practices to hardcode password anywhere but you can create a Model variable where to store your password and use it in the ChangeUser -------------------------------------------
Posted By asemlucben Mar 02, 2026 06:58:00 AM
Found In Egroup: Advanced Software
\ view thread
It is to hard to understand what happened, but you should be able to recover a previus state from the backups folder at %localappdata%/Rockwell Automation/FactoryTalk Optix/FTOptixStudio/Backups. You can also open the .optix files with a text editor and compare them --------------------------------- ...
Posted By asemlucben Mar 02, 2026 05:31:00 AM
Found In Egroup: Advanced Software
\ view thread
Something we inherit by the OPCUA specs: UA Part 14: PubSub - 6.3.2 JSON message mapping -------------------------------------------
Posted By asemlucben Mar 02, 2026 05:29:10 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, much appreciated -------------------------------------------
Posted By asemlucben Mar 02, 2026 05:17:03 AM
Found In Egroup: Advanced Software
\ view thread
No, there is no object in Optix that natively supports JSON other than the MQTT client -------------------------------------------
Posted By asemlucben Mar 02, 2026 05:16:31 AM
Found In Egroup: Advanced Software
\ view thread
Thanks, reported to the devs. The event you are searching for is the AuditConditionEventType, as soon as an operation is started, you should get notified and one of the fields should report "started" same as you see in the DataGrid -------------------------------------------