List of Contributions

Riemer

Contact Details

Riemer


My Content

1 to 20 of 20 total
Posted By Riemer Mar 02, 2026 12:20:34 PM
Found In Egroup: Advanced Software
\ view thread
I attempted to resolve the issue by editing the YAML file and copying the values from the previous version. Unfortunately, that approach did not work. I also noticed that some folders were missing when compared to the latest backup, which indicated that the project structure itself may have been partially ...
Posted By Riemer Mar 02, 2026 06:40:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi everyone, I'm facing an issue in FactoryTalk Optix. I can no longer find the Tag Importer object in the project on AB CommDrive PLC connection. When I try to add it again, I get the following error: 2026-03-02 09:32:14.708;urn:FTOptix:Core;0;Error;87;Invalid namespace index In older ...
Posted By Riemer Feb 17, 2026 08:37:00 AM
Found In Egroup: Advanced Software
\ view thread
I have successfully implemented the Event Logger in my application. However, in many pharmaceutical applications, more detailed and customized reports are required. I was not able to find an option in the Audit Event Logger to selectively choose which tags should be auditable. It seems to capture all ...
Posted By Riemer Feb 16, 2026 07:54:00 AM
Found In Egroup: Advanced Software
\ view thread
In my application, I need to manage multiple sequences within the same overall recipe. The idea is to have a main recipe screen where I select which sequence should be used for each step. When clicking on a specific sequence, a new screen would open showing only the recipe parameters related to that ...
Posted By Riemer Feb 14, 2026 02:22:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi everyone, According to the screenshots attached, I would like to understand the best approach to implement a custom event log in FactoryTalk Optix based on tag changes, and then display it in a DataGrid and later include it in a report. I know it is possible to configure alarms and also to use the ...
Posted By Riemer Feb 11, 2026 10:08:00 AM
Found In Egroup: Advanced Software
\ view thread
The customer application is running on FactoryTalk Optix 1.6.5. My main goal is to use the User Management Editor from the library to assign Active Directory users to Optix roles and also manage local user passwords. AD authentication is working correctly - Optix recognizes the AD users and allows them ...
Posted By Riemer Feb 11, 2026 06:59:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I am testing Active Directory integration with FactoryTalk Optix and I am facing an issue with AD group retrieval. Environment: FactoryTalk Optix versions tested: 1.6.5.1 and 1.7 Authentication mode: Domain only Runtime running on a Windows notebook joined to the corporate domain ...
Posted By Riemer Jan 29, 2026 05:17:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, My recipe system will control multiple sequences, with each sequence having many distinct parameters (it easily exceeds 1,000 columns in SQL Server). Because of this, I had to split the recipes into several sub-recipes, all triggered by the same Edit button and Save and Load button to write/read ...
Posted By Riemer Aug 20, 2025 09:39:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm facing an issue with FT Optix reports. As shown in the attached image, the resolution of a Trend inside a generated PDF report does not look very good. No matter what size I configure, the resolution remains poor. I also tried changing the line thickness, but it doesn't affect the final result in ...
Posted By Riemer May 03, 2025 07:17:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi everyone, I'm currently developing an application using FT Optix as the HMI platform, with all process execution controlled by a Rockwell CompactLogix PLC. I'm designing a recipe management system and would appreciate advice on the best strategy, given the complexity of my process. The ...
Posted By Riemer Apr 29, 2025 06:02:00 AM
Found In Egroup: Advanced Software
\ view thread
It works fine on the IPC, but I need to continue editing on my local PC, so I basically just copy the current project folder back to my computer and edit it. This was working fine before, but now this Exception Caught keeps happening every time I try to execute the runtime. To make it work again, ...
Posted By Riemer Apr 28, 2025 08:51:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello everyone, I have an Optix application running on an IPC that was developed with version 1.5.6. However, when I try to copy the application back to my Engineering computer and edit it, I encounter the following error: With an older version of the same program, I am able to simulate ...
Posted By Riemer Feb 25, 2025 01:07:00 PM
Found In Egroup: Advanced Software
\ view thread
Any ideia how this is done via C# or is prefered to just set a DisplayName for each tag and then show the Display Name info on SourceNode?
Posted By Riemer Feb 24, 2025 08:06:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello! I have a situation on a Event Logger on my project. I need to show the name of the tag on the Source Node tab, but I have a lot of tags inside UDTs, and it currently doesn't show the the full name of the tag (ex: TT100/CurrentValue). When using the BrowsePath on the Source Node, I'm ...
Posted By Riemer Feb 13, 2025 05:00:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello I'm working with Optix 1.5.4.2 and trying to use some queries to insert new lines on a SQL Server table, but I'm getting the following error: FTOptix:CoreBase;551;Error;3;Exception caught: Syntax error at 0: Expected 'SELECT, 'DELETE' or 'UPDATE'; I also tried to use the Sample ...
Posted By Riemer Feb 04, 2025 04:41:00 AM
Found In Egroup: Advanced Software
\ view thread
I did upgrade a few weeks ago and did a lot of changes since that. Every time I open the project now I need to mannualy delete the obj folder inside NetSolution to continue editing the project. I'm only using it locally..
Posted By Riemer Feb 03, 2025 12:33:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello everyone! I'm facing the following error when oppenning a projetct on FT Optix 1.5.3.4 And the following error when trying to save the project, so I'm unable to perform any changes in my project: It started happening in the last few days; it was working without any problems ...
Posted By Riemer Jan 15, 2025 10:57:00 AM
Found In Egroup: Advanced Software
\ view thread
I was originally trying to use some Select Queries inside Netlogic to retrieve the values from the selected item on a DataGrid and then move these values to Model Tags (BatchName, StartTime...) and PLC Tags, but it wasnt working. Using the events of the Datagrid itself was easier.
Posted By Riemer Jan 15, 2025 10:30:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you! This worked fine. Really appreciate the detailed response from everyone. I was trying to implement the Getting Column values from the UI Selected Item from Github, but was unable to send the values of the Netlogic to Model tags inside Optix. Maybe there's a guide on how and where to properly ...
Posted By Riemer Jan 14, 2025 10:31:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello everyone, I have a datagrid that show all the batches that have been made by the machine, if I search the batch with the name I can filter it. However, I want to select (by clicking on the datagrid) the desired batch and then click on a button to generate a PDF report with information of the ...