Search found 11 matches

Search

by dgi
Sat Dec 10, 2022 1:26 pm
Forum: Bugs / Problems
Topic: Win CC control sendMail() SSL error
Replies: 2
Views: 3939

Re: Win CC control sendMail() SSL error

What patch are you using, I think you might consider an update? They fixed their sendmail executable (which is based on the sendMail perl script) to support newer SSL/TLS versions. (we had the same problem).
by dgi
Wed Jun 08, 2022 9:30 am
Forum: Bugs / Problems
Topic: Custom driver as a service
Replies: 4
Views: 2915

Re: Custom driver as a service

Sounds like you have two wincc oa versions installed. I assume because of your "PATH" variable your binaries use the WinCC OA libraries of the wrong installation.

Same problem like here: https://www.winccoa.com/forum/viewtopic ... 84#p969384
by dgi
Tue Jun 07, 2022 2:30 pm
Forum: Bugs / Problems
Topic: Changes in API
Replies: 1
Views: 2403

Re: Changes in API

Hi,

you have two WinCC OA Versions installed right? Try to remove the old version from your Windows "PATH" variable, reboot, rebuild and retry.

BR,
Giri
by dgi
Tue Feb 08, 2022 12:46 pm
Forum: Bugs / Problems
Topic: 3.18, API Driver Code, Manager::getId(xx,xy) is not working
Replies: 5
Views: 5533

Re: 3.18, API Driver Code, Manager::getId(xx,xy) is not working

How can I enable the driver code to load complete DP identifications ? Is there an alternative to Manager::getId() method ? Hi, here is what I do: // impl just to signal the framework, that we want the DPIdTable class WrapDrvPluginHdl : public DrvPluginHdl { bool needDpContainer() override { // yes...
by dgi
Mon Nov 01, 2021 6:59 pm
Forum: Features / Solutions
Topic: Ctrl sendMail type of recipient
Replies: 2
Views: 11013

Re: Ctrl sendMail type of recipient

Oh I see, the Ctrl function is just a wrapper around the sendEmail binary located within the WinCC OA bin directory. Thanks for the advice!
by dgi
Thu Oct 28, 2021 10:20 am
Forum: Features / Solutions
Topic: Ctrl sendMail type of recipient
Replies: 2
Views: 11013

Ctrl sendMail type of recipient

Hi,

is it possible to specify the type of recipient (CC, BC, TO) when using the Ctrl sendMail function?

Thanks in advance and BR,
Giri
by dgi
Tue May 18, 2021 6:51 pm
Forum: Bugs / Problems
Topic: OriginTime of QueryConnect hotlink not set
Replies: 3
Views: 3818

Re: OriginTime of QueryConnect hotlink not set

I am not able to attach screenshots... ("Sorry, the board attachment quota has been reached.") Opening this uri with any webbrowser on a Windows System with WinCCOA installed should open up the documentation I am refering to: file:///C:/Siemens/Automation/WinCC_OA/3.16/api/docu/class_dp_v_...
by dgi
Tue May 18, 2021 6:29 pm
Forum: Bugs / Problems
Topic: OriginTime of QueryConnect hotlink not set
Replies: 3
Views: 3818

Re: OriginTime of QueryConnect hotlink not set

Where in the API did you find this information? Within the C++ API documentation (see attached screenshot). In a query result (in CTRL) you do not get the information for the _stime if the item is not added to the list of queried attributes. Possibly it is the same in API. In case of a connect to _...
by dgi
Fri May 14, 2021 2:59 pm
Forum: Bugs / Problems
Topic: OriginTime of QueryConnect hotlink not set
Replies: 3
Views: 3818

OriginTime of QueryConnect hotlink not set

Hi, I just observed with WinCCOA 3.16 on linux, that the OriginTime (DpHLGroup::getOriginTime(), C++ API, described as time when value change occured) of DpQueryConnect hotlinks is not set. Is this intended behaviour? In alertConnect and dpConnect hotlinks this value holds the time of the value chan...
by dgi
Sun May 19, 2019 9:53 pm
Forum: Bugs / Problems
Topic: WinCC OA on Debian
Replies: 7
Views: 7964

Re: WinCC OA on Debian

PS: Same procedure also works for Ubuntu. (and probably also for all other .deb based distros)