I have a ignition project that serves as HMI for 9 similar machines. Each machine has a panel PC on which I launch the client.
To link the client to a machine I have a client tag with a machine number.
Every time I start up a client it automatically comes up with the machine number I entered the first time I created the project.
How can I make each client to “remember” the machine number that was in the client tag before the client was shut down?
Another option is, in Client Events Scripts - Shutdown, to store the client tag value in a file local to the computer (for Windows 7, use C:\users\public) and later, in Client Event Scripts - Startup, read from the same file to populate the Client tag.