List of Contributions

MikRED97

Contact Details

MikRED97


My Content

1 to 20 of 50+ total
Posted By MikRED97 May 06, 2026 08:34:53 AM
Found In Egroup: Advanced Software
\ view thread
I originally was using an enumeration for the combo box though that using that doesn't provide the functionality of using a where clause to filter the second combo box in each set as Luben pointed out in this post, which is hunch as a part of what is causing this behavior in conjunction with your idea ...
Posted By MikRED97 May 05, 2026 04:44:00 PM
Found In Egroup: Advanced Software
\ view thread
I have two sets of two combo boxes where the first combo box in a set determines the values available in the second combo box. The interesting thing that I have found with this particular use case is that when I link the selected value of the second combo box to a PLC tag when I restart the optix program ...
Posted By MikRED97 May 04, 2026 03:24:15 PM
Found In Egroup: Advanced Software
\ view thread
Thanks for the info there. I've moved to using objects in a folder so I can have that functionality without having to setup a DB that would have to be initialized each time the project is deployed to a new device. So to do what I am wanting currently this is the method I have used for those following ...
Posted By MikRED97 May 04, 2026 08:22:00 AM
Found In Egroup: Advanced Software
\ view thread
For some background I am trying to setup 2 combo boxes that are using an enumeration as the model in this case the enumeration model would be the same. The first combo box is meant to display all of the Display Names of each value of the enumeration, and the second combo box is meant to show the display ...
Posted By MikRED97 Apr 15, 2026 03:33:00 PM
Found In Egroup: Advanced Software
\ view thread
I was wondering if anyone knows where I might be able to find the firmware to downgrade an OptixEdge from 6.0.3.92 to 6.0.1.168 (this is the version that is available for the OptixPanel that supports 1.6 runtime)? I realized that 6.0.3.92 only supports 1.7 runtime when I tried to deploy a 1.6.5.1 application ...
Posted By MikRED97 Apr 15, 2026 09:44:33 AM
Found In Egroup: Advanced Software
\ view thread
I'll give you an example. Here I have a Motor Object that I reuse and to be able to reference the custom colors defined in the custom session variable you have to use the key value converter that can be created when creating an advanced dynamic link for the element you are trying to assign a color to. ...
Posted By MikRED97 Apr 14, 2026 11:04:31 AM
Found In Egroup: Advanced Software
\ view thread
I did pick up on that. I was able to jump on a call and Seger pointed me to the example application as opposed to the quickstart guide which is what I probably should have started off with from the beginning to understand how all of the puzzle pieces work together. ---------------------------------- ...
Posted By MikRED97 Apr 13, 2026 08:54:31 AM
Found In Egroup: Advanced Software
\ view thread
We're on the same page there. What I was trying to convey in my last post is that in the DataReady library V1.00.02 for Optix 1.6.5.1 had already included the Smart Objects V1.00.01, so following the guide to setup the DataReady library included adding the Smart Objects Library to the project. A somewhat ...
Posted By MikRED97 Apr 13, 2026 08:20:25 AM
Found In Egroup: Advanced Software
\ view thread
@Seger Is there a difference between the Smart Objects included in the DataReady library 1.00.02 and the Smart Objects in 1.00.01? By the looks of things Smart Objects V1.00.01 was included in the DataReady library, since everything including dates on the files seem to be the same once extracted. ...
Posted By MikRED97 Apr 10, 2026 01:56:27 PM
Found In Egroup: Advanced Software
\ view thread
Thanks @Blake Community! No rush on getting someone to respond today, seems like its going to be a Monday problem now this late on a Friday. -------------------------------------------
Posted By MikRED97 Apr 10, 2026 01:39:12 PM
Found In Egroup: Advanced Software
\ view thread
@General Quarters not a bad suggestion there but in the PCDC I'm only able to find 1.00.02 available for download, though per the release notes included in the 1.00.02 release they were available at one point. Looking at the release notes DataReady has only been available since November 2025 and 1.00.02 ...
Posted By MikRED97 Apr 10, 2026 09:30:00 AM
Found In Egroup: Advanced Software
\ view thread
I was digging into DataReady library and have run into a number of roadblocks trying to get everything working. I followed the quick-start guide found in the library documentation and it doesn't seem like I got it working properly. In this instance I started using the optix template in 1.7.1.46 only ...
Posted By MikRED97 Apr 08, 2026 03:14:17 PM
Found In Egroup: Advanced Software
\ view thread
@DeBruler for instances when I'm trying to add such things to libraries I just open the project back in version 1.7.0.804 add what I'd like to the library then go back to 1.7.1.46 since the bug doesn't exist in the original 1.7 release in addition to the fact that optix has no issues opening projects ...
Posted By MikRED97 Apr 07, 2026 09:41:23 AM
Found In Egroup: Advanced Software
\ view thread
@Xavier Florensa that did the trick, I was able to get to the docker cli and reset the portainer admin password. An interesting thing I've run into however is that I'm able to run a couple of docker commands but after running a "docker rm" any subsequent docker command I send from my laptop times out. ...
Posted By MikRED97 Apr 06, 2026 01:36:00 PM
Found In Egroup: Advanced Software
\ view thread
Long story short I was working with an Optix Edge device that we have around the office for testing and setup Portainer a while back. Since then I have forgotten the password I set for it. Portainer has some instructions on how to reset it here. In the past when I have run into situations such as this ...
Posted By MikRED97 Mar 31, 2026 11:58:58 AM
Found In Egroup: Advanced Software
\ view thread
@CodeAssist that was one of number of problems that, after you mentioned that I now have made the connection that 39 is referring to the character number, and not a line number which is what I was thinking originally. I changed the references to those elements in the table and aliases and then found ...
Posted By MikRED97 Mar 30, 2026 03:38:00 PM
Found In Egroup: Advanced Software
\ view thread
I'm at my wit's end currently I'm trying to get the query below to work in a data grid. The interesting thing is when I copy the query out of the error and execute it in a sqlite db browser or in python it executes without a problem using the same sqlite db, hence my conundrum. If anyone could shed some ...