We are focusing on increasing MES compliance on our production floor.
Currently Supervisors view labor activity through a BAQ on their desktop.
We have built a dashboard out of this BAQ to refresh the data every 30 seconds so that you are essentially seeing real time labor activity as operators log various jobs, time, etc. and preventing the supervisor from having to refresh the BAQ manually.
We are wanting to cast this dashboard to a monitor on the production floor for the operators to see as well.
What would be the best approach in doing so without eating up users/licenses for individual departments. We are wanting to avoid having to create a user per department with customizations/filters to the dashboard to only view employees under their supervision.
I would think we are not the only company wanting to accomplish this and someone has already done so.
Thanks for linking those threads Mark, good reads.
I was already planning on bending @jgiese.wci ear next week anyway.
We currently do displays using piSignage, and we are looking at integrating Epicor data to a few of them soon. Traditionally we would just do this in html, as what we want to display is pretty simple and tabular, but these pretty screens are very intriguing.
We have a few micro pc’s running which are hooked up to TVs.
We either create internal web apps or create a stand WPF app via visual studio.
Using the BAQ query it should then be easy enough to grab the data source and publish that into a grid to view. Then just needs a timer on order to re-pull the data on an interval.
WPF app will require install were as web app won’t.