List of Contributions

MGC

Contact Details

MGC


My Content

1 to 20 of 27 total
Posted By MGC Jul 31, 2026 12:35:42 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, it is the same functionality, that I am looking for in FTOptix.
Posted By MGC Jul 29, 2026 03:13:56 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I currently use the Sort Column property, but is there really no way to sort multiple columns for alarms? Is it something, that will be supported in the future?
Posted By MGC Jul 29, 2026 02:18:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi all, I have an alarmsdatagrid, that I would like to sort by two columns - first by if they are acknowledged (so unacknowledged alarms are always at the top) and then secondly by timestamp. So something like ORDER BY AckedState DESC, Timestamp However I can read in other threads, that Localized ...
Posted By MGC May 22, 2026 06:12:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you for your answer. Is there plans to add the sorting functionality to the Listview in the future? And if so, do you know the approximate timeline? -------------------------------------------
Posted By MGC May 22, 2026 03:17:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I am using a listview and would like to sort the listview by an integer. My object consists of an integer and a string like this: I set up the listview in the following way and set the query to order by the integer value: However I get the following error: Data control Root/Objects/New ...
Posted By MGC May 05, 2026 08:12:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, Is it possible to use .MoveUp() in a runtime script to move objects in a VerticalLayout? Or is there another function to be used to move objects in a VerticalLayout? -------------------------------------------
Posted By MGC Apr 22, 2026 10:53:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Flareux Did you ever manage to do this? I am having a similar issue, where I have hundreds of "machines", so making a new object and linking each one would be quite tedious.
Posted By MGC Mar 12, 2026 06:41:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
That's perfect, thank you! -------------------------------------------
Posted By MGC Mar 12, 2026 02:51:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
That makes sense, but is there some documentation or something, where I can read about these "hidden" functions? -------------------------------------------
Posted By MGC Mar 11, 2026 12:01:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I am using the alarm manager widget, could someone help me understand, how these links are working? As far as I can tell, when I try to add a dynamic link, the RetainedAlarms object only contains the localized alarms pointer and not these counters. I am guessing, they are added to the RetainedAlarms ...
Posted By MGC Mar 03, 2026 01:11:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi! I occasionally also get this error, however, for me, it happens, if I get the "Process exceeded the timeout" warning, when the netlogic is building: 10-11-2025 09:19:32.389;WARNING;HMISolution;22e0012;Process 18204 exceeded the timeout.;; 10-11-2025 09:19:32.646;INFO;NetHelper;;User .NET solution ...
Posted By MGC Feb 26, 2026 02:48:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi all, Is there a way to change the anonymous user name? My client want the default user to always be called "operator", so the user is never "anonymous". Operators should not log in. -------------------------------------------
Posted By MGC Jan 14, 2026 01:54:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Ah, I had completely overlooked the setting to use node path in NodeIds. Thank you for your help, I got it to work now. Is there plans for function keys to be integrated into Optix in the future? -------------------------------------------
Posted By MGC Jan 14, 2026 01:12:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Acconding to the runtime sizing tool, 1 client for the Optix server is 1 token - am I reading the sizing tool incorrectly? I did try to make the python script work, however I have not worked with the OPC server in Optix before. asemlucben do you think, you could share, how you set up the OPC UA server ...
Posted By MGC Jan 13, 2026 04:07:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Kamerling, Did you ever manage to make some function keys without a OPC server? I'm in the same situation as you were. -------------------------------------------
Posted By MGC Dec 09, 2025 02:16:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you! -------------------------------------------
Posted By MGC Dec 05, 2025 06:51:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi all, I have an issue with setting a dynamic link on an object in Netlogic. I have made a type of Panel called "AI", which contains a variable called "Tag" that is a NodeId. I am attempting to make a DesignTime script, that sets a dynamic link between the "Tag" variable and a PLC tag with the ...
Posted By MGC Sep 16, 2025 04:05:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I found the issue, so please disregard this post. The format for DateTime is very different in the database, than when it is pulled from the database.
Posted By MGC Aug 05, 2025 01:35:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Shane, I do a remote access local connection to the optix panel from my PC, and then take a screenshot. Then I just use a graphics program (like paint 3d) to get the hex code of the color shown on the screen shot. If I do this on the emulator, the hex code is the same as the one I have input in ...
Posted By MGC Jul 28, 2025 01:28:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi all, I have an issue with the OptixPanel. I have a specific color, that the customer want to use for their background. When I type in the hex code for the color on optix, and deploy to the emulator, I get the correct background color. However, when deploying the exact same project on to my OptixPanel ...