04-12-2007 07:06 AM
04-13-2007 07:19 AM
04-16-2007 03:11 AM
Hi Rebecca,
I´m writing a program for analysing the results of a foot-pressure-measurement-system! And i want to create a report with the help of Diadem, but i working with this program the first time and now the question was, how it´s possible, if the first page is full, to put the remaining data on a second page?! It can´t be that difficult, does it?!
Thanks, Thomas
04-16-2007 03:43 AM
Hi Thomas,
one way is to do it manually. Go to REPORT, choose Sheet 1, make a righ klick on it and chosse new. Then you will get a new sheet. The other way is to do it with a script:
Call GRAPHSHEETNEW("Blatt 2") '... GraphSheetName
Hope this helps,
04-16-2007 03:52 AM
Hello,
OK, this i found by myself too...:-) It was a misunderstanding and a mistake of mine! What i wanted to say was that i´m not able to put data on this sheet, there are no connection points shown in my program at the diadem vi, only these from the first page!!!
Thanks
04-16-2007 03:56 AM
Hi again,
When I know understand it right you want to do this with LabVIEW? And you want programmatically add elements like a diagram on your new sheet? This is also possible with a script. For this you can use GraphObjNew. And in the VIs in LabVIEW there is a DIAdem Run Script.vi. With this you can start a script in DIAdem.
Regards,
04-16-2007 04:33 AM
Hi again too,
Yes, everythings correct, but i definitely want to make it with this diadem express vi and i already have two pages with text boxes and diagrams, but as i said, i´m only able to put data on the first page!! Is there a way?!
Thanx!
04-16-2007 06:26 AM
04-16-2007 06:42 AM
OK, Sorry, from now i will listen to your advice!! 🙂
I will install the missing software and contact you later again...for more questions!!
Thank you, Thomas
04-23-2007 02:37 AM
Hi Rebecca,
I already installed this tool and now i have this vi, but there are no examples and i do not really now how to use it!
My primary aim is to get two pages at one .pdf file and both pages i want to provide with data!!
What´s the fastest way?!
Thanks, Thomas