List of Contributions

Evandro Ortega

Contact Details

Evandro Ortega


My Content

1 to 20 of 20 total
Posted By Evandro Ortega Aug 27, 2025 04:02:50 PM
Found In Egroup: Advanced Software
\ view thread
Yes, it is possible, but I believe that the IT team updated something and has an effect on the application. I just could not see it in Windows event logs... -------------------------------------------
Posted By Evandro Ortega Aug 26, 2025 02:31:44 PM
Found In Egroup: Advanced Software
\ view thread
Yes, it is running as a service (web). I created a ticket for Rockwell, and they've seen the log files... they said that PLCs refused the connection. It happened just once, so I will let it stand by. If it happens again, I can distribute the stations (as suggested, thank you). Is there ...
Posted By Evandro Ortega Aug 21, 2025 02:51:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello, I have a web solution with FT Optix, and the application clashed with the communication: After resetting some services, the application worked again: I am using RAEtherNet_IPDriver1 for communication (8 stations, many CompactLogix and ControlLogix CPUs). I would like to know ...
Posted By Evandro Ortega Aug 20, 2025 06:47:00 AM
Found In Egroup: Advanced Software
\ view thread
https://www.rockwellautomation.com/en-us/docs/factorytalk-optix/1-6-0/contents-ditamap/creating-projects/database/sql-query/clauses-supported-by-the-select-statement.html Here explains about SELECT clauses... Use the LIMIT OFFSET variant to limit the number of records. The offset is optional ...
Posted By Evandro Ortega May 30, 2025 09:04:00 AM
Found In Egroup: Advanced Software
\ view thread
Excellent, it is working. Thank you!
Posted By Evandro Ortega May 28, 2025 07:56:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello, I would like to know if there is a station property to read the communication status. If possible, send a picture, please.
Posted By Evandro Ortega May 13, 2025 09:10:00 AM
Found In Egroup: Advanced Software
\ view thread
I did it and worked, but I created another object with many bools and linked it at the type object: So, instances receive the same link. Thank you 🙏. ...
Posted By Evandro Ortega May 06, 2025 02:47:00 PM
Found In Egroup: Advanced Software
\ view thread
Ýes, very good... but it seems I can't change a array dynamic link (and that is it, I just would like to read the PLC tags):
Posted By Evandro Ortega May 06, 2025 12:01:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello, I am getting a error when I would like to emulate my application: 2025-05-06 13:24:51.766;FTOptixRuntime;0;Error;133;Exception caught: Cyclic value assignment detected on variable Root/Objects/COI_PC21_PC50_2025_05_06_1/Model/Variables/HMI_Internal/ListWarnings/PC50_Aliment_List_Warn ...
Posted By Evandro Ortega Apr 16, 2025 09:03:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for helping. We just put session object in WebPresentationEngine and session variables worked: We put session variables on current tab index (each navigation panel object):
Posted By Evandro Ortega Apr 10, 2025 08:59:00 AM
Found In Egroup: Advanced Software
\ view thread
I tried to do it, but when the key-value converter uses the "key = 1" or different from 2, the application is closed (maybe because navigation panel is not present in level 1).
Posted By Evandro Ortega Apr 10, 2025 08:52:00 AM
Found In Egroup: Advanced Software
\ view thread
It seems cool, but I am trying to use a session variable and it is not working... maybe something is wrong. These are the details: and I tried to use it calling from session object... If I set the variable into the UI folder, it works but the variable is ...
Posted By Evandro Ortega Apr 08, 2025 03:59:00 PM
Found In Egroup: Advanced Software
\ view thread
I tried to do it, but it doesn't work... I tried to set a button to set the current tab index leve1 and current tab index level 2, and worked (level 1)... ...but worked just to level 1. I think it's because navigation panel level 2 is "loaded" and put the value 0 in ...
Posted By Evandro Ortega Apr 08, 2025 01:13:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello, I would like to change Navigation Panel pages... I know I could use the "Current tab index" property... ...so I put a variable... ...and it works, but, when I run the application to access with 2 browsers (I am using a 1756-CMEE1Y1), one client overlaps ...
Posted By Evandro Ortega Mar 28, 2025 08:54:00 AM
Found In Egroup: Advanced Software
\ view thread
Very good, thanks!
Posted By Evandro Ortega Mar 27, 2025 09:44:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I would like to create a new variable data type in FT Optix with members (like a UDT), but I didn't find something explaining how to do it and examples. For instante... to create a new variable data type "Motor_OnOff".. with members "Start" (bool), "Stop" (bool), Counter ...
Posted By Evandro Ortega Mar 18, 2025 08:35:00 AM
Found In Egroup: Advanced Software
\ view thread
I did something that worked for me. Each group has an unique value and passes to a key-value converter:
Posted By Evandro Ortega Mar 18, 2025 07:13:00 AM
Found In Egroup: Advanced Software
\ view thread
Ok, now I got it... it would be cool if we would have this possibility (like a " switch-case structure with else option"). Thank you so much.
Posted By Evandro Ortega Mar 17, 2025 11:12:00 AM
Found In Egroup: Advanced Software
\ view thread
Yes, but what I want to mean is... I would like to set a "default value" if a key is not found.
Posted By Evandro Ortega Mar 14, 2025 03:24:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello, I would like to know if there is a way to put a "else condition" in a key-value converter. For instance, imagine if a receive a key-value = 100: Best regards, Evandro Ortega.