PROBI
Il servizio ProBI fornisce strumenti per l’analisi dei dati estratti dalle tabelle del database. Gestisce tutte le funzionalità di analisi, inclusa la creazione di grafici e l’elaborazione di target di produzione. Un malfunzionamento di ProBI impedisce l’accesso alle analisi e ai report.
Raccolta di informazioni utili ad impostare e lavorare con ProBi.
Dashboard
Per aggiungere un kpi alla dashboard è necessario inserirlo in
C:\PROROB\bin\ProNet-IoT\ProWeb\@server\pages\kpi_dashboard
ne è un esempio:
[
{
"widget_kind": "kpi_chart",
"height": 400,
"minWidth": 800,
"widget_config": {
"function_call": "wc_oee",
"config": {
"by_wc": "divided_by"
},
"order": "alphabetical"
}
},
{
"widget_kind": "kpi_chart",
"height": 400,
"minWidth": 800,
"widget_config": {
"function_call": "wc_productivity",
"config": {
"by_wc": "divided_by"
}
}
},
{
"widget_kind": "kpi_chart",
"height": 400,
"minWidth": 800,
"widget_config": {
"function_call": "daily_op_working_time",
"config": {
"by_operator": "divided_by"
},
"target": "operator"
}
},
{
"widget_kind": "kpi_chart",
"height": 400,
"minWidth": 800,
"widget_config": {
"function_call": "wc_throughput",
"config": {
"by_wc": "divided_by"
},
"target": "workcenter"
}
},
{
"widget_kind": "kpi_chart",
"height": 400,
"minWidth": 800,
"widget_config": {
"function_call": "wc_daily_energy_intensity",
"config": {
"by_wc": "divided_by"
}
}
},
{
"widget_kind": "kpi_chart",
"height": 400,
"minWidth": 800,
"widget_config": {
"function_call": "daily_wc_non_working_cost",
"config": {
"by_wc": "divided_by"
}
}
}
]
N.B. La larghezza del grafico determina effettivamente quanti possono stare sulla stessa riga, va quindi fatta attenzione alla risoluzione della macchina in questione.