LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Diadem 10.0 create a 2nd page?!

Hi,
 
My questoin is about creating a second page!!
I´m only able to create one page in Diadem 10.0, to get a second one, i have put it in my vi in LabView 8.2 once again...
Is it actually possible to create more pages, by putting Diadem only once in a written program?! Because otherwise in my case, i get 4 .pdf files...
 
Has anybody an idea?!
Thanx, Thomas
0 Kudos
Message 1 of 10
(3,841 Views)
Hi Thomas,
 
in which module do you want to create a second page? And what are you doing in this context with LabVIEW?
 
Thanks,
Rebecca Fox
Applications Engineer
National Instruments
Message 2 of 10
(3,827 Views)

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

0 Kudos
Message 3 of 10
(3,810 Views)

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,

Rebecca Fox
Applications Engineer
National Instruments
Message 4 of 10
(3,805 Views)

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

0 Kudos
Message 5 of 10
(3,802 Views)

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,

Rebecca Fox
Applications Engineer
National Instruments
Message 6 of 10
(3,801 Views)

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!

0 Kudos
Message 7 of 10
(3,795 Views)
Hi thomas,
this will not work with the Express VI. On the DIAdem CD there is a DIAdem Connectivity Tool with VIS for LabVIEW. Install this and you will get the VI which I have described.
 
Regards,
Rebecca Fox
Applications Engineer
National Instruments
Message 8 of 10
(3,789 Views)

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

0 Kudos
Message 9 of 10
(3,784 Views)

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

0 Kudos
Message 10 of 10
(3,759 Views)