Scripting example to create .csv file with cyclic data export - HMI / SCADA WinCC V7 Tutorial - #7

Поделиться
HTML-код
  • Опубликовано: 18 дек 2024

Комментарии • 18

  • @SCADAWorld
    @SCADAWorld  4 года назад +1

    More ready to use scripts soon 🔥

  • @motorx1817
    @motorx1817 Год назад

    this helped me a lot. Thank you! my routine before was to make a script to put everything on SQL server and then make a file that would extract the data from SQL which requires dozens of clicks. unlike putting it directly to a txt file or csv. made my life easy

  • @watsonct
    @watsonct 2 года назад +1

    Hi, very good video.
    I have a question, how can I errase the firsts inputs when the memory is full or when I get an specific number of inputs on the CSV??

    • @SCADAWorld
      @SCADAWorld  2 года назад

      You can make it with vb scripting :-)
      Dont wait for memory overload 😅

  • @farshidkavosi5818
    @farshidkavosi5818 4 года назад +1

    Hi thank you so much for sharing your valuable knowledge,
    Excuse me, my question is how we can log all Events into .CSV file, because the Event list capacity is only 1000 events, I'm really confused about the solution, i really appreciate if you help me in this way

    • @SCADAWorld
      @SCADAWorld  4 года назад +1

      Hello, you are welcome.
      Events capacity is much more than 1000:) events control displays only 1000 from single server but on this control you have posibilities to make filters on data. You can switch to previous 1000 records and previous and previous...
      All you need is to have alarm logging archives configured correctly.
      It's clear now or you need some more?

    • @SCADAWorld
      @SCADAWorld  4 года назад +1

      Check this movie:
      ruclips.net/video/mUrkIIeqWcg/видео.html

    • @farshidkavosi5818
      @farshidkavosi5818 4 года назад +1

      @@SCADAWorld hi thank you so much for helping, but unfortunately i didn't get the point, on the other hand if event list logs more than 1000 events, how can l access to it,
      Thanks a million

    • @SCADAWorld
      @SCADAWorld  4 года назад +1

      You can get it with list filters. I'm out without my PC. I'll answer in next week.
      You can send me message on contact form so i won't forget:-D 👇
      MyScadaWorld.com

    • @farshidkavosi5818
      @farshidkavosi5818 4 года назад

      @@SCADAWorld thank you so much for your time and helping, GOD BLESS YOU SIR

  • @isesistemaselectronicos4160
    @isesistemaselectronicos4160 3 года назад

    Hi, very helpfull your videos !!!!!
    I folow the steps to create the script in the example, works very well with the button, then I create the action VB and the trigger, save the action and all fine. But when I active the runtime the action does not work to create the file, only with the button. :( any tip?
    Thak you in advance for all the videos.

    • @SCADAWorld
      @SCADAWorld  3 года назад

      Let me check.
      Generally in this kind of work if your script is running with button so you need to check why same script is not running with action.
      Nothing more because they are same!
      *Check project properties if Global script actions are enabled :)*

    • @isesistemaselectronicos4160
      @isesistemaselectronicos4160 3 года назад

      @@SCADAWorld Oks thank you for the answer, I will check that..!!

  • @industrialautomationkotttu8841
    @industrialautomationkotttu8841 2 года назад +1

    Great