List of Contributions

Crowder

Contact Details

Crowder


My Content

1 to 20 of 29 total
Posted By Crowder Jun 16, 2026 03:33:04 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thankfully, we are targeting a PC based device
Posted By Crowder Jun 16, 2026 03:15:55 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I'm using the emulator at the moment, so assuming that the method of looking at memory consumptio is to use Task Manager and the process I'm looking for is Factory Talk Optix Runtime, with optimisation, memory usage is sitting at 380MB, without optimisation, it is sitting at 500MB. Thanks for the ...
Posted By Crowder Jun 16, 2026 02:09:53 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Turning off Tag optimisation resulted in being able to see the entire list. The for loop was to allow for adding of more PackML tags without having to modify the code. What are the benefits of Tag optimisation?
Posted By Crowder Jun 15, 2026 07:41:08 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hiya, understood, I already have the below code in a periodic task, it only sees two of the UDT's private void RefreshTags() ( try ( var allPLCTags = Project.Current.Get("CommDrivers/RAEtherNet_IPDriver1/RAEtherNet_IPStation1/Tags/Controller Tags"); foreach( FTOptix.RAEtherNetIP.TagStructure ...
Posted By Crowder Jun 15, 2026 07:14:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi After searching the forums I have taken to posting. I have been testing my project with limited tags 1 set of PackML Tags and 1 Recipe both types are UDT's. I now have a PLC project with 42 PackML structures. I'm interested in admin tags. When I link through to textboxes on screen in Design ...
Posted By Crowder Jun 10, 2026 02:12:14 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the pointer about not implementing queries as I would expect. this would explain why i couldn't include datetime('now', 'local') in my query. I have tried the suggestion above using the formatter, but can't make it work as I would expect. (this is maybe a me limitation). I did, however, ...
Posted By Crowder Jun 08, 2026 09:41:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi I want to run a query with a concatenation of a couple of fields. My query looks like this SELECT CONCAT(Module,' - ',Id) AS ConditionName FROM "Alarms" WHERE AlarmActive=0 AND LocalActiveTime BETWEEN "2026-06-01T14:45:22.4884360" AND "2026-06-08T14:45:22.4889165" ORDER BY LocalActiveTime DESC ...
Posted By Crowder May 28, 2026 01:37:18 AM
Found In Egroup: FactoryTalk Optix
\ view thread
It appears a reboot of my development machine fixed the issue. No idea. Thanks for the help. -------------------------------------------
Posted By Crowder May 27, 2026 07:10:24 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, Thanks for this, it nudged me in the right direction. I was missing the ( InformationModel.Get() ) I've posted my updated code to hopefully help future people. //Get the Node from alias var settingsNode = LogicObject.GetVariable("Settings"); //Squish the node into my UDT MQTT_Server_Settings ...
Posted By Crowder May 27, 2026 06:14:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi I have created a widget that has an Alias of my Type MQTT_Server_Settings. I use this in my widget to display the settings and update the underlying UDT in Optix. I want to access the underlying Instance of the UDT from a NetLogic Runtime, so I created a variable in my runtime and linked the widget ...
Posted By Crowder May 20, 2026 08:56:30 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I've had a look and I can only see one MQTT broker in my project tree, the logs only show one MQTT Broker starting also. The really odd bit is that I can connect but not send/receive data. I've also tried this on an Optix panel, with the same result. Is there a better way to see any instances ...
Posted By Crowder May 20, 2026 02:58:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Morning, I've come at this with a fresh head. I run two instances of the MQTTX application, they definitely connect ( I tested this by typing the username incorrectly, and it refuses to connect, and also when I stop the emulator, both instances lose connection) I created a test subscription in ...
Posted By Crowder May 19, 2026 10:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi I'm trying an MQTT broker in the emulator, and I'm using port 1969. The broker runs, and from my MQTTX application, I can publish to my test topic. When I try to run a client from NetLogic and subscribe to the test topic, I don't receive any message. I'm wondering if there is an issue with loopback ...
Posted By Crowder May 05, 2026 08:25:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi All, We have a requirement to use 2 Optix Panels to provide UI for a machine, these two panels have a comms driver setup for connection to the Rockwell PLC. We are currently seeing the Optix panels displaying the red crosses where variables should be. presumably some sort of synchronisation isn't ...
Posted By Crowder Apr 28, 2026 04:31:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for this, I have found an solution that involves some C# and some offsets to identify where I need to put my dialog box. Its a shame because it would be really slick to know where the coordinates are. -------------------------------------------
Posted By Crowder Apr 24, 2026 04:54:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I am attempting to get the cursor position when a Mouse Down is detected on an object. this is so I can alter the popup position of a dialog box. Reading I was rather hoping to use the MouseEvent type as a parameter in my code [ExportMethod] public void ClickHandleEvent( MouseEvent ...
Posted By Crowder Apr 01, 2026 05:16:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Gentle bump, to see if you need anything else from me? -------------------------------------------
Posted By Crowder Mar 27, 2026 08:27:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I tried a ZIP file before and it said no, but its worked this time. Any questions please ask. -------------------------------------------
Posted By Crowder Mar 27, 2026 07:08:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, not sure how to get the project file to you as the forum doesn't permit me to upload. requested contact. Thanks -------------------------------------------