List of Contributions

Riemer

Contact Details

Riemer


My Content

1 to 12 of 12 total
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 ...