WinCC Unified V18: List files and folders structures with JavaScript

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ •

  • @michaelbrand7570
    @michaelbrand7570 Рік тому +1

    Dear Hecht
    Another cool and helpful video from you. Thank you for this real cool example. I think this can be very helpful for different projects I'm working on.
    See you next time

  • @t.m.113
    @t.m.113 Рік тому

    Hi from france, ur video are amazing, u legit save my first professional project. Ty

    • @DerHecht40
      @DerHecht40  Рік тому

      Hello, I'm glad that my videos help you

  • @budokannurnberg-karatefitn8269

    Hi DerHecht4.0, thank you very much for your workaround! C U

  • @GianlucaZavaglia
    @GianlucaZavaglia Рік тому

    Great site, thanks Mr. Hecht!
    I have a question: Classic HMI design objects such as List boxes, Check boxes or Radio buttons can contain a maximum of 32 elements. Is there a possibility to extend one of these objects to contain up to 256 elements?

  • @GianlucaZavaglia
    @GianlucaZavaglia Рік тому

    4:05
    ORA IN RIPRODUZIONE
    I see "WinCC Unified V18: List files and folders structures" but how can you select a file by touching it on the screen without typing it in full with the keyboard?

  • @roelvanlaar8545
    @roelvanlaar8545 Рік тому

    Dear Mr Hecht,
    I used you tutorial to navigate to a path in my windows application with a simulation running. For now I can only retrieve TXT or CSV files. is it possible to pull a JPG or PNG or SVG from a location on my pc and use that as an image for I don't know custom product handling?
    sincerely,
    Roel

  • @FlavioBiondi-v8d
    @FlavioBiondi-v8d Рік тому

    I've watched a lot of your videos to solve problems of Wincc, thanks you a lot. I have a question, in Wincc V18 now i see i can open trends on faceplates. I use a faceplates to interface Analog inputs and i would like to connect a log to the faceplate to show the storical of values automatically on the trend, but at now i'm only able to connect the tag with only the real time values. If you could help me I would be very happy.

  • @rahiedoemed9517
    @rahiedoemed9517 Рік тому

    Good morning, Is there a way to copy files/folder from storage medium to another storage medium? Example X61 to X62.

  • @kurtwysocki4433
    @kurtwysocki4433 Рік тому

    Would you be able to do a video on UMC? Thank you for all of your help

    • @DerHecht40
      @DerHecht40  Рік тому

      Do you know the video from Siemens?
      cache.industry.siemens.com/dl/dl-media/433/109782433/att_1088902/v2/109782433_SIMATIC_WinCC_Unified_Tutorial_Center_web/start.htm#!/de/15392

  • @MalyMis-b3b
    @MalyMis-b3b Рік тому

    Is it possible to send GET and PUT commands to the REST API server? If so, could you make a short video about it? The Rest API is very popular now so it would give a lot of possibilities

  • @GianlucaZavaglia
    @GianlucaZavaglia Рік тому

    Why does this routine work by reading directories on the hard disk but not work by reading directories on the SD card inside the HMI (media/simatic/X51/) or USB devices (media/simatic/X61/)?

  • @thomasbagge9585
    @thomasbagge9585 7 місяців тому

    You can use the following method - This script checks if there is a folder and then creates a folder if it does not exist:
    if (HMIRuntime.FileSystem.IsDirectory("C:\\LOG") == false ) {
    HMIRuntime.FileSystem.CreateDirectory("C:\\LOG")
    }

  • @ederstreet1
    @ederstreet1 5 місяців тому

    I have a WINCC Unified v18 running with SQL database, to reinstall the application on another computer how to copy the entire database from one computer to another to use with WINCC Unified on this new computer? With an attempt to upload backup database it didn't work.

  • @GianlucaZavaglia
    @GianlucaZavaglia Рік тому

    Perchè questa routine funziona leggendo le directory sull'hard disk ma non funziona leggendo le directory sulla scheda SD dentro l'HMI (media/simatic/X51/) o i device USB (media/simatic/X61/)?