List of Contributions

King

Contact Details

King


My Content

1 to 8 of 8 total
Posted By King Jun 16, 2026 03:08:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you for your reply. It appears that your export from GX Works2 only includes labels, and not device addresses. Have you had any success with importing device addresses (X/Y/M/D, etc.) into Optix? I am working with Q series PLCs that are running simple projects (no labels) and I need to reference ...
Posted By King Jun 15, 2026 10:54:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@General Quarters, I tried this myself with a direct export from GX Works2 and not opening the file at all prior to importing. I received the following error: This is using FT Optix version 1.7.3.39.
Posted By King Mar 10, 2026 07:56:00 AM
Found In Egroup: Automation Control
\ view thread
1. @JeremyM I am trying to subdivide an alarm set within a given program/controller into, for example, "Warning" alarms which may trigger certain events but keep the system running, and "Shutdown" level alarms which initiate a shutdown sequence or other events. I would like to be able to read, for example, ...
Posted By King Mar 03, 2026 07:34:00 AM
Found In Egroup: Automation Control
\ view thread
I had considered something like this, however this would involve reinventing our existing (functional) alarm structure without much added benefit. I was hoping to find a way to bake standard alarms/warnings into the AOIs/UDTs that we use on 90% of our applications and eventually negate the need for a ...
Posted By King Mar 02, 2026 03:48:00 PM
Found In Egroup: Automation Control
\ view thread
Hello, I am experimenting with the tag-based alarm manager within Logix Designer (v38) and I am getting hung up on a couple of specific points, the main point being the monitoring and control of alarm sets. For context, our traditional alarm setup in a machine has two instances of the same "Alarms" ...
Posted By King Aug 29, 2025 11:30:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you @AutomateSHANE, the code you provided worked perfectly. -------------------------------------------
Posted By King Aug 20, 2025 02:29:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
@AutomateSHANE, it looks like there may be a naming inconsistency between the cheat sheet sample that I was using and the method you used. The code you provided takes an array index as an argument, but it is an argument for a 1D array index of the variable from which the link is referencing data. This ...
Posted By King Aug 20, 2025 12:36:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello, I am trying to get the hang of creating/modifying dynamic links via DesignTime NetLogic scripting. I have a panel object with a variable "PL_Active" of type String[10,33] and a DesignTime NetLogic script. I am trying to link a single element of this 2D array (element [1,4] in the example ...