I'm starting to use a lot of Ignition Edge Panel systems in lieu of traditional HMI's, and to keep the cost competitive I need to automate as many parts of the setup as possible - given that a traditional HMI comes basically set up and ready to go out of the box, the engineering time to install and configure a PC is something I need to minimise. I have a batch file which I already use to set up the Windows configuration the way I want it, now I would like to add the "download and install Ignition" bit to it.
I've found the documentation on command line installs which gives me a brief run down and some of the flags I can use.
I've found this forum post which gives details on an additional flag to use to specify Edge edition
And I've found this older forum post which talks about using an options file to specify which modules I want to install.
But I can't find any official documentation on the latter two.
Ultimately what I want to end up with is a script that does the following. Items in standard text I have under control already, I just need to work out the ones in bold:
Downloads the latest version of Ignition
Runs the installer more or less silently (I will probably use a minimal progress bar)
Installs Perspective, Allen-Bradley drivers and the other mission critical modules but nothing else
Selects Edge edition
Configures the firewall
Starts the gateway service
Can anyone help me out with links to documentation I've not been able to find, or more details on things like the options file?
The scripts in a docker image are probably the best resource for the remaining pieces you need. Just be aware that the typical base for such fully-automated installs is Linux, not Windows.
I've not used Docker; I come from an electrical background, not a software one, and I'm the most technical/software-savvy person in my company. We're a small outfit.
And yes, I agree that Linux would be better if it were an option. For reasons unimportant to this question, that's not something I can entertain for most of my applications, unfortunately.
Regardless of where the scripts reside (or what OS I'm running them on), I still need to find the documentation for what I'm trying to do.
I have done all this before, the first thing you do is ditch Windows. Windows doesn't belong on embedded systems, and companies making non-IT people do embedded platform integration with insecure software platform that are not designed for the task is just plain stupid.
I didn't say to use docker, but that its scripts are your best resource for finding the stuff you need. Whatever platform you do.
That makes using Linux even more important, as your odds of producing a reliable, secure system goes way up. If you don't have a huge IT department creating your custom Windows deployment tools, and maintaining security on whatever you end up with, you are [expletive]ed.
Strongly disagree. If you cannot do this properly (and it sounds like you cannot), consider hiring an outside provider to help.
Not everything is formally documented. The docker implementations are effectively documentation, as Linux bash scripts are human-readable.