Posts

Showing posts with the label movicon

Movicon 11.6: Trend

Image
    "Trend" is an another important concept in industrial automation systems and most of the time trends and graphics essentially use in automation systems. Movicon 11 SCADA provides us very flex and strong toll which should be used in many different kind of industry. I used Trends at my last Energy Monitoring project intensively which basically show the daily changing of the energy consumption such as Water , Steam , Nitrogen  and Electric . They shows So I decided to write a post which is related to the Trend with a basic example. I listed ingredients of the sample program below; Basic Script Trigonometric computation at each second change Event The script will be executed at every system second is changed System Variable and Double Type Variables System second for event Double variables;  Degree [0...360], Sinus Value [-1...1] and Cosine Value [-1...1] Some Important Links YouTube Link Sample Programs and Documents     The data that you w...

Movicon 11 SCADA: Multi Language

Image
    Another important topic in the Movicon 11.6 SCADA that I consider is "How To Add Multi Language?". Movicon 11 SCADA provides very simple use of multi language( and useful too). I am going to make an example project that will consist of three language choices(English-EN, Italian-IT, Turkish-TR). I strongly recommend to use "String Table". It gains you to manage texts in many parts of project easily, in besides that the project make multi language. If you want to change the name of an object in the project, you can easily change from string table. If we look at the "multi language" in the another way, you can find the multi language concept(and for more information) in the NB Panel.( NB Panel: How To Make A Project Multi Language? ) Some significant properties of the Movicon 11 multi language can be listed below; Editor available in 7 different languages Project language switching via easy to use strings Switch between languages in Edit & Run-time   ...

Movicon 11.6: How To Use Recipe?

Image
      Friendly Reminder:             Before starting the post I would like to give some of useful links below for someone who don't want to read all story. Movicon Recipe Sample Programme My Recipe Sample Programme (I used MSAccess for Database, but you can find SQLServer2012 Database Configuration from my another  YouTube Video )  How to use Recipe YouTube Video      Processing data storing(recipe management) is such an handy function at Movicon SCADA. As I mentioned before the types of storing recipe data, one way to use recipe is to hold data into the database. With exporting and importing of the recipes, archiving could be applied for the production processes. You can see the database and recipe diagram from below figure. Fig : Recipe And Database Diagram      First step is to create Structure Prototype of the recipe and then adding a variable which in the type of structure( Recipe_Structure ...

Movicon 11 SCADA

Image
          Before starting Movicon 11, I would like mention "What Is SCADA", "Industrial Usage Of SCADA" and "Progea & Movicon 11" respectively.     

Hello World

Image
     Firstly, before starting to introduce myself I would like to mention about the title of this introduction post. "Hello World" is such an important word groups for starting a programming language. This is probably first "output" for every software language learners. So I would like to start with them, too.        I am an electric-electronic engineer since 2017. While in my university life I was dealing with Fuzzy Logic and Image Processing. After graduation I have started to work on industrial robotics and SCADA/HMI, energy monitoring especially to collect data about daily/weekly/monthly/yearly energy consumption for company and detailing the question that "How many products are produced? versus How much energy(water, steam, electric) were used?". We can simply call it "productivity" for a specific production lines individually and company.       This is my personal blog for sharing some experiences on industrial programmin...