Home > Anaheim > HMI/PLC > Anaheim HMIPLC Release note for Version 16 all20110601 Users Guide

Anaheim HMIPLC Release note for Version 16 all20110601 Users Guide

    Download as PDF Print this page Share this page

    Have a look at the manual Anaheim HMIPLC Release note for Version 16 all20110601 Users Guide online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 523 Anaheim manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							
    Example: 
    . 
     
    Lower Limit: Set the lower limit value of the Alarm. 
    Upper Limit: Set the upper limit value of the Alarm 
    ◆Variable Lower/Upper Limit 
    Variable Lower/Upper Limit: If checked, it means the  upper/lower limit alarm value 
    uses the variable register.. 
    Addr.Type:  Address type of the variable register, it is a word register 
    Address: The first address of the variable register 
    Word Length:  Word length of the variable regi ster, the default is 2. Suppose the 
    variable register Address that the Upper/Lower  limit alarm used is LW1, that is to say LW1 
    is the Lower Limit alarm value, t hen LW2 is the Upper Limit value. 
    2 New moving ways are added in Moving Component 
    There are four new moving ways are added into Moving Component. They are: 
    1 X Scaling, Y Scaling. 
    2, X Scaling, Y Reverse Scaling 
    3, X Reverse Scaling, Y Scaling. 
    4, X Reverse Scaling, Y Reverse Scaling.  
    						
    							
     
    Related attributes: 
     X Y X&Y 
    First address Graphic state Graphic state Graphic state 
    First address +1 Movement on X 
    axis  Movement on X  axis Movement on X axis 
    First address +2 — — Movement on Y  axis 
    Some explains : 
    X 
    Scaling, Y 
    Scaling. Moving component move along the  X and Y axis horizontally, we 
    can set the relative movement position by value input and  proportional 
    value(For    example ,the range X axis read from PLC is from 0 to 640, 
    but the relative position we want to  show on HMI is from 0 to 320, and the 
    range Y axis read from PLC is from 0 to 480, but the relative position we 
    want to show on HMI is from 0 to 240. The following are the settings:)   
    						
    							
     
    X 
    Scaling, Y 
    Reverse 
    Scaling Moving component moves along the  X and Y axis horizontally, we 
    can set the relative movement  position by the value input and 
    proportional value 。But the Moving component moves along Y axis in the 
    reveres direction. 
    X 
    Reverse 
    Scaling, Y 
    Scaling Moving component moves along the  X and Y axis horizontally, we 
    can set the relative movement  position by the value input and 
    proportional value 。But the Moving component moves along X axis in the 
    reveres direction 
    X 
    Reverse 
    Scaling, and 
    Y Reverse 
    Scaling Moving component moves along the  X and Y axis horizontally, we 
    can set the relative movement  position by the value input and 
    proportional value. And  the Moving component moves along X and Y 
    axis in the reveres direction 
    1. Variable Min/Max 
    If checked, the values of  Maximum of X,  Minimum of X, Proportional Upper 
    Limit of X, Proportional Lower Limit of X, Maximum of Y, Minimum of X,  
    						
    							
    Proportional Upper Limit of Y ,Proportional Lower Limit of Y are read from the 
    register. 
    Example: 
      Suppose the moving way of Moving component is  X Reverse Scaling, and Y 
    Reverse Scaling. 
    The address of Variable Min/Max  is LW10, so the values of Maximum of X, 
    Minimum of X, Proportional Upper Limit  of X, Proportional Lower Limit of X, 
    Maximum of Y, Minimum of X, Proportional Upper Limit of Y, Proportional Lower 
    Limit of Y  are the values of LW10,LW11,LW12,Lw13,LW14,LW15,Lw16,LW17. As in the 
    following picture; 
     
     
    3 Clear the event content 
    In the Function Key , add a new function called Clear Event.  
    So there are three ways to clear event content. 
    1, Clear Event in the  Function Key, click the Function Key and then the event 
    content is cleared.  
    						
    							
     
    2, A local register LW10015, when the value of LW10015 turn to 0, the event content 
    is cleared. How to use: pl ace a Multiple State Setting component , the address is 
    LW10015, Setting Mode is Set Constant , Set Value is 0. 
    3, When download the project, select  Clear History Event in the EVManger, as 
    shown in the picture: 
     
    4, Scroll Bar 
    In Scroll Bar, adds a option of Scroll  Bar Extended Attributes, it contains Slider Width 
    and  Variable Max/Min Value.  
    1 Basic Attributes  
    						
    							
     
    Addr.Type:: Address type of the variable register, it is a word register 
    Address: Address of Scroll Bar component, that  is scanning    index address of Scroll 
    Bar. 
    Word Length : Number of    register address for Scroll Bar, the default was 3 before 
    and change to 1 now. The register of the first scanning index value and max scanning 
    index value are changed to Variable Min/Max Value register. 
    2 Scroll Bar Extended Attributes:  
    						
    							
     
    Slider Width: if checked, that is to say you can  set the width of Scroll Bar manually 
    (The width ranges from 1 to 30    ),If not che cked, the width is the default value 10(Pixels) 
     
    Max/Min Value Setting 
    Min: The minimum of scroll Bar, that is t he first scanning index value.(ranges from 
    -2147483648 to 2147483647)   
    Max:  The maximum of scroll Bar, that is  the max scanning index value.(ranges from 
    -2147483648 to 2147483647) 
     
    If the  Max/Min Value  are constants,you need not to set the value of 
    them via a register com ponent that you did before 
     
    Variable Max/Min Value:  If checked, that is to say the  Max and Min  of Scroll Bar use 
    the variable val ue. Suppose the  Address of Variable Max/Min Value is  LW1, that is to 
    say the first scanning index value is LW1 and the  max scanning index value is LW2. 
     
     
     
     
     
     
      
    						
    							
    5 Trend Curve, XY Plot and Oscillograph 
    Add Extended Attributes option in Trend Curve, XY Plot and Oscillograph: the 
    extended functions are: 
    1 Use Grid , Background Color and so on. 
    2 Connect Style of sampling points 
    3 Variable Period is available in Trend Curve, XY Plot  
    4  
    5 Number of Points can uses variable value 
    6 Trend Curve can be saved in HMI or external device 
     
     
    When period and number of points use the variable value, the variable 
    values are used in priority; if the va riable values can not be read because of 
    communication failure, the system  will use the default value。 
    Trend Curve, XY Plot and Oscillograph  use the extended function 
    Setting of Extended Attributes  in Trent Curve : 
     
      
    						
    							
     
     
    The effect of Edit Window is like that: 
     
    The effect of offline simulation:  
    						
    							
     
     
     
     
    6 Multiple State Switch   
    1 In the Multi-State Switch option, add a Unloop function, the def ault is uncheck the 
    function  
    						
    All Anaheim manuals Comments (0)