List of Contributions

Delgado

Contact Details

Delgado


My Content

1 to 20 of 50+ total
Posted By Delgado Jun 22, 2026 12:10:22 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I wanted to let you know I found my problem, I was binding the alias to the data types instead of the variable types. Thanks
Posted By Delgado Jun 22, 2026 07:49:05 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks Lebron, I get the numeric keypad but the issue seems to be when using an alias with a UDT datatype. I am not sure if the issue is that some of the members of the UDT are also a UDT or maybe I am doing something wrong when I set the alias to the UDT.
Posted By Delgado Jun 20, 2026 02:48:12 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I am experiencing a similar issue, but I do not have the extra array position mentioned. I am running version 1.6.2.36. I am creating a panel for a faceplate that uses aliases of user-defined data types (UDTs), as shown in the alias definition below. When I run the application, the keyboard that appears ...
Posted By Delgado Jun 10, 2026 01:48:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Asemlucben, I have the netlogic under the MainWindow and the code is the following: public override void Start() ( // Insert code to be executed when the user-defined logic is started // Get the Recipe Download Status var rcpStatus = Project.Current.GetVariable("Model/Retort1/RecipeDow ...
Posted By Delgado Jun 08, 2026 08:40:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I have a modal dialog that opens based on a tag value through NetLogic under the MainWindow. Everything works fine there are no issues displaying the modal dialog. The dialog includes a button to close it using the built-in close method. However, after the dialog is closed, I am unable to interact ...
Posted By Delgado May 27, 2026 10:25:53 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I wanted to add something that I notice, if I have a native client and I open the dialogbox for the first time and closed it and then I go to a web client and I open the dialog box which should have different values from the native, at first it shows the values from the native client. If I close it and ...
Posted By Delgado May 27, 2026 10:12:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I have a dialog box with 2 variables and I set their value on the start of the dialog box but I notice that the first time I open the dialogbox I don't get the values if I close and reopen the dialog box then I get the values. Thanks -------------------------------------------
Posted By Delgado May 19, 2026 09:07:07 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks Blake, the FTOptix Charger is helping with the optics in my office 😁 ------------------------------------------- ...
Posted By Delgado May 18, 2026 08:09:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, What is Rockwell's official stance on installing multiple software versions on the same computer? How should libraries be managed when they are used across different versions? Thanks -------------------------------------------
Posted By Delgado May 07, 2026 08:02:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
My bad I found my issue, I was scaling the tag twice on the definition and on the text input. -------------------------------------------
Posted By Delgado May 07, 2026 04:34:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Guys, I don't see what I am doing wrong with this expression but it is not working and I don't see any error on the logs. It does not matter if I put parenthesis around the expressions or not like this if (((0) > 0) && ((0) 0 && 1, true,false) to test the && it works or if ((0) > 0 && 0, tr ...
Posted By Delgado May 04, 2026 08:39:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks -------------------------------------------
Posted By Delgado May 04, 2026 08:13:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks Sahabat, what I ended up doing was converting the images on the SVG file to paths and then using the color property in Optix based on the running status. Coverting the object to path they loose some sharpness but not bad. My question is I wonder what would render better performance having 29 svg ...
Posted By Delgado May 02, 2026 09:19:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I have an SVG image that I converted to TinySVG. The svg has layers were I overlay images to show the running status each image shows its id on the SVG Element property. I would like to change the opacity so I can hide the image but it does not seems to be working the top image is always visible ...
Posted By Delgado May 01, 2026 12:45:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I know there is a tech note (QA77022) from Rockwell showing SQL Server 2022 is the highest version supported. Anyone knows if they are working on testing SQL Server 2025 or have tested or using optix panel with SQL 2025. Optix support database driver version 18.4 and microsoft shows that version ...
Posted By Delgado Mar 18, 2026 02:48:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks @Blake Community -------------------------------------------
Posted By Delgado Mar 17, 2026 12:00:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Blake if you still have some I will take one. Thanks -------------------------------------------
Posted By Delgado Mar 17, 2026 08:09:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the quick response -------------------------------------------
Posted By Delgado Mar 17, 2026 06:14:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Is there a way we can define YAxis for the trend and then assign a trend YAxis to the pen. Instead of defining the YAxis for the Pen. The reason for this is that I have multiple pens that will have the same range and I want to assign them to the same Yaxis instead of having multiple axis with ...
Posted By Delgado Mar 16, 2026 09:31:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I have an event link to the MainWindow so when a tag value transition > 0 it will open a dialog box it works find no problem except when the project starts if the value is already > 0 it wont open the dialog box. It looks like event is not firing at the start of the project I assume because ...