List of Contributions

Mehringer

Contact Details

Mehringer


My Content

1 to 8 of 8 total
Posted By Mehringer Sep 20, 2023 07:14:56 AM
Found In Egroup: Advanced Software
\ view thread
I'm wondering if it is related to the dev server I'm working on not having any entitlements activated. Does the FT Optix / Runtime instance you are working with have an entitlement installed/activated? Appreciate all the help! ------------------------------ Mehringer ------------------------ ...
Posted By Mehringer Sep 19, 2023 03:48:44 PM
Found In Egroup: Advanced Software
\ view thread
Thank you for the response. I did install the runtime tools and the "FactoryTalk Optix Application Update Service" was installed. I was also able to deploy the application to the server (actually "localhost", FT Optix Studio runs on the same server that will run the application). I had to make the ...
Posted By Mehringer Sep 13, 2023 05:05:00 PM
Found In Egroup: Advanced Software
\ view thread
Thank for the response and the link to GitHub. There are some good examples available there. I was able to work around my challenge related to the scope of the "LogicObject" by utilizing the following code. Not the most elegant, but it does work well as a way to get the current NetLogic Node if LogicObject ...
Posted By Mehringer Sep 11, 2023 06:57:36 AM
Found In Egroup: Advanced Software
\ view thread
I essentially need to run the FT Optix .EXE as a Widnows Service on a server in an IT data center. The program needs to start when the server starts and then continuously monitor PLC tags for value changes. When the tag value changes, then other events/integrations will occur. An added benefit would ...
Posted By Mehringer Sep 07, 2023 09:23:32 AM
Found In Egroup: Advanced Software
\ view thread
Thanks for the suggestion. I actually found the same StackOverflow post and tried it, but didn't have any success. From that same post it says the .EXE in "binPath" still have to be designed to support being ran as a service, which I don't think the built FT Optix .EXE is because I'm getting the below ...
Posted By Mehringer Sep 06, 2023 03:22:00 PM
Found In Egroup: Advanced Software
\ view thread
Does anyone know if it's possible to deploy an FT Optix application in a way that it will be ran as a Windows Service (run on startup, respond to start/stop/restart, etc.)? I need the FT Optix program to essentially run as a service on a server with occasional access via Chrome web browser.
Posted By Mehringer Sep 01, 2023 09:25:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm working on a project that requires use of NetLogic for making web calls and logging results. I have some Objects with associated Runtime NetLogic (NetLogic "A") that are calling methods in another Runtime NetLogic (NetLogic "B"). In NetLogic "A", references to "LogicObject" (for NetLogic "A") work ...
Posted By Mehringer Aug 29, 2023 01:13:00 PM
Found In Egroup: Advanced Software
\ view thread
All, I'm trying to utilize FT Optix as an interface application that will mostly run without a UI component. Essentially, FT Optix will be looking at some PLC tags, and when those tags change, it will do something. Since this will not have a UI, the log files will be critical for monitoring/troubleshooting ...