Changing the language in factoryinsight
Changing the language in factoryinsight, will change the language of, for example, stop reasons in Grafana.
less than a minute
Instructions
Execute the following SQL command to change the configuration:
INSERT INTO configurationtable (customer, languagecode) VALUES ('factoryinsight', 0) ON CONFLICT(customer) DO UPDATE SET languagecode=0;
You can use the following guide:
Executing SQL commands in the United Manufacturing Hub?
Last modified February 17, 2023: update (#208) (ea731fc)