Skip to content
VIGO6-Toplogo
PROCES-DATA Short Logo
  • HOME
  • Basic concepts
  • TUTORIALS
    • GETTING STARTED
    • INTRODUCTION TUTORIAL
      • TUTORIAL 1: CREATE A COMPONENT
      • TUTORIAL 2: ASSEMBLIES & PROJECTS
      • Tutorial 3: Adding data logging
      • Tutorial 4: Introducing the proxy-model
      • Tutorial 5: Creating views in views
      • Tutorial 6: Adding views to the main view
      • Tutorial 7: Control mode, error states and conditions
      • Tutorial 8: Expose your temperature regulator as a servant
      • Tutorial 9: Creating a temperature controller
      • Tutorial 10: Programming with state machines
    • ADVANCED TUTORIALS
      • 1. WORKING WITH DRAWINGS AND ILLUSTRATIONS IN VIGO6
      • 2. STORING DATA FROM REMOTE SYSTEMS
      • 3. HOW TO SWAP A MODULE WITH THE PD 688
      • 4. HOW TO WORK WITH BITMAPS IN VIGO6
      • 5. HOW TO SETUP COPP PC WITH DISPLAY AS DOWNLOADER
      • 6. HOW TO SETUP THE EXTERNAL COPP PC WITH DISPLAY
      • 7. HOW TO VIGO6 TRANSLATOR TUTORIAL
      • 8. HOW TO PRINT A VIEW ON A PHYSICAL LABEL
      • 9. HOW TO WORK WITH THE “DISPLAY TEXT WINDOW INTERFACE”
      • 10. HOW TO WORK WITH THE “DISPLAY OPEN WINDOW INTERFACE”
      • 11. HOW TO USE A BARCODE READER
      • 12. HOW TO EXPORT DATA FROM VIGO6 USING ODBC
      • 13. HOW TO CHANGE THE DEFAULT KEYBOARDS IN VIGO6
      • 14. HOW TO CHANGE THE ACTIONS OF A DESCENDANT OF YOUR PROCES COMPONENT
      • 15. HOW TO WORK WITH CAN IN VIGO6
      • 16. HOW TO DISPLAY A BLINKING MESSAGE FOR A VARIABLE
      • 17. HOW TO CREATE A SWIPE-VIEW
      • 18. HOW TO SET LANGUAGE AND OPERATOR ACCESS RIGHTS
      • 19. HOW TO CHANGE DEFAULT BEHAVIOR OF SCREENS
    • TUTORIALS IN DRAFT
      • TUTORIAL 2: ASSEMBLIES & PROJECTS – DRAFT
  • DOWNLOAD VIGO6
  • FAQ
  • Glossary
  • LOGIN
Menu
  • HOME
  • Basic concepts
  • TUTORIALS
    • GETTING STARTED
    • INTRODUCTION TUTORIAL
      • TUTORIAL 1: CREATE A COMPONENT
      • TUTORIAL 2: ASSEMBLIES & PROJECTS
      • Tutorial 3: Adding data logging
      • Tutorial 4: Introducing the proxy-model
      • Tutorial 5: Creating views in views
      • Tutorial 6: Adding views to the main view
      • Tutorial 7: Control mode, error states and conditions
      • Tutorial 8: Expose your temperature regulator as a servant
      • Tutorial 9: Creating a temperature controller
      • Tutorial 10: Programming with state machines
    • ADVANCED TUTORIALS
      • 1. WORKING WITH DRAWINGS AND ILLUSTRATIONS IN VIGO6
      • 2. STORING DATA FROM REMOTE SYSTEMS
      • 3. HOW TO SWAP A MODULE WITH THE PD 688
      • 4. HOW TO WORK WITH BITMAPS IN VIGO6
      • 5. HOW TO SETUP COPP PC WITH DISPLAY AS DOWNLOADER
      • 6. HOW TO SETUP THE EXTERNAL COPP PC WITH DISPLAY
      • 7. HOW TO VIGO6 TRANSLATOR TUTORIAL
      • 8. HOW TO PRINT A VIEW ON A PHYSICAL LABEL
      • 9. HOW TO WORK WITH THE “DISPLAY TEXT WINDOW INTERFACE”
      • 10. HOW TO WORK WITH THE “DISPLAY OPEN WINDOW INTERFACE”
      • 11. HOW TO USE A BARCODE READER
      • 12. HOW TO EXPORT DATA FROM VIGO6 USING ODBC
      • 13. HOW TO CHANGE THE DEFAULT KEYBOARDS IN VIGO6
      • 14. HOW TO CHANGE THE ACTIONS OF A DESCENDANT OF YOUR PROCES COMPONENT
      • 15. HOW TO WORK WITH CAN IN VIGO6
      • 16. HOW TO DISPLAY A BLINKING MESSAGE FOR A VARIABLE
      • 17. HOW TO CREATE A SWIPE-VIEW
      • 18. HOW TO SET LANGUAGE AND OPERATOR ACCESS RIGHTS
      • 19. HOW TO CHANGE DEFAULT BEHAVIOR OF SCREENS
    • TUTORIALS IN DRAFT
      • TUTORIAL 2: ASSEMBLIES & PROJECTS – DRAFT
  • DOWNLOAD VIGO6
  • FAQ
  • Glossary
  • LOGIN

