List of Contributions

Moreira

Contact Details

Moreira


My Content

1 to 20 of 23 total
Posted By Moreira Aug 14, 2026 08:13:52 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Amazing job! Thank you very much and congratulations.
Posted By Moreira Feb 02, 2026 09:33:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Those Columns were created in the InfluxDB and populated by OPTIX datalogger. In my project I'm only writing the value of a tag, and the DB has it's own TimeStamp (_time), and when I change the tag value it adds a row with that Timestamp. What I would like to know is if it is possible to read that ...
Posted By Moreira Feb 02, 2026 09:04:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
That was already done: -------------------------------------------
Posted By Moreira Feb 02, 2026 08:43:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, here is the query I want to display all the rows. I have configured the DB this way: I can read the tag "value", but the tag "time" shows nothing on the datagrid: -------------------------------------------
Posted By Moreira Feb 02, 2026 06:24:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi all, First of all I'm quite new to Influx, so I might not be doing this the correct way... I just want to read a value, and its timestamp from an InfluxDB I have nodered to write in the DB, and want to read it on Optix: At the moment I can read and display on a DataGrid ...
Posted By Moreira Nov 25, 2025 08:07:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I don't know if it possible for you, but if we're talking about boolean alarms, maybe combine it on Dwords, and then splitting it on Optix, would make the communication faster -------------------------------------------
Posted By Moreira Nov 21, 2025 08:41:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Maybe I didn't make myself clear. What I would like to do, is to export from one panel to another panel, both in runtime, so the customer could do it with a USB by himself, without uploadind /downloading the project. -------------------------------------------
Posted By Moreira Nov 21, 2025 08:00:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello all, Is it possible to export/import Users security data on Runtime? The idea is on a multi-panel production line, being able to export from one panel, and impor it to another one. Thanks -------------------------------------------
Posted By Moreira Nov 21, 2025 06:25:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Adam, I would like to implement exactly what you were looking for, having two controllers in a projet, and then being able to select which one I want to use. Can you share some screens of the final solution? I read all the posts, but didn't quite understand how you finally made it. ...
Posted By Moreira Sep 23, 2025 11:24:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you guys. Finished up with no errors. Created a tag of type LocalizedText binded to RecipeController/RecipeName. Binded Combobox and ListBox, Selected value to this tag, works fine. Now just have to try to split the recipe fields on multiple screens, if Ihave a problem I will get ...
Posted By Moreira Sep 23, 2025 10:04:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Looks similar to the sample -------------------------------------------
Posted By Moreira Sep 23, 2025 10:03:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
-------------------------------------------
Posted By Moreira Sep 23, 2025 10:02:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
-------------------------------------------
Posted By Moreira Sep 23, 2025 09:20:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks again. I think I did everything right, but I get the followign error: 2025-09-23 15:14:16.51;FTOptix.NetLogic;223;Warning;3;Error executing method Start() in NetLogic Root/Objects/TesteAreus/UI/NativePresentationEngine/Sessions/Session-8df5b17f365f118da61506caab0fdcb8/UIRoot/Naviga ...
Posted By Moreira Sep 23, 2025 08:07:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks a lot for the answer. I'm trying to adapt the sample project to my needs. I have seen that in your sample the Recipe controller is on the NetLogic folder. When I "Execute Setup" on the Recipe Editor, is always builds the Recipe controller on the current screen. How can I move it to the ...
Posted By Moreira Sep 23, 2025 03:34:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello all, I'm working with Optix Recipe editor widget. As my recipe is quite big, I want to display and change it's values on multiple screens. The only way I found to do it, was to have a Recipe Editor on each screen, with the same recipe schema. The problem is everytime I change ...
Posted By Moreira Sep 10, 2025 05:30:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks, I will do that with a PLC tag. My customers are working mostly with Optix panels, and I try to avoid scripts as much as I can, to save the panel resources. -------------------------------------------
Posted By Moreira Sep 08, 2025 07:28:00 AM
Found In Egroup: Drives, Motion Control & Low Voltage Products
\ view thread
Thanks Vincent! -------------------------------------------
Posted By Moreira Sep 08, 2025 03:42:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
It is a bit weird... I cannot get a number animation to change the value of a local tag (analof variable) I cannot get a number animation to change the value of the multistate "States" propertie However the number animation works perfectly with any other propertie of the multistate object, ...
Posted By Moreira Sep 05, 2025 06:24:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi all, I'm able to use Optix Number Animations to change object width, height, etc... Now I would like to have a multistate image with 5 states, and use Number animation to go throught all the states. I have tried to point the animation target to the multistate State Value, but ...