paper: csv file converter for Dashboard Monitor

Thread created automatically to discuss a document in CD-Media.

csv file converter for Dashboard Monitor
by: GreenDice

_dsh2csv program converts a recorded .dsh file (from Dashboard Monitor)
to a comma seperated value (.csv) file. You can import a .csv file
into your spreadsheet program or your own tools for further analysis.

dsh2csv program runs in a DOS shell.

Syntax:
dsh2csv [-oi|-rc] infilename [start…_

dsh2csv program converts a recorded .dsh file (from Dashboard Monitor)
to a comma seperated value (.csv) file. You can import a .csv file
into your spreadsheet program or your own tools for further analysis.

dsh2csv program runs in a DOS shell.

Syntax:
dsh2csv [-oi|-rc] infilename [start_rec num_rec]

-oi specifies the .dsh file was recorded from Operator Interface Dashboard port (default)
-rc specifies the .dsh file was recorded from Robot Controller programming port

Examples:
dsh2csv Jan30.dsh > Jan30.csv (convert all records, up to 65536 records,
into Jan30.csv)

dsh2csv Jan30.dsh 100 50 > Jan30.csv (convert records, #100-#149, into Jan30.csv)

Note: the characters “>” above really are “greater than” signs. It pipes the output to the file Jan30.csv.

1012312529dsh2csv.zip (35.6 KB)