DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display several axis systems in one sheet

Hi all,
 
I want to use diadem script to display 4 axis systems in one sheet (top left, top right, bottom left and bottom right). Each system contains one curve. I have no idea which script command should I use. Would you like to give me some hints? Do I need to use the variable like "D2AxisLeft" ?
 
Thanks in advance
 
Kind regards
Zhiyao
 
 
0 Kudos
Message 1 of 3
(3,527 Views)

Hi Zhiyao,

I would recommend that you manually place 4 axis systems onto your REPORT sheet, in the orientation you prefer, then save this configuration as a *.TDR file, then programmatically load that *.TDR file with the PicLoad() command, followed with the PicUpdate() command.  Ideally you would also configure each of the axis systems with one curve on them that pulls data from the correct group/channel names in the Data Portal, so that loading the *.TDR file will give you exactly the report you want with just those 2 script commands.

Please specify if you need to accomplish more than this programmatically,
Brad Turpin
DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 2 of 3
(3,522 Views)
Hallo, Mr Turpin,
 
Your idea widened my thoughts. Thank you very much.
 
Kind regards
Zhiyao Yin
0 Kudos
Message 3 of 3
(3,510 Views)