1 / 50

Haiwell SCADA & HMI Introduce

Haiwell SCADA & HMI Introduce. Contents. Simulation Running. 14. Features Introduction. 触摸屏带云访问. Multi-Language Auto Translation. Use SCADA to manage HMI directly. Javascript. Innovative A/B Key security mechanism. 创新安全的 云访问. Remote Camera Monitoring.

Télécharger la présentation

Haiwell SCADA & HMI Introduce

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Haiwell SCADA & HMI Introduce

  2. Contents

  3. Simulation Running 14 Features Introduction 触摸屏带云访问 Multi-Language Auto Translation Use SCADA to manage HMI directly Javascript Innovative A/B Key security mechanism 创新安全的 云访问 Remote Camera Monitoring Unique Project Overview Interface 10 1 3 3 6 1 8 Haiwell Cloud Integration 直接用SCADA软件编程 User Group Authority Management 2 2 9 Easy Operation 11 HaiwellCloud Engine 4 13 6 Single-file Project Installment Payment 12 5 Multi-screen Networking Easily 7

  4. Use SCADA to manage HMI directly • With the full function of SCADA, design and manage HMI project. • Integration of SCADA system address variable mechanism enhances the efficiency of project development and maintenance. 

  5. Haiwell Cloud Integration • Through mobile phones APP provided by Haiwell cloud and Haiwell cloud website easily achieve the remote viewing and control of HMI and SCADA. • Support to send alarm information by mobile phone APP, SMS, E-mail and other ways of communication, and using the powerful alarm mechanism makes you feel at ease wherever you are.

  6. Innovative A/B Key security mechanism • It needs to set the A Key account of HMI or SCADA in order to open cloud access, which can improve operational safety. • It can set a number of B Key accounts to assist A Key account in managing device, which can achieve multiple protection. • If any visitor wants to bind the device, it need to get authorization from A key and B Key, and A key and B Key can set the access time for visitors, the double key auditing mechanism has a higher security level.

  7. Haiwell Cloud Engine There is no need to set any virtual serial port or router, because HMI/SCADA has built-in Haiwell cloud engine which can achieve PLC online, Internet remote online and monitoring. When PLC is online through cloud engine, it is controlled by the A/B Key security, protecting the safety of device.

  8. Single-file Project Using a project file to store pictures, scripts, recipes and other resource content, and then to achieve its complex encryption, the design of project single file is convenient of project transmission, sharing, backup and storage, achieving easy storage, easy sharing, easy security.

  9. Unique Project Overview Interface The traditional project tree view with the Haiwell unique project overview interface, which can help quickly browse and edit device, pictures, scripts and other project content, giving you a new visual experience.

  10. Multi-screen Networking Easily It only needs to run project on a host HMI, any slave can be directly connected to the networking of host HMI without any project running, and it does not limit the number of slave devices connected, achieving simple and flexible networking.

  11. Multi-language automatic translation It  supports 26 kinds of languages (Chinese, English, Japanese, Korean, Spanish, French, Thai, Arabic, Russian, Portuguese, German, Italian, Dutch, Finnish, Danish, etc.)which can be automatically translated from each other, and no need to design screen for each language, it does not matter if you do not understand foreign language, just a simple setting, easy to achieve multi-language project. 26 kinds of languages

  12. User Group Authority Management Through the mechanism of user group, it can control permissions of screens、primitives and so on, easy to achieve convenient management and change user permissions, meanwhile supporting remote add managing users on running terminal without changing the project, greatly saving the time.

  13. Javascript • In the case of the administrator can not be present, it can generate a 5-minute temporary password through Haiwell cloud APP for field staffs to deal with emergencies, it is flexible and safe. • In the case of inconvenience to input password, users can login by scanning code from Haiwell cloud mobile APP, to further protect the security.

  14. Easy Operation • Built-in system bar and navigation bar, easy to do the screen switching and navigation. • Built-in alarm sidebar, quick view and confirm alarm information.It can check the history alarm at any time.

  15. Installment Payment • Support infinite installment payment settings. • Support postpone instruction and release restriction instruction of installment payments made by Haiwell cloud.

  16. Camera Remote Monitoring • Support network camera and USB camera. • Support HMI,Mobile APP and web client remote control camera pan-tilt and monitor camera contents.

  17. Simulation Running Support offline simulation function,it can simulate running with the preset variable value,you can easily modify the variable values to check the project.

  18. Running 14 Haiwell Cloud SCADA The first permanent free configuration software Event Project Overview Devices Curve Screen Editing Historic record 10 3 6 8 1 User Security Project Configuration 2 9 Recipe 11 Variable Editing 4 13 Alarm Primitive 12 Script 5 7

  19. Project Overview • Visual display project contents • Easy to edit

  20. Project Configuration • Screen resolution: The project resolution downloaded to the HMI must match the resolution of the HMI. • For example: C7 resolution of 800 * 480          C10 resolution of 1024 * 600 PC resolution is multi-selection • Projectupload password: Used when HMI Project is uploaded to a PC.

  21. Devices • Devices • Serial devices • Ethernet Devices • Drives • Haiwell PLC • Haiwell remote modules • Delta • FATEK • General protocol:Modbus RTU/ASCII • General protocol:Modbus TCP/UDP • OPC

  22. Variable • Build variable • Variable batch add • Variable comment (variable description) • Variable address conflict prompt, error detection prompt • Real-time variable monitoring • Variable reference query, variable substitution • System variable • Internal variable

  23. Primitive • Primitive settings • Primitives classification • Primitives selection, placement Select the desired primitive from the primitive library and move the mouse to draw the primitive with appropriate size on the screen. • Button, indicator light, numeric value display input and variable binding • Primitive attribute(Color:Screen ColorPix)

  24. Screen Editing • Primitive alignment operation Left aligned, right aligned, top aligned, bottom aligned, horizontal center aligned, vertical center aligned,equal width,equal height,equal width and height. • Tab key switching reference element. • Rotation mode Flip90° to the left、Flip 90° to the right、horizontally flip mirror、vertical flip mirror. • Combination, dissolution • multiple-copy • Layer operation Move to the top layer, move to the bottom layer, move to the previous layer, and move to the next layer. • Screen jump • Primitive view

  25. Script Syntax Introduction • Script syntax introduction • Based on Javascript extension • Basic syntax introduction • Define script variables • Conditional statement • Loop statement • Function definition • Reference variables in the script (variable values, and assignment of variables) • Temporary variables in the script • Script controls on screens and primitives • Perform other tasks in the script

  26. Script Task Task: Press the button once,the register value will increment 1.按钮,寄存1次按 f($HaiwellPLC_1.M0==1) { $HaiwellPLC_1.V0=$HaiwellPLC_1.V0+1; }

  27. Variable settings task Variable settings task:Easily perform variable assignment operation.

  28. Event • Start the execution event The binding task is executed at startup. • Exit the execution event The binding task will be executed when exiting. • Screen display event When the specified screen is displayed, the binding task will be executed. • Screen hidden event   When the specified screen is hidden, the binding task will be executed. • Variable change event When the specified variable value exceeds the setting tolerance, the binding task will be executed.

  29. User Group • Level The higher the level, the greater the permissions. • User level protection password Associated with the security of the common parts of primitives

  30. User • Login password User security settings • User group belonged to User level permission settings

  31. Real-time Curve • Primitive attribute settings • Edit collection:You can add multiple curves • The color settings of each curve • Display mode: Percentage mode and numeric mode

  32. Historical Curve • Primitive attribute settings • Edit collection:You can add multiple curves • The color settings of each curve • Display mode: Percentage mode and numeric mode

  33. Recipe • Design End Add / delete ingredients Add / delete values group Import and Export • Running End Edit values group Import and Export Read and write value groups

  34. Alarm • Alarm variable configuration Add alarm variable Set the alarm content • Alarm configuration • Sound alarm • SMS alarm • Mail alarm

  35. Haiwell Cloud Alarm • Haiwell cloud alarm Edit the notification format Configuration notification

  36. Historic Record configuration • Database type • Save path

  37. Record variable setting • Start and stop control • Record mode • Timed records Timed record once • Trigger records The trigger variable which is met the trigger mode settings will be recorded once. • Change records The variable value which exceeds deadband will be recorded once.

  38. Running • Menu: including screen, user login and other functions • Interface display and operation • Can view real-time alarm and historical alarm information • Variable real-time monitoring • Device disconnection prompt

  39. HMI Manager • Search Now • HMI operation • PC->HMI • HMI->PC • Online update • Offline update • Enable calibration • Update HMI time • Get the PN code • Detect the HMI version

  40. HMI Manager It is used to implement SCADA and HMI interaction, including SCADA project upload/download function in the HMI device, HMI device application online updates, offline updates and other functions.

  41. HMI Manager • Search Now : Automatically search for online HMI information every 30 seconds and update the information on the online HMI list. • PC->HMI:Download the configuration project to the specified HMI. • HMI->PC:Upload the project on the specified HMI to the configuration. The project uploaded to the configuration will be saved as “Running file format.hsr”. • Online update:Perform the online update software program for the specified HMI. • Offline update:Perform the offline update software program for the specified HMI. • Enable calibration:Perform the screen calibration function for the specified HMI. • Update HMI time:Update to confirm that the time of specified HMI is the same as the current configuration PC's. • Get the PN code: Get the PN code information of the specified HMI. • Detect HMI version: Detect the version information of the specified HMI. • Exit or close: Close the HMI Manager window.

  42. Ethernet Cloud HMI C7 C10

  43. C7  Win at the starting line born with high standards Top configuration Colorful screen Original functions Program download Intelligent management Multi-screen Networking Haiwell Cloud Rich ports 7"TFT 800x480, LED backlight, screen is real and exquisite Cortex A8 800MHZ CPU, 4GB FLASH+ 512M DDR3 A/B Key security mechanism、Multi-language automatic translation、Project overview interface Serial port/ U disk / SD card / Ethernet port/ Haiwell cloud Support cloud / mobile terminal access control, strong operability Innovatie network mode, easy, convenient and pratical Integrate Haiwell cloud service, built-in Haiwell cloud engine Standard RJ45 port, 2 serial ports (232/422/485), 2 USB ports, SD card, WIFI modules are optional

  44. C10 HMI with the Internet controling anytime, anywhere Top configuration Colorful screen Program download Intelligent management Original functions Multi-screen Networking Haiwell Cloud Rich ports 10.1" TFT 1024x600 ,LED backlight, fashion, splendid, elegant  Cortex A8 800MHZ CPU, 4GB FLASH+ 512M DDR3 Serial port/ U disk / SD card / Ethernet port/ Haiwell cloud Support cloud / mobile terminal access control, strong operability A/B Key security mechanism、Multi-language automatic translation、Project overview interface Innovatie network mode, easy, convenient and pratical Integrate Haiwell cloud service, built-in Haiwell cloud engine Standard RJ45 port, 2 serial ports (232/422/485), 2 USB ports, SD card, WIFI modules are optional

  45. HMI Startup • HMI power on for the first time or restore factory settings • Language settings • Network settings • Running mode settings

  46. HMI Interface Operation • User login Enter the correct user name and password to log in successfully. • Alarm information You can view real-time alarm and historical alarm information.

  47. HMI System Settings Press the upper right corner of HMI running interface for 5 seconds, then it will switch to the settings interface.

  48. HMI System Settings • Switch language:Switching interface languagesinclude Simplified Chinese and English. • Local project:Include local settings and running local project functions. • Network project:Include running network project and connecting remote functions. • Network settings:Include hardware settings and network switch settings. • Display and sound : Set the display information of the interface and system sound. • Start calibration : Calibrate HMI screen. • Time setting: You can set the time information of HMI. • Machine information:Include machine code and machine QR code information. • Reboot the device: The HMI device can be restarted. • Software information: View software information. • Cloud Settings:View the user information of the bound HMI. • Return to Project: You can return to running project interface.

  49. LAN Browser Access Within the LAN, you can view the running project on the HMI by entering the HMI's IP.

  50. Haiwell better future with you

More Related