CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1

    Thumbs up HMI-SCADA Graphics Visualization Source Code Solution For C/C++, .NET and Web v18.0

    HMI-SCADA Graphics Visualization Source Code Solution For C/C++, .NET and Web, 100% VC++ Source Code is Shipped.
    -- Industrial Control \Design and Simulation Integrated Development Platform VC++/MFC Source code solution and Web Control for .NET
    http://www.code-home.com/Industrial-...ource-Code.htm

    "U_CanCode Software Inc. is a leading provider of HMI & SCADA, CAD, GIS and Data Visualization Graphics for software developers more than 40 countries around the world!"

    E-XD++ graphics system for development of various sectors of industrial configuration software, simulation systems, coal, petroleum, chemical, building and other industries. Images than the software developed better, more modular, easier to maintain. There are already more than 1,000 companies around the world are using E-XD++ for building many kinds of industrial applications.


    Set in this dialog box, maximum minimum, associated with display variables, set color.

    28, how to make the tank water level changes:

    Follow these steps:

    1), open the tool box in the "Tanks2" page as shown below:



    2), pulled into a pitcher to the canvas, as shown below:



    3), select the Drawing toolbar to the right of the penultimate three button, draw a water level gauge:



    4), check the water level had just drawn, click the right mouse button, select the "link variable..." submenu. In the following dialog box associated with a variable:



    So that when the value of the variable changes when the system will automatically refresh to display the water level.

    29, how to make the path animation:

    Movement along the path if you want to create animation, please refer to the following steps of:

    1), drawing on the canvas along the path of movement needs better graphics, if multiple graphics please their combination into a whole, such as an oval along the path of movement.

    2), click the right mouse button, the value of their data in a set M100.

    3), mouse over the right side of the drawing canvas graphics toolbar, select the penultimate two path graph, and then can draw on the canvas of the graphic needs of a movement path.

    4), select the path to the data value 1 is set to XM001.

    5), re-select the path graph, click the right mouse button, select "Change the value of connecting animation (& V )..." sub-menu, the following dialog box that pops up will be bound up with the M100 graphics:



    So that the graphic elements can be specified along the path of this exercise, if you want to set up the current movement position, you can specify a value. (Default start-side corresponds to the minimum 0, maximum value corresponding to the most end 100, maximum and minimum can be modified as needed to set the property value. In the run mode, directly through the mouse can also drag along the path the ellipse.

    The following diagram:



    30, how to make a zoom effect:

    If you want to make a zoom animation effects, please refer to the following steps of:

    1), open the tool box of the following pages:



    And drag the selected canvas graphics.

    2), set up the pixel size, the size of the pixel that is associated with the zoom zoom of the final size of the graphic, that graphic will be associated with scaling within its limited zoom.

    3), set the graphic data 1 for the S100.

    4) need to zoom in the canvas to draw graphics, and its data a set XS001.

    5), select the S100, click the right mouse button, select "&Value Change Animate..." menu, the pop-up dialog box to associate with the XS001.



    Overall as shown below:



    So that the graphic elements can be specified along the range of this scale, if you want to set the current zoom location, you can specify a value. (The default minimum value of 0 corresponds to the beginning, from the last corresponding to the maximum value of 100, maximum and minimum can be modified as needed to set property values. Zoom zoom origin and means please attribute value: P_ID_SCALE_TYPE and P_ID_SCALE_ORIGIN set.

    31, edit the script:

    In the same script file can define any number of functions, when click the button or open the page and other operations, may choose to perform a function, script editing interface as follows:



    HMI OCX for .NET platform or web:

    The new HMI OCX C# Sample is shipped, this is the OCX Player of HMIBuilder project, you can use HMIBuilder to create HMI Project and then showing it with any .net project (C# Development) or web project, it can be used with any .NET platforms (You can find these samples within file folder: HMI_OCX):



    For showing with .NET Project, it is very easy, call the following methods to update data:

    private void timer1_Tick(object sender, EventArgs e)
    {
    SendTagData();
    }

    private void SendTagData()
    {
    double d_value;
    String s_value;
    int data_type;

    m_Draw.SetDRTag("r1", GetData(Low, High));
    m_Draw.SetDGTag("tag1", dValue1);
    m_Draw.SetDGTag("tag2", dValue2);
    m_Draw.SetDGTag("tag3", dValue3);
    m_Draw.SetDGTag("tag4", dValue4);
    m_Draw.SetDGTag("tag5", dValue5);
    m_Draw.SetDGTag("tag6", GetData(Low, High));

    dValue1 += 5;
    dValue2 += 10;
    dValue3 += 10;
    dValue4 += 10;
    dValue5 += 5;

    if (dValue1 > 100)
    {
    dValue1 = 10;
    }

    if (dValue2 > 100)
    {
    dValue2 = 0;
    }

    if (dValue3 > 100)
    {
    dValue3 = 0;
    }

    if (dValue4 > 100)
    {
    dValue4 = 30;
    }

    if (dValue5 > 100)
    {
    dValue5 = 15;
    }
    m_Draw.UpdatePlayer();
    }
    Function by double-clicking on the right list of the function of any function can be added to the script.

    E-XD++ HMI &SCADA Visualization Kit™ is a comprehensive platform that includes all the tools you’ll need to make SCADA and HMI applications that have real power behind them. This HMI, SCADA and OEE/Dashboard development software was specifically designed to allow for deployment anywhere. E-XD++ HMI &SCADA Visualization Kit™ supports all Windows runtime platforms, ranging from Windows CE, Windows XP, Windows XP Embedded, Vista, Windows Server and Windows 7 (including 32 and 64 bit), along with built-in support for local or remote (web) based visualization. All the complete source codes are full compatible with all Visual Studios (From Visual Studio 6.0 to Visual Studio 2012).

    The leader in visualization component -- FULL VC++ Source Code Shipped!

    XD++ Diagrammer Suite is the the world’s leading VC++ and .NET visualization component. Renowned for incredibly rich graphics, XD++ helps thousands developers build applications that offer unparalleled functionality. Outstanding productivity lowers project risk and reduces maintenance headaches. With 10 years of dedicated research and development, U_CanCode leads the market for visualization technologies, providing outstanding customer support.

    Powerful, flexible, and easy to use Diagram Components.
    Powerful and flexible enough to create diagrams exactly the way you want them to appear. So easy to use that you will be able to prototype your application in just a few minutes.

    Feature rich.
    With features such as automatic layout, multiple layers, collapsible sub-graphs, snap-to connection points, XML, SVG, and more, E-XD++ Have the power and flexibility you need to create sophisticated diagrams, quickly and easily. Events such as click, double-click, hover, select, rubber-band select, copy, delete, resize and move are supported. Operations such as drag-and-drop, unlimited undo/redo, and clipboard operations are common and complex, and are expected by today's sophisticated users. it full supports importing ArcGis, SVG and DXF File format.

    Performance and Scalability.
    U_CanCode E-XD++ Capable of handling many thousands of nodes and edges, up to hundreds of thousands depending upon the complexity of the nodes you wish to draw and the operations you wish to allow. Our graphical classes are extremely lightweight objects enabling outstanding performance.

    Save Time and Money and gain Reliability.
    A diagram is worth 1,000 words, and E-XD++ is shipped with more than 500,000 lines of well designed and well tested code! It is used by hundreds of the world's most quality conscious companies. It will saves you thousands of hours of complex coding and years of maintenance.

    Description:

    E-XD++ Industrial solutions integrated development environment is not a complete development environment, we provide the environment for the purpose is to give you an idea of the development and organization of resources to complete the formal version of the integrated development environment, source code be provided, you can need to improve.

    Download this solution


    The official version of the E-XD++component library visual graphics solutions for enterprise version provides all the source code, click the button below to U_CanCode Order :


    http://www.code-home.com/Industrial-...ource-Code.htm

    Contact U_CanCode Software

    To buy the source code or learn more about with:

    Product Inquiry
    E-mail to (sales@code-home.com)
    Or call us at: +86-28-8535-4545
    Fax us at: +86-28-8535-4645
    Technical support online with msn messager: U_CanCode@hotmail.com
    Download a trial solution
    Attached Images Attached Images   

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured