List of Contributions

King

Contact Details

King


My Content

1 to 4 of 4 total
Posted By King Mar 02, 2026 03:47:50 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:29:50 AM
Found In Egroup: Advanced Software
\ view thread
Thank you @AutomateSHANE, the code you provided worked perfectly. -------------------------------------------
Posted By King Aug 20, 2025 02:29:00 PM
Found In Egroup: Advanced Software
\ 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: Advanced Software
\ 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 below) ...