List of Contributions

Ron

Contact Details

Ron


My Content

1 to 20 of 48 total
Posted By Ron May 16, 2024 01:12:00 AM
Found In Egroup: Advanced Software
\ view thread
Thanks for the quick response. The line I see is acceptable. I saw this line and wanted to know what it was. And because I saw it, I also wanted to point it out for people with the same problem. It also happens in version 1.4.0.884-ReleaseCandidate. And on the physical runtime on the HMI.
Posted By Ron May 15, 2024 08:51:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello all, I have a problem with the spinbox object. When I change the border color from the default button in the stylesheet, it shows a weird line in the spinbox buttons. The only thing i changes was the border color of the default button style. The line position also changes when the ...
Posted By Ron Mar 26, 2024 03:16:00 AM
Found In Egroup: Advanced Software
\ view thread
It turns out I'm still using an old script that I took out the library in optix version 1.2. That's why the export didn't work. With the new script I'm able to export the alarm. Now I hope my own excel alarm generator still works with this new script. But that's another issue. Thanks for the info.
Posted By Ron Mar 22, 2024 08:33:39 AM
Found In Egroup: Advanced Software
\ view thread
I kind of tried it this way. But when trying to export or import the alarms it doesn't take the variables with it. So I'm a little afraid when I do it this way I will get problems with importing and exporting alarms. At this moment I made some Key converters that looks at the alarm name in optix. So ...
Posted By Ron Mar 13, 2024 10:21:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello all, I have a question about some data management and don't really know the best way to implement this in FactoryTalk Optix. I want to automatically open a popup when an alarm is generated. This popup will show 3 to 5 different causes that could have triggered this alarm. There will also be solution ...
Posted By Ron Feb 28, 2024 12:47:00 AM
Found In Egroup: Advanced Software
\ view thread
I also called Rockwell and made a ticket. They said its already in the list of R&D and they say it should be fixed in V1.4. So I guess I'll have to wait till then,
Posted By Ron Feb 26, 2024 02:22:52 AM
Found In Egroup: Advanced Software
\ view thread
Hello @AutomateSHANE, It looks like the recipe schema gives the problem. When I deselect all the tags in there and try to import my PLC tags, it works. With kind regards, Ron
Posted By Ron Feb 15, 2024 12:53:50 AM
Found In Egroup: Advanced Software
\ view thread
I tried deleting the comm driver. But after saving optix was shutting down. The same was happening when trying to delete the maps inside. Copying the files from the new project to the existing caused an optix crash as well. I already made a ticket as soon as I had this problem but a lot of times ...
Posted By Ron Feb 14, 2024 02:34:50 AM
Found In Egroup: Advanced Software
\ view thread
It looks like importing the tags in a new project does the trick. Do you know if there is a way to move these tags to the already exsisting project. Because there is already a lot of work done in that project. With kind regards, Ron
Posted By Ron Feb 08, 2024 06:19:05 AM
Found In Egroup: Advanced Software
\ view thread
Hello @AutomateSHANE, The optix version is 1.3.0.968 The weird thing is that when I open the import page and don't select anything else then that's already selected. Then do an import and it already gives this error when trying to save again. I use a lot of different UDTs. Bool, Real, DINT, String, ...
Posted By Ron Feb 08, 2024 02:51:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello all, When I'm trying to import my PLC tags from a Studio 5000 program, the import doesn't give an error message or something. But when I try to save the project after this import it gives the following message and doesn't save my project. 08-02-2024 09:40:13.226;ERROR;HMISolution;fe;Exception ...
Posted By Ron Nov 15, 2023 08:39:44 AM
Found In Egroup: Advanced Software
\ view thread
Hello Albert, Those import and export methods are only used for when the hmi is running. It is not a designTimeNetLogic. At this moment we made the recipe handler different then it was intended when I wrote the question so it is not needed for me anymore. ------------------------------ Ron ----- ...
Posted By Ron Nov 10, 2023 03:10:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello everyone, I use scripting to generate objects depending on the plc structure. I used the function SetAlias a lot to connect the object to the right PLC tag. But this was always an alias that I wrote, now I want to write a Dynamic link instead of an alias. How can I do this? This is a part of ...
Posted By Ron Nov 03, 2023 10:02:42 AM
Found In Egroup: Advanced Software
\ view thread
Hello @AutomateSHANE, I'm glad that I'm not the only one that is experiencing this behavior. There is only a small problem and that is that the project is already pretty far in regarding designing. If I want to change the navigation structure, then I need to change the complete project. And when I'm ...
Posted By Ron Nov 03, 2023 08:55:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello everyone, Is there a way to automatically add tags to the recipe schema with scripting? I already add alarms with the alarm importer from the library. I generate a CSV file by checking the complete PLC program on the datatype "AOI_LIB_Event". Does a tag have this datatype, the a row is added ...
Posted By Ron Nov 03, 2023 07:51:14 AM
Found In Egroup: Advanced Software
\ view thread
Hello @Albert Morganti, I took some time to be able to work on the recipes again. I think I found the problem. When looking in "\Nodes\Recipes\recipes.yaml" the recipe values are not available. But I've been testing and think that the SQL database doesn't delete the columns of the recipe values that ...
Posted By Ron Nov 03, 2023 02:43:07 AM
Found In Library: Advanced Software
Posted By Ron Nov 03, 2023 02:43:00 AM
Found In Egroup: Advanced Software
\ view thread
I think i found out where the bug is. I've added two projects to this post. These projects have a simplified navigation structure based on my project. These projects have 3 screens. Screen 1 is loaded in the panel loader of the MainOverview. This screen has a button to navigate to screen2 and opens screen3 ...
Posted By Ron Nov 02, 2023 10:30:29 AM
Found In Egroup: Advanced Software
\ view thread
I know it's a lot of information but I think you understand the most of it. The generation is done in a panel that already exists so that can't be the problem. The reason that the detailed overview has a panelloader inside is because there is a navigation accordion on the right. When this accordion is ...
Posted By Ron Nov 02, 2023 09:19:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello AutomateShane, I have the following structure in the PLC. Process cell Unit 1 (UN) Equipment module 1 (EM) Control module 1 (CM) Control module 2 Control module 3 Equipment module 2 Control module 1 Control module 2 Control module 3 Control module 4 Control module 5 Control ...