List of Contributions

Layden

Contact Details

Layden


My Content

1 to 9 of 9 total
Posted By Layden Mar 27, 2026 03:21:33 PM
Found In Egroup: Advanced Software
\ view thread
That did the trick, thanks so much! Shawn -------------------------------------------
Posted By Layden Mar 26, 2026 11:24:08 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I'm having a similar issue that I don't know the syntax for - I have an array of UDTs that I've imported into Netlogic per your suggestion above, and I trying to do a FOR loop to walk through the array and read the value from the tags at each index. I'm getting a "Cannot apply indexing with ...
Posted By Layden Feb 18, 2026 09:01:14 AM
Found In Egroup: Advanced Software
\ view thread
Thanks! I'll dig through these and the boiler demo today and see if they spark follow-up questions. -------------------------------------------
Posted By Layden Feb 16, 2026 04:15:00 PM
Found In Egroup: Advanced Software
\ view thread
Got what should be a simple question but I can't figure out to save my life. I'm trying to scale my runtime window to match whatever display it's put on, but seemingly whatever combination of Screens and Scale Layout objects I use, it's stuck stubbornly with the 1280x800 pixels I have defined on my Main ...
Posted By Layden Feb 11, 2026 11:18:52 AM
Found In Egroup: Advanced Software
\ view thread
That's a great find! I've started testing and I definitely think this command can be used to accomplish what I'm going for. On actual implementation, I'm hitting some weird snags. Chief among them is that I can't find a valid Enter command to reliably trigger the Modified Text events on the text ...
Posted By Layden Feb 02, 2026 12:04:51 PM
Found In Egroup: Advanced Software
\ view thread
Ok, I'll give that a shot. Thanks! -------------------------------------------
Posted By Layden Feb 02, 2026 09:53:44 AM
Found In Egroup: Advanced Software
\ view thread
Hi Shane, Thanks for the clarification! Accessing the .text property would almost certainly be sufficient for my purpose, especially if I can also access the .bordercolor property to clearly show which text box is queued to "receive" input. I have the USB device connected directly to the runtime ...
Posted By Layden Feb 02, 2026 09:18:30 AM
Found In Egroup: Advanced Software
\ view thread
What would be your take on the best way to simulate that effect until that command exists? If nothing is focused, is there a way capture input coming from a USB device? If so, I think I can at least capture the worst of the repeated data entry scanning. -------------------------------------------
Posted By Layden Feb 02, 2026 09:01:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I'm a fairly new PLC programmer, writing a program using Studio5000 and FT Optix. My runtime operator input will come primarily through a USB barcode scanner, so I'm looking for a use OnPanelLoad or OnValueChange events to give focus to a text box or other user-input field without having to ...