0
Answered

Working raport

Tuomas 9 years ago updated by Ulrik Zakariasson (Software development) 9 years ago 3
Any solution how to get simple working raport from MD3 (our machines have a laptops what have been connected with USB to MD3)?

Machine driver have to measure working hours and other working details into simple raport and then send it to customer or employer with email.

I have made a save button what saves necessary details into special log file. But the problem is to get this log file easily out from MD3.

I know that, it can be done with IQAN RUN, but its still too complicate to machine driver to learn how to use IQAN RUN then go to right function, and copy paste right values to his/her email.

Is it possible to save this working log file into special directory (like MD3/raports) and then plug the MD3 into laptop, go to right folder and send this raport file to customer?

Or any other more easier way to do this?

Answer

PINNED
As Arno suggested, the use of a script created in IQANscript will be a good solution here.
This is how a script for getting the log and saving it to various file formats could look like when you create it:



If you want to take it one step further for simplifying for the driver, you could use IQANcustomize to create a different starting page on IQANrun with a direct link to this script, so that the operator can activate the script with just one click.

The script output (log files) will be stored on the PC in a folder you select in IQANrun
GOOD, I'M SATISFIED
Satisfaction mark by Tuomas 9 years ago
+1
Hi Tuomas,
with IQANscript you can write a small script, which will exactly do that. The script will be saved as a self running file, it can download logs or any other values you want from your MD3 and safe it into a report-file, xml or html.
The driver then has to send this file via e-mail.
IQANscrip is part of the ProductiveStudio.
PINNED
As Arno suggested, the use of a script created in IQANscript will be a good solution here.
This is how a script for getting the log and saving it to various file formats could look like when you create it:



If you want to take it one step further for simplifying for the driver, you could use IQANcustomize to create a different starting page on IQANrun with a direct link to this script, so that the operator can activate the script with just one click.

The script output (log files) will be stored on the PC in a folder you select in IQANrun