List of Contributions

Zach The'

Contact Details

Zach The'


My Content

1 to 9 of 9 total
Posted By Zach The' Jun 29, 2023 09:26:00 AM
Found In Egroup: Advanced Software
\ view thread
Is there a way to get information about the PC/server/panel that the Optix Runtime is on and info on the program itself? Hoping to make an "about this application & system" page ------------------------------ Zach The' ------------------------------
Posted By Zach The' Jun 28, 2023 02:27:00 PM
Found In Egroup: Advanced Software
\ view thread
Oh also, I have the default user selection screen with the dropdown and a second dropdown for selecting a user to select users to modify passwords for, but the second drop down doesn't populate even though it's the same dynamic link. If I link it to the user folder directly it populates but returns error ...
Posted By Zach The' Jun 28, 2023 01:55:00 PM
Found In Egroup: Advanced Software
\ view thread
I would like to make popups based on NetLogic code (specifically for the change user password panels of the login library), my best guess is this section is responsible but it doesn't close the panel var parentDialog = Owner.Owner?.Owner?.Owner as Dialog; if (parentDialog != null && result.Success) ...
Posted By Zach The' Jun 28, 2023 08:17:00 AM
Found In Egroup: Advanced Software
\ view thread
Do you know what all the operation codes are? I hooked it up assuming 1 is connected and 0 is not connected which seems to work but that table shows 4 possible states ------------------------------ Zach The' ------------------------------
Posted By Zach The' Jun 27, 2023 03:02:00 PM
Found In Egroup: Advanced Software
\ view thread
And in general is there a way to put equations or conditions into the booleans for things, like can I disable a button if user!=admin ------------------------------ Zach The' ------------------------------
Posted By Zach The' Jun 27, 2023 02:43:00 PM
Found In Egroup: Advanced Software
\ view thread
I am trying to make a readout for if the PLC is connected, where if it is then it would say CONNECTED in static green but if the heartbeat drops then it would say DISCONNECTED in flashing red, how can I use the same local tag PLC_connected to enable both? Is there some hidden function to use as inverted ...
Posted By Zach The' Jun 27, 2023 09:57:00 AM
Found In Egroup: Advanced Software
\ view thread
Much appreciated guys! ------------------------------ Zach The' ------------------------------
Posted By Zach The' Jun 26, 2023 10:54:00 AM
Found In Egroup: Advanced Software
\ view thread
EDIT: added the product to the title to make it clearer -FL I'm trying to put a system time clock in the corner of my HMI but I'm having some trouble with it Current process is I have a System1 under the default System folder so I can get a DateTime variable then I link it to Date and time Base control ...
Posted By Zach The' Jun 23, 2023 12:15:00 PM
Found In Egroup: Advanced Software
\ view thread
I was trying to follow the Optix Getting Started tutorials and using the Alarm Grid causes the following error, it still acknowledges and confirms the alarms but every time I press one of the built in buttons one of these comes up Cheers, Zach 2023-06-23 ...