List of Contributions

MikRED97

Contact Details

MikRED97


My Content

1 to 20 of 50+ total
Posted By MikRED97 Mar 18, 2026 04:08:00 PM
Found In Egroup: Advanced Software
\ view thread
Opened up one of the SQLite DBs generated by Optix in a DB browser and found the answer to my second question to be that timestamps are indeed in in iso8601 format. -------------------------------------------
Posted By MikRED97 Mar 18, 2026 11:33:16 AM
Found In Egroup: Advanced Software
\ view thread
@PaulGallagher what type of PLC are your using? (I'm assuming one that runs logix) In the case you're using a logix processor what version of logix are you running? If you're running V34+ there is a they added both DT and TIME datatypes in that update where the TIME datatype is equivalent to the duration ...
Posted By MikRED97 Mar 18, 2026 11:26:00 AM
Found In Egroup: Advanced Software
\ view thread
My escapades of playing around with embedded databases in optix continue. I have been working on database structure for one of the projects I've been working on utilizing some SQLite DB tools outside of Optix where I've been using Primary and Foreign Keys to make connections between database tables. ...
Posted By MikRED97 Mar 13, 2026 09:41:25 AM
Found In Egroup: Advanced Software
\ view thread
I have also experienced instances where doing heavier operations, in the UI in my case,where an x86 runtime is able to handle it without issue whereas when running on arm64 on a Optix panel is a bit more sluggish. In some of those cases it has led me to approach how I implemented it differently though ...
Posted By MikRED97 Mar 12, 2026 09:44:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm starting to dive a bit deeper into databases on Optix. Most of my experience with databases and SQL has happened outside of optix, namely python and MSSQL, so some of the standard practices I like to follow the may or may not be directly applicable. One of those things that was driven into me when ...
Posted By MikRED97 Mar 11, 2026 10:56:25 AM
Found In Egroup: Advanced Software
\ view thread
That explanation is perfect and provides the context to be able to do what I was expecting. Thanks! -------------------------------------------
Posted By MikRED97 Mar 11, 2026 09:45:01 AM
Found In Egroup: Advanced Software
\ view thread
That's exactly what I was looking for. It would be convenient if that information could be included on the tool tip when configuring a web presentation engine. @asemlucben A follow up question that I was posed by a colleague yesterday in a similar vein is about the web presentation engine on an ...
Posted By MikRED97 Mar 11, 2026 08:47:00 AM
Found In Egroup: Advanced Software
\ view thread
I have a single optix application that is deployed to multiple optix panels and have a web presentation engine enabled for the project. Currently I have to change the IP address manually each time a deploy to any of the optix panels and am trying to remove that step when deploying. At first glance ...
Posted By MikRED97 Mar 05, 2026 10:33:47 AM
Found In Egroup: Advanced Software
\ view thread
@Jacobson In my application I was also using an optix panel. From my experience if it works emulator it should work on the optix panel without a hitch. Do you have your optix panel running the latest firmware? It seems like you may have found a bit of an edge case. I'm not privy to what would be ...
Posted By MikRED97 Mar 05, 2026 10:15:58 AM
Found In Egroup: Advanced Software
\ view thread
asemluben beat me to it. Retentively will take care of reboots. As mentioned by asemluben it seems like you may have your model variable isn't linked to correct item when it comes to the information not persisting when changing pages. Here's a link to the documentation about creating a retentive storage ...
Posted By MikRED97 Feb 27, 2026 08:59:27 AM
Found In Egroup: Advanced Software
\ view thread
@fuzzy logic thanks for the response! *facepalm* -------------------------------------------
Posted By MikRED97 Feb 27, 2026 08:32:27 AM
Found In Egroup: Advanced Software
\ view thread
@asemlucben see attached. I was just working on doing that when I got the notification about your post. @Blake Community Unrelated note, you can't upload optixz files to engage... -------------------------------------------
Posted By MikRED97 Feb 27, 2026 07:48:11 AM
Found In Egroup: Advanced Software
\ view thread
Correct. At first it was a variant of another object with a different name, which then led me to just creating a generic new object with a different PLC UDT as the alias which caused the same error to occur. As mentioned it doesn't occur on 1.7.0.804. @asemlucben @CodeAssist is there a more correct ...
Posted By MikRED97 Feb 26, 2026 02:57:00 PM
Found In Egroup: Advanced Software
\ view thread
Since I have started using Netlogic a bit more frequently as of late I have found that I have needed to lookup the appropriate Browse Names for elements in optix. I know they can be found here in the help documentation though I have found it frustrating attempting to find some elements since there isn't ...
Posted By MikRED97 Feb 26, 2026 12:40:00 PM
Found In Egroup: Advanced Software
\ view thread
I was attempting to move an object into a template library that has an alias whose type is defined as a variable type from a PLC UDT. When moving it to the template library it causes the following error: FTOptixStudio;10;Error;0;Exception caught: Cloned node is expected to be equivalent to the base ...
Posted By MikRED97 Feb 26, 2026 12:09:16 PM
Found In Egroup: Advanced Software
\ view thread
@CodeAssist thanks for your thoughtful reply. I'm on the fresher side when it comes to industrial controls world and have more background contemporary object oriented programming. I believe the approach of having a delayed task is what I'll look at first. I want to make sure I understand when the ...
Posted By MikRED97 Feb 26, 2026 09:05:48 AM
Found In Egroup: Advanced Software
\ view thread
@CodeAssist This is exactly what I was looking for. One question that I have after looking at both of those projects would be what would be the most appropriate way to run the netlogix code to generate the objects automatically when a screen is loaded without the need for interaction from the user? In ...
Posted By MikRED97 Feb 26, 2026 08:13:54 AM
Found In Egroup: Advanced Software
\ view thread
I definitely found optix to be powerful and flexible. I just haven't gotten too deep into the netlogix side of things so I am likely doing things the heavier way and am starting to work on optimizing my applications to be a bit better suited for running on optixpanels by leveraging netlogix a bit more. ...
Posted By MikRED97 Feb 25, 2026 02:29:00 PM
Found In Egroup: Advanced Software
\ view thread
I was curious if anyone was aware of any example projects that were available that utilized dynamic object loading with Netlogic with the methods described in the best practices here and in the netlogix cheat sheet here. In my use case I have created a Motor MOA object some nested objects that are displayed ...