LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automated Printing of tables in Sun Solaris

I would like to automatically print a large table of data in Sun Solaris. Currently, I can save the data to an html file, then manually open the browser and print the date. The other option is to use the print window command to print the entire table to one page (which makes it very small for large tables). I am either looking for a way to automatically open the browser and then print the file or a way of printing multiple pages of data in labview?
0 Kudos
Message 1 of 4
(2,629 Views)
I do not know if this will work on sun but it is a pure LabVIEW solution.
Download All
0 Kudos
Message 2 of 4
(2,629 Views)
Thanks for the reply,

The print panel function will print the whole thing but it puts it all on one page. My data is typically 30x30 or 10x60 so it comes out very small. I was hoping there would be some way of forcing it to print on multiple pages. I did consider just displaying a page worth of data (i.e. 10x10 array) print it and then move on to the next chunk of data and print it but that seemed a little painful. I was hoping there would be an "nicer" solution.
0 Kudos
Message 3 of 4
(2,629 Views)
The VI does print on multiple pages on my Windows box. I was hoping that the results would be identical on your Sun box. I looked through the LabVIEW settings and there was nothing that I could see that would affect printing on multiple pages. You might try a different printing method. Open LabVIEW >> tools >> options >> printing. What version on the OS and what version of LabVIEW do you have?
0 Kudos
Message 4 of 4
(2,629 Views)