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

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

Similar Messages

  • How to display text on last but one page in SAPSCRIPTS

    how to display text on last but one page in SAPSCRIPTS

    u have create one Foooter window , this has to be called in  only One Page.So hardcode /assign this window to only one PAGE number.
    regards
    Prabhu

  • !0.5.8 How do I copy the 'system' form one internal Hard drive to an other (BY CD Packed up) Thank you

    !0.5.8 How do I copy the 'system' form one internal Hard drive to an other (BY CD Packed up)  I have tried but it will no show 'live' system folder - do and how can I bless it ? Thank you

    Carbon Copy Cloner will allow you to de-select directory trees, so you could use it to copy over everything EXCEPT the /Users directory tree.
    Mac OS X is NOT just the System Folder.  If you do not copy over the rest of Mac OS X, it will not boot.  So better to exclude Users and take everything else, then it is to try and pick and choose.
    The other approach is to install a New Mac OS X, and then copy over the stuff you want from the home folder(s) and reinstall any apps you want.

  • How to display text on last but one page

    how to display text on last but one page

    Hi Preeti,
      If u r working on a smartform then click on th window go to the condition tab there
      at the end u will find events click on the the event on which u want to trigger the 
      print.
      If u r working on a script then create a text element and call this text elemtn at
    the end of processing of the main window, this will make sure that thetext element
    is triggered only at the end.
    I hope that helps u , if not pls let me know.
    Regards,
    Vaibhav B Gawali.

  • How to display several several gif as splash screen continuously?

    like title said, I want to display several gif files as splash screen so that it looks like animation, how to do that? the splash.java that I uses can only display one picture. what I would like to see is something that display several pictures in the same location on screen, one disappear after another show up without gap in between so that the user won't realize that it's several picture together.
    just ignore the PV, I use splash to start my main.
    class Splash extends JWindow {
         public Splash(String filename, Frame f, int waitTime) {
              super(f);
              JLabel l = new JLabel(new ImageIcon(filename));
              getContentPane().add(l, BorderLayout.CENTER);
              pack();
              Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              Dimension labelSize = l.getPreferredSize();
              setLocation(screenSize.width / 2 - (labelSize.width / 2), screenSize.height / 2 - (labelSize.height / 2));
              addMouseListener(new MouseAdapter() {
                   public void mousePressed(MouseEvent e) {
                        setVisible(false);
                        dispose();
                        PictureViewer PV = new PictureViewer();
              final int pause = waitTime;
              final Runnable closerRunner = new Runnable() {
                   public void run() {
                        setVisible(false);
                        dispose();
                        PictureViewer PV = new PictureViewer();
              Runnable waitRunner = new Runnable() {
                   public void run() {
                        try {
                             Thread.sleep(pause);
                             SwingUtilities.invokeAndWait(closerRunner);
                        } catch (Exception e) {
                             e.printStackTrace();
                             // can catch InvocationTargetException
                             // can catch InterruptedException
              setVisible(true);
              Thread splashThread = new Thread(waitRunner, "SplashThread");
              splashThread.start();

    Here is something like you want I thanks? you just have to add it to your splash screen.it is useing a jframe here
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class ball extends JFrame implements Runnable{
      Image a,b,c,d,e,f,gg,pics;
      boolean go = true;
      int i,j = 0;
      Thread runner;
      Toolkit kit;
    public ball() {
       super();
       setSize(400,400);
       setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
       runner = new Thread(this);
       kit = Toolkit.getDefaultToolkit();
        a = kit.getImage("pic1.gif");
        b = kit.getImage("pic2.gif");
        c = kit.getImage("pic3.gif");
        d = kit.getImage("pic4.gif");
        e = kit.getImage("pic5.gif");
        f = kit.getImage("pic6.gif");
        gg = kit.getImage("pic7.gif");
       runner.start();
       setVisible(true);
      public void run() {
       Thread thisthread = Thread.currentThread();
        while(runner == thisthread) {
         repaint();
         try {
         i++;
         j++;
         if(i > 7){ i = 0;}
          if(i == 0){pics = a;  }
          if(i == 1){pics = b;  }
          if(i == 2){pics = c;  }
          if(i == 3){pics = d;  }
          if(i == 4){pics = e;  }
          if(i == 5){pics = f;  }
          if(i == 6){pics = gg;  }
          if(j > 100){ runner = null;}
         Thread.sleep(50);}
         catch(InterruptedException in) {}
      public void paint(Graphics g) {
       g.drawImage(pics,50,50,100,100,this);
    public static  void main(String[] args) {
        ball be = new ball();
    }good luck

  • How to connect two BW systems to one ECC system?!?

    Hi Experts!
    We want to connect our ECC system (P11) to multiple SAP BW systems. Therefore we made a system copy of our productive BW System (P81) and create a new second BW System (T81). When I want to restore to connection to the P11 in the T81, Iu2019ll get the following error message:
    u201CDie Verbindung CA wird im Quellsystem P11_001 als Verbindung zum BW T81CLNT001 genutzt.
    Soll diese Verbindung im Quellsystem gelöscht werden? Nach erfolgreicher Löschung wird der Anschluss wiederholt.u201C
    In English this message means something like that: u201EThe connection CA is used as a connection to the BW T81CLNT001 in the source system. Should this connection be deleted in the source system? This connection can be repeated after successful deletion.u201D
    Now I ask myself: How can I connect our new BW System to our ECC System, without destroying the old connection to our productive BW system?!?
    Have anyone of you an idea how we can handle this issue?
    Thanks in advance!
    Regards, Alex

    Hi
    This happens because of RFC settings duplication as your new BW system is copied from Old one.
    First you restore the Production system connection by deleting the existing RFC.  But this will delete the new connection you have created ( that is what your dialog message is saying) 
    Basically , before creating new connection you need to delete some table entries manually , then you can connect both the system to your same source system
    Please find the link below where I mentioned the table names from where you need to delete duplicate entries manually.
    How to delete old source system assignment and assign new source system.
    Regards
    Anindya
    Edited by: Anindya Bose on Oct 13, 2011 9:01 PM

  • How to display two different parts of one image in two windows?

    hi everyone:) i need to display two different parts of one image in two windows. i have problem with displaying :/ because after creating windows there aren't any images :( i supose my initialization code of creating windows is incomplete, maybe i miss something or maybe there is some inconistency. graphics in java is not my strong position. complete code is below. can anybody help me?
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import java.io.*;
    import javax.imageio.*;
    import javax.swing.*;
    import java.util.*;
    class ImgFrame extends JFrame
           private BufferedImage img;
           ImgFrame(BufferedImage B_Img, int x, int y, int w, int h)
                   super("d");
                   img=new BufferedImage(w,h,BufferedImage.TYPE_INT_RGB);
                   img=B_Img.getSubimage(x, y, w, h);
           }//end ImgFrame construction
           public void paint(Graphics g)
                   Graphics2D g2D = (Graphics2D)g;
                   g.drawImage(img, 8, 8, null);
           }//end paint method
           public Dimension getPrefferedSize()
                   if(img==null)
                           return(new Dimension(100,100));
                   else
                           return(new Dimension(img.getWidth(null),img.getHeight(null)));
           }//end of GetPrefferedSize method
    }//end ImgFrame class
    public class TestGraph2D_03 extends Component
           static BufferedImage IMG;
           public static void Load()
                   try
                           IMG=ImageIO.read(new File("c:/test.bmp"));
                   catch(IOException ioe)
                           System.out.println("an exception: "+ioe);
                   }//end try catch
           }//end TestGraph2D_03 construction
           public static void main(String[] args)
                   Load();
                   ImgFrame F1 = new ImgFrame(IMG, 0, 0, 8, 8);
                   ImgFrame F2 = new ImgFrame(IMG, 8, 8, 8, 8);
                   F1.addWindowListener(new WindowAdapter()
                           public void windowClosing(WindowEvent e)
                                   System.exit(0);
                   F1.pack();
                   F1.setVisible(true);
                   F2.addWindowListener(new WindowAdapter()
                           public void windowClosing(WindowEvent e)
                                   System.exit(0);
                   F2.pack();
                   F2.setVisible(true);
           }//end of main method in TestGraph2D_01 class
    }//end of TestGraph2D_03 class

    Never override the paint(...) method of a Swing component.
    If you have a sub image then add the image to a JLabel and add the label to the GUI. No need for custom painting.

  • How to display the Portal System ID in a theme or iView?

    Hi everyone,
    I am trying to figure out a standard way to display the Portal system ID within the portal theme or within an iView.   The complaint from users is that, if they are working in both Production and multiple test systems simultaneously, it is very difficult to decipher which system they are actually in.
    Does anyone have experience with this previously?
    Thanks in advance.

    Hello Charles.
    A standard way is a modification of the Portal name which is displayed in a title bar of a browser's window.  For this you have to edit the Central Configuration:
    1. Open System Administration > System Configuration > Service Configuration;
    2. In Browse Tab open  Portal Runtime > Central Configuration;
    3. Locate and modify portal.html.head.title property.
    4. Save changes.
    5. Restart portal server.
    Best regards,
    Aliaksandr Zhukau

  • How can I print multiple images on one sheet:  PSE 10/Mac?

    When printing, I can have all of my images in the dialoug box - but cannot figure out how to get more than one image on a sheet!  For example, I am printing several photos a 2x2, and want to put as many as possilble on 1 sheet instead of using a seperate sheet for each image.  I am on a Mac.
    Any ideas??  I can't seem to find the answer.  Thanks!

    Barbara B.
    Thanks for the reply to wdwpartners question. 
    I am new to PSE 10 (on Windows 7) and having the same problem with printing multiple photos on one sheet.  With 14-20  images both contact sheet and picture package force you into 2x2 prints, not the image's original HxW ratio thus loosing some of the image on paper.  Am I missing something?
    My old version of PSE gave me an option to "print multiple photos" and custom select the image dimentions which was very useful to me.  Please let the powers that be know this user asked for that option back!!
    Thanks for a reply.

  • How can I print 2 5X7s on one sheet of 8.5X11?

    I want to print one image as 2 5X7s on one sheet of 8.5X11 paper. In previous versions I could do this easily. Not so anymore. Here is my scenario. I use Windows 8 64 bit version 6.2 with Photoshop Elements 11.0. I use an Epson Stylus Photo 1400 and its print software.
    I choose : File Print enter,  Orientation Portrait enter,  More Options-Border Thickness .118" enter,  Change Settings-Advanced Settings-Premium Photo Paper Glossy_OK enter,  Select Print Size 5X7 enter,  Position-Uncheck Center-Top=0 enter.  The image on the screen has shifted to the top with a .118 border and has crop marks on the other three sides. I print my picture, turn the sheet around and repeat the process. I have 2 5X7s of the same image on the sheet of paper.  However, this version does not like to do this. It works sometimes, and sometimes not. I am wasting too much paper and ink trying to figure it out. The image on the screen always looks correct, showing a 5X7. The image that prints may be a 5.75"X5" or may be a 6"X5". The border at the top chages from .118" to .80"
    I tried using Picture Package as suggested before. It will not set up to print only one picture, and does not allow me to set my borders. The image came out as a borderless 5X7.
    Any suggestions will be greatly appreciated.

    Barry5370 wrote:
    I tried it. It worked pretty good.
    It should work perfectly if you have cropped the picture precisely. How are you cropping,  step-by-step?
    Barry5370 wrote:
    Now I need to figure out how to get the correct borders on the images. .
    Once you have done Select>all, go to Edit>stroke>(outline) selection.
    Enter the width for the stroke/outline in px (try 4px or 5px, experiment), select a color, and place it inside (to maintain 5x7 dimension).
    Barry5370 wrote:
    Thanks.
    You're welcome. Let us know how you make out.

  • How can I copy a row from one sheet and paste it in a column in another sheet?

    I would like to copy a row of numbers from one sheet and paste it into a column in another sheet.  Is it possible to do this with numbers?

    Hi Dennis,
    Numbers doesn't have a built-in Paste Special > Transpose the way you have in Excel.  However, there are ways to do this in Numbers that are not difficult. 
    Here are two ways:
    Approach 1:
    Select the row of numbers, and command-c to copy to the system clipboard.
    Click on the canvas and command-v to paste, automatically creating a new table.
    With that new table still selected, in your menu choose Table > Transpose Rows and Columns.
    Select the cells in the transposed table, command-c to copy, click once in a cell of the destination column of your target table, and command-v to paste.
    Approach 2: (after a quick installation, very similar to Excel's built-in Paste Special > Transpose)
    Download this Copy Transpose Automator Service, and double-click to install (if necessary choosing Open Anyway in System Preferences > Security and Privacy).
    Thereafter to use just:
    select the row of numbers you want to copy
    with the cells still selected, choose Copy Transpose from the Numbers > Services menu
    click once in the destination column and command-v to paste the transposed values.
    Note that the second approach does not handle cells with formulas, whereas the first approach will.
    SG

  • How to assemble several PDF files into one PDF file

    Hi there,
    I have several PDF documents. How can I combine all these PDF documents in one unique PDF file?
    Thank you

    Yeah Preview is very limited indeed.
    It even gives you drag and drop capability, rotate individual pages and sequential numbering etc.
    Preview can do all of that.

  • How to display result in more than one jsp page

    Hi all,
    the result is a very large it will take more than one jsp page in this senario how we will display the result in more than one jsp page.
    Thanks in Advance.

    The magic word is "paging". Look around using this keyword.
    Basically it's all about subquerying, (eventually) caching and sublisting.

  • How to change the Source system from ONE DataSource?

    Hi,
    I'm trying to change a DataSource's source system (active with dtp and transfer rules), but it's not possible to  do it in change mode because the field 'Source Sytem' is not enabled. I know I can use the BDLS transaction but I understand that this is for change all Datasources and I only want to change one of all.
    Thanks for your help

    Hi Marcel,
    As I understand apart from file and web services all other data sources are replicated from underlying source system. BDLS transaction is used to change the source system but in case of system copy activity and it is necessary because the data sources points to old source system.
    In your case as I understand you will have to replicate the current data source directly from underlying source system and then build the rest of the flow. May I know how you have got this single data source for which the source system is different?
    Regards,
    Durgesh.

  • How to display two detail lines as one

    In a report I am working on I have a detail line that displays values from two tables.
    Table OR contains the date time stamp I need
    Table OB contains the rest of the information I need. 
    (These two tables are linked by a Set_Id field.) 
    Table OB contains different types of data depending on the OB_Id field. 
    If OB_Id = 1 then OB_fldA = weight. 
    If OB_Id = 2 then OB_fldB = appetite_flg. 
    Below I have tried to type up a sample of the report.  I have it grouped by the OR_DtTm.
    I would like to get the report to look like there is one line that contains both the weight and the appetite_flg and eliminate any lines that have weight info and no appetite_flg to go with it (like the 3rd one down with the time of 3:45:30). 
    How it currently looks:
    Date        Weight         Flg         OR_DtTm
    6/22/2010   64.8                    6/22/2010 3:44:31PM
    6/22/2010    0.0            N       6/22/2010 3:44:31PM
    6/22/2010   64.0                    6/22/2010 3:45:30PM
    8/3/2010    64.0                    8/3/2010 9:09:01AM
    8/3/2010                    Y       8/3/2010 9:09:01AM
    How I would like for it to look:
    Date         Weight         Flg         OR_DtTm
    6/22/2010    64.8            N        6/22/2010 3:44:31PM
    8/3/2010     64.0            Y        8/3/2010 9:09:01AM
    I hope this makes sense.  Any suggestions on how to do this?

    Hey Brian,
    Now that I have the Maximum formulas working on my Group Footer, I need to figure out how to supress when the MaxAppetiteFlg is not there.  In the Section Expert on the Group Footer I clicked the x+2 button and put this:
    {@MaxAppetiteFlg} = "" or {@MaxAppetiteFlg} = " "
    but it still does not suppress when nothing is in the MaxAppetiteFlg. I have tried single quotes and double quotes; I have tried checking for just null and for just space and as shown above for both.  Nothing suppresses the group footer when the MaxAppetiteFlg is blank/empty.  What actually goes into the formula?
    Ok, let me back up a little. I don't think this makes a difference but you never know.  I am going to explain the steps preceeding the creating of @MaxAppetiteFlg.  It's a little more complicated than I originally indicated (I removed the complexicity to hopefully make it easier to understand my original question).
    Originally I said:
    If OB_Id = 2 then OB_fldB = appetite_flg
    Actually it is
    OB_Id = 2 is part of the filter in the Select Expert.  Then I created a formula:
    DecreaseAppetiteInd =
         If {OB.Ob_fldB = 22474 then
              'N'
         Else If {OB.Ob_fldB = 22475 then
              'Y' ;
    Then MaxAppetiteFlg =
         Maximum ({@DecreasedAppetiteInd},{Ob_DtTm})
    So I don't know if that makes a difference in later checking MaxAppetiteFlg (but I didn't think it would make a difference whether I had changed the options on the group but it did).
    I hope all this makes sense and I haven't muddied the water too badly.
    I look forward to your response.

Maybe you are looking for