Tutorial 8: Expose your temperature regulator as a servant

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:10/04/2017
  • Post category:Tutorials

TUTORIAL 8:EXPOSING YOUR TEMPERATURE REGULATOR AS SERVANT FOR OTHER SUPERVISORS Now let's come back to the idea of the notification model. We want to change our regulator so other supervisors…

Continue ReadingTutorial 8: Expose your temperature regulator as a servant

Tutorial 6: Adding views to the main view

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:04/04/2017
  • Post category:Tutorials

Tutorial 6: Adding visualization of the modules Now, let us add some more views to the main view we just built.We will add a standard button that will open a…

Continue ReadingTutorial 6: Adding views to the main view

Tutorial 10: Programming with state machines

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:03/04/2017
  • Post category:Tutorials

Tutorial 9:State machines In automation projects, you often design systems with distributed process intelligence. As a result, your components can have a program sequence where earlier events determine the further…

Continue ReadingTutorial 10: Programming with state machines

Tutorial 5: Creating views in views

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:31/03/2017
  • Post category:Tutorials

Tutorial 5:Creating views in views - and reusing control components and assemblies We have built a component that uses the supervisor/servant notification model. Now, let's learn how to create views. What…

Continue ReadingTutorial 5: Creating views in views

TUTORIAL 2: ASSEMBLIES & PROJECTS

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:28/03/2017
  • Post category:Tutorials

Tutorial 2:Assemblies and projects In this second tutorial, we will again present some of the key concepts of VIGO6. Further, you will learn how to use your component and locate…

Continue ReadingTUTORIAL 2: ASSEMBLIES & PROJECTS

Tutorial 4: Introducing the proxy-model (supervisor/servant)

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:27/03/2017
  • Post category:Tutorials

Tutorial 4: Introducing the proxy notification-model (supervisor/servant) In this tutorial, we will explore the PD_7664 process component. We will build a temperature regulator like in tutorial 1, but now we want…

Continue ReadingTutorial 4: Introducing the proxy-model (supervisor/servant)

Tutorial 7: Control mode, error states and conditions

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:27/03/2017
  • Post category:Tutorials

Tutorial 7:Control mode, error states and conditions Let's learn more about the process component.We will build this: The diagram below shows what you will build in this tutorial. The red…

Continue ReadingTutorial 7: Control mode, error states and conditions

INTRODUCTION TUTORIAL

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:27/03/2017
  • Post category:Tutorials

INTRODUCTION TUTORIAL We have created a set of tutorials in order to help you learn how to use VIGO6. We suggest that you go through the tutorials in the order…

Continue ReadingINTRODUCTION TUTORIAL

TUTORIAL 1: CREATE A COMPONENT – OLD

  • Post author:Claus Springborg - PROCES-DATA
  • Post published:23/02/2017
  • Post category:Tutorials

Tutorial 1: Create a component In this first tutorial, we will show you some key ideas of VIGO6 that will help you build your first control component. The tutorial switch…

Continue ReadingTUTORIAL 1: CREATE A COMPONENT – OLD
  • Go to the previous page
  • 1
  • 2
VIGO6-Logo-The-complete-integrated-soft-&-hardware-suite-for-Automation-Projects

Made by:

PROCES-DATA-Footerlogo

PROCES-DATA A/S
Navervej 8-10
DK-8600 Silkeborg
Denmark
www.proces-data.com
Tel. +45 87 200 300

Designed by PROCES-DATA © All rights reserved – 2025