Hi Torsten, I'm new user 3070. I have many problem. Firstly, my customer gave me a testplan and my function is install them into system. I found the printer didn't print out when found failure. So, I have to edit something in testplan but I don't know how to do.
Secondly, I want to keep all record into log file.
Please kindly advice two problem. Thank you advance, JAck
For the print out, the regular testsmain has the followin code:
Eject_Ticket: image 13/
if panelfailed then if Using_Buffered_Reporting then for I = 1 to Number_Boards_On_Panel-1 board number is I if boardfailed then report out next I board number is Number_Boards_On_Panel report using Eject_Ticket report out else report using Eject_Ticket end if end if copy Report_Printer$ over "/dev/rpr1"
In this routine, the "Eject_Ticket: image 13/" command inserts a lot of extra empty lines on the paper so you don't cut the paper in the middle of your failure message, by calling it with the "report using Eject_Ticket". Then, the "report out" sends all the messages stored on the memory to the actual printer.
What do want to do?
Just a printer check?
Open BT-Basic and type
report is /dev/rpr1
report " This is a test"
then the printer should print this
Regards