Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Regarding the integration of Qt App to WincCC OA
Forum Updated to NodeBB v4.3 + New Features

Regarding the integration of Qt App to WincCC OA

Scheduled Pinned Locked Moved Solved 3rd Party Software
winccc
15 Posts 2 Posters 6.7k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mrjjM Offline
    mrjjM Offline
    mrjj
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi
    Siemens SIMATIC WinCC ?

    I only tried in older version. Using the ODK to read PLC data points ( variables) from
    a windows DLL that would then draw on top of the siemens HMI.

    I can really recommend in this case to read docs first.
    Also depends on what kind of integration you are after.

    Im not sure its possible to mix Qt widgets with siemens controls.
    It was not flexible at all and really heavy.

    But that can have changed in the new versions.

    So you want to make new controls or what kind of role will Qt play?

    1 Reply Last reply
    1
    • Pradeep KumarP Offline
      Pradeep KumarP Offline
      Pradeep Kumar
      wrote on last edited by Pradeep Kumar
      #3

      K i will read the documents .

      I need to do a integration of Camera in WinCC OA.

      posted in another thread
      https://forum.qt.io/topic/74172/regarding-the-classes-required-for-gerting-the-live-streaming-of-cc-camera

      And do i need to make a plugin , or an app. or an lib.

      Because we need to rename as .EWO so i am asking this question?.

      Thanks,

      Pradeep Kumar
      Qt,QML Developer

      1 Reply Last reply
      0
      • Pradeep KumarP Offline
        Pradeep KumarP Offline
        Pradeep Kumar
        wrote on last edited by Pradeep Kumar
        #4

        Added to my previous post, how to have Qt widgets on the panel of WinCC OA?.
        Using latest WinCC OA version 3.15

        Thanks,

        Pradeep Kumar
        Qt,QML Developer

        1 Reply Last reply
        0
        • Pradeep KumarP Offline
          Pradeep KumarP Offline
          Pradeep Kumar
          wrote on last edited by
          #5

          @mrjj

          As u said u have tried WinnCC OA, can u please tell me having a query.

          We need to provide a lib and rename it to .ewo extension,
          In Qt do we need to create as Qt plugin or Qt shared library?.

          Thanks,

          Pradeep Kumar
          Qt,QML Developer

          mrjjM 1 Reply Last reply
          0
          • Pradeep KumarP Pradeep Kumar

            @mrjj

            As u said u have tried WinnCC OA, can u please tell me having a query.

            We need to provide a lib and rename it to .ewo extension,
            In Qt do we need to create as Qt plugin or Qt shared library?.

            Thanks,

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #6

            @Pradeep-Kumar said in Regarding the integration of Qt App to WincCC OA:

            ewo

            As far as I know its a shared library. DLL.
            https://portal.etm.at/index.php?option=com_kunena&Itemid=75&func=view&catid=14&id=1106
            I used a much older version (5) and it was just normal DLLS that could be used by the siemens runtime.
            You just created a normal DLL in VIsual Studio and linked with the siemens ODK.
            I guess it still the same but i have not seen TigerPortal or what the new stuff is called.

            1 Reply Last reply
            0
            • Pradeep KumarP Offline
              Pradeep KumarP Offline
              Pradeep Kumar
              wrote on last edited by
              #7

              Hi

              k do we need to compile through Visual Studio or Qt Creator?.
              And when we get .dll we have to rename to .ewo For Ex: MyApp.ewo

              Thanks,

              Pradeep Kumar
              Qt,QML Developer

              mrjjM 1 Reply Last reply
              0
              • Pradeep KumarP Pradeep Kumar

                Hi

                k do we need to compile through Visual Studio or Qt Creator?.
                And when we get .dll we have to rename to .ewo For Ex: MyApp.ewo

                Thanks,

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by mrjj
                #8

                @Pradeep-Kumar

                Hi.
                I think only visual studio is supported. ( the compiler)
                And make sure is the right version.
                If it wants 2013, then 2015 wont work.

                Also Qt Creator is an editor.
                And it can use the visual studio - compiler.

                so you must use visual studio compiler.
                either in Creator or the visual Studio editor.

                But you should just ask them. siemens is very expensive and
                closed. But they have good support.

                1 Reply Last reply
                0
                • Pradeep KumarP Offline
                  Pradeep KumarP Offline
                  Pradeep Kumar
                  wrote on last edited by
                  #9

                  K thanks for the reply.

                  We need to use Qt IDE with Visual studio compiler, for development and implementation.
                  And As WinCC OA says we need to use Visual Studio 2013 and Qt 5.5.0 version.

                  Thanks,

                  Pradeep Kumar
                  Qt,QML Developer

                  mrjjM 1 Reply Last reply
                  1
                  • Pradeep KumarP Pradeep Kumar

                    K thanks for the reply.

                    We need to use Qt IDE with Visual studio compiler, for development and implementation.
                    And As WinCC OA says we need to use Visual Studio 2013 and Qt 5.5.0 version.

                    Thanks,

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #10

                    @Pradeep-Kumar said in Regarding the integration of Qt App to WincCC OA:

                    Qt IDE

                    Yes, i think mingw is not supported at all.
                    Also if ODK says VS2013- SP2. Then nothing else will work. So also check service pack level.
                    ( in my little siemens experience)

                    Pradeep KumarP 1 Reply Last reply
                    0
                    • mrjjM mrjj

                      @Pradeep-Kumar said in Regarding the integration of Qt App to WincCC OA:

                      Qt IDE

                      Yes, i think mingw is not supported at all.
                      Also if ODK says VS2013- SP2. Then nothing else will work. So also check service pack level.
                      ( in my little siemens experience)

                      Pradeep KumarP Offline
                      Pradeep KumarP Offline
                      Pradeep Kumar
                      wrote on last edited by
                      #11

                      So also check service pack level.
                      ( in my little siemens experience)

                      What is this?

                      Thanks,

                      Pradeep Kumar
                      Qt,QML Developer

                      mrjjM 1 Reply Last reply
                      0
                      • Pradeep KumarP Pradeep Kumar

                        So also check service pack level.
                        ( in my little siemens experience)

                        What is this?

                        Thanks,

                        mrjjM Offline
                        mrjjM Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on last edited by
                        #12

                        @Pradeep-Kumar
                        Hi
                        For the visual compiler.
                        There comes big updates called Service Packs (SP)
                        So if docs says
                        VS 2013 - sp2
                        it means vs 2013 and big patches sp1 +sp2 also installed.

                        Sometimes, this is critical.

                        1 Reply Last reply
                        0
                        • Pradeep KumarP Offline
                          Pradeep KumarP Offline
                          Pradeep Kumar
                          wrote on last edited by
                          #13

                          The doc says

                          Visual C++ / Visual Studio 2013 (VC12) Compiler Version 18.00.30501 for x64

                          is required.

                          Thanks,

                          Pradeep Kumar
                          Qt,QML Developer

                          1 Reply Last reply
                          1
                          • Pradeep KumarP Offline
                            Pradeep KumarP Offline
                            Pradeep Kumar
                            wrote on last edited by
                            #14

                            Hi,

                            @mrjj

                            Reading the documentaion and searching the forum we were able to create ewo objects , the sample one and integrate to WinCC OA panel.

                            We have one more forum etm forum for WinCC OA .

                            Thanks,

                            Pradeep Kumar
                            Qt,QML Developer

                            mrjjM 1 Reply Last reply
                            1
                            • Pradeep KumarP Pradeep Kumar

                              Hi,

                              @mrjj

                              Reading the documentaion and searching the forum we were able to create ewo objects , the sample one and integrate to WinCC OA panel.

                              We have one more forum etm forum for WinCC OA .

                              Thanks,

                              mrjjM Offline
                              mrjjM Offline
                              mrjj
                              Lifetime Qt Champion
                              wrote on last edited by
                              #15

                              @Pradeep-Kumar
                              sounds like a good place to ask :O

                              1 Reply Last reply
                              1

                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Search
                              • Get Qt Extensions
                              • Unsolved