05-26-2014 10:29 PM
As attached is the program where the user will record the data and save it onto a log file, it will then be printed on the main vi as this is just a subvi.
Problem lies at when it is saving onto the log file, the excel file is being compressed to narrow version. Is there any way to retain the original size?
05-27-2014 02:49 AM
05-27-2014 03:17 AM
for now, it was printed out in a narrower version in the VI than I printed out directly from excel itself.
is it that the string is being wrapped when it is being saved onto the excel file, then when it is finally done the printing becomes narrow?
05-28-2014 03:20 PM
Do you mean the worksheet orientation? Portrait vs landscape? This can be set in the Set Report Orientation and after performing the save I believe the file will retain that information.
Also you may want to look into a state machine. Your code is quite nested and maybe hard to follow and update.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-28-2014 03:28 PM
If you cawant to set the cell widths use "set cell dimention.vi"