Show pageOld revisionsBacklinksExport to PDFODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Regional Server configuration ====== * copia dell'applicazione www; (es: syncwebapp.sh franke andon 10.100.145.20 0 next fip andon) fip --> sigla stabilimento * aggiunta database andon_XXX dove XXX è il codice del plant (es: andon_FIP -> Peschiera); ====== Plant configuration ====== ===== Agents platforms ===== * Nel database verificare che nella tabella **operato** siano presenti i nomi precisi degli agenti **simpmovi** e **fermistp** ===== WebApp ===== * modifica del file /www/webapp/franke/andon/.htaccess in accordo all'url dell'applicazione (es: fft/andon -> rewrite_rule fft/andon, no franke/andon); * modifica del file /www/webapp/franke/andon/application/config/config.php -> $config['site_basepath']= '/isw/webapp/fft/andon/'; * wip-settings: menu -> filename: 'menu-ffo.json' * wip-settings: agconf -> nomi agenti per le funzionalità; * wip-settings: dbmon -> configurazione porta DBMON; ===== Server ===== * /etc/crontab: aggiungere il check del ping dei dispositivi su pclive; \\ <code bash>5 * * * * next curl http://SERVER-IP/isw/webapp/CLI/PRJ/pclive/checkall</code> * bin/custom/backup: aggiungere il backup del database; ====== Line configuration ====== * inserimento dipartimenti tramite interfaccia; * inserimento nuove linee tramite interfaccia; ====== Testing ====== * insert/edit department; * insert/edit production line; * insert/edit production order and an article; * insert/edit shift; * insert/edit/copy scheduled pause; * insert/edit NON-compliant cause; ====== GO LIVE ====== * eseguire query come segue, facendo estrema attenzione alla corretta apposizione del TM e del CODUBI di interesse <code sql> delete from lottim where codice in (select codlot from movimag where codcau = 'PREL' and codubi = 'CODUBI' and tm < TM); delete from movimag where tm < TM and codubi = 'CODUBI'; delete from dimension where d1 = 'CODUBI' and tm <= TM; </code> * attivare il calcolo OEE e impostare i tmbgn alla mezzanotte del giorno di interesse (si può usare il TM del go live) #oeeconfgrid; * importare le ubicazioni per OEE overview del plant di interesse tramite la seguente (CODUBI_LIST=codubi dei plant divisi da virgola) (es: FFT,FBS) <code bash> curl "http://127.0.0.1/isw/webapp/franke/andon/iaf/tell/centubi/centubi/T(CODUBI_LIST)/NULL/0" </code> * questa curl invece importa solo le ubicazioni sulla tabella dbubi <code bash> curl "http://127.0.0.1/isw/webapp/franke/andon/iaf/tell/centubi/localubi/T(CODUBI_LIST)/NULL/0" </code> * verificare che vengano mostrati i dati della linea specifica; cli/franke/config_new.txt Last modified: 2020/03/31 11:38by a.bergantino