Good day all ,
I want to ask if there is a capability to import or use third party tools in wincc oa , the third party tools that we are dealing with for example are: devexpress , infragestic , windows forms and others .
Regards
Third Party tools usage
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Third Party tools usage
If you want to include graphical objects in WinCC OA you can use objects based on C++ and QT. For details please have a look at the WinCC OA documentation: Graphics Editor --> Complex graphic objects --> EWO (External Widget Object).
Also it is possible to use ActiveX elements if there are available as 64bit version as WinCC OA is a 64bit application.
Best Regards
Leopold Knipp
Senior Support Specialist
Also it is possible to use ActiveX elements if there are available as 64bit version as WinCC OA is a 64bit application.
Best Regards
Leopold Knipp
Senior Support Specialist
- IBRAHIMALALI
- Posts:67
- Joined: Thu Oct 05, 2017 5:28 pm
Re: Third Party tools usage
Is there a way to import dll files ? And use them . As well we can see that the floating database files are encrypted ,we want to access them in a way as example to be able to filter the tree according to user authorization level or according to his area of interest automatically .
It's so kind of you to answer always , You're such a great support team.
Regards
It's so kind of you to answer always , You're such a great support team.
Regards
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Third Party tools usage
The database files cannot be read with external programs. If you want to read information stored in these files you have to use the WinCC OA functions to read/write information stored at dp elements or in the dp identification.
Which "tree" are you talking about?
Best Regards
Leopold Knipp
Senior Support Specialist
Which "tree" are you talking about?
Best Regards
Leopold Knipp
Senior Support Specialist
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Third Party tools usage
IBRAHIM AL ALI wrote:
For using DLLs you can look into this topic: Using DLL in WinCC OA projectIs there a way to import dll files? And use them.