Search found 12 matches
- Thu Jul 15, 2021 2:52 am
- Forum: Bugs / Problems
- Topic: 3.18, API Driver Code, Manager::getId(xx,xy) is not working
- Replies: 5
- Views: 5610
Re: 3.18, API Driver Code, Manager::getId(xx,xy) is not working
Hi Leopold, You answer is not very helpful ! I understand that a driver would rely on a HWMapper for the linking purposes, but I also need to communicate with other DPs. How can I enable the driver code to load complete DP identifications ? Is there an alternative to Manager::getId() method ? I revi...
- Wed Jul 14, 2021 3:27 am
- Forum: Bugs / Problems
- Topic: 3.18, API Driver Code, Manager::getId(xx,xy) is not working
- Replies: 5
- Views: 5610
3.18, API Driver Code, Manager::getId(xx,xy) is not working
Hello Community, I'm working on a custom driver development with C++ API. I can build the sample project and run it as a WinCC OA Manager. For some reason the function DrvManager::getId(dpTestName, dpIdBytesTx) function is not working in a Driver project, but it works in an API Manager sample projec...
- Mon Jul 23, 2018 3:37 am
- Forum: Bugs / Problems
- Topic: dpGroupsEdit_CheckGroups false Overflow triggering
- Replies: 2
- Views: 3229
Re: dpGroupsEdit_CheckGroups false Overflow triggering
yes, I had to tweak the library code to get over it and save the change into my project.
Guess my confusion came from warning message talking about nested levels..
Guess my confusion came from warning message talking about nested levels..
- Wed Jul 04, 2018 5:18 am
- Forum: Bugs / Problems
- Topic: dpGroupsEdit_CheckGroups false Overflow triggering
- Replies: 2
- Views: 3229
dpGroupsEdit_CheckGroups false Overflow triggering
<t>I have a set of DP-Groups, where Main Groups include Sub-Groups and Sup-Groups use DP(e) filters. This is 2-level reference. Some Main-groups include >20 Sub-groups.<br/> <br/> When I click "Check" button on Group Administration window, a warning is triggered with "Filter nested deeper than 20 le...
- Tue Jul 03, 2018 5:00 am
- Forum: HowTos
- Topic: Is there a library of time manipulation functions available for use?
- Replies: 2
- Views: 3390
Re: Is there a library of time manipulation functions available for use?
time t;
t=makeTime(1999,8,18,12,00);
Look up for "Time functions" in help.
t=makeTime(1999,8,18,12,00);
Look up for "Time functions" in help.
- Fri Jun 29, 2018 7:32 am
- Forum: Off-Topic
- Topic: Forum Bug? User profile is not available
- Replies: 1
- Views: 15185
Forum Bug? User profile is not available
Clicking on a name of someone else from forum takes me to my own profile.
is it a forum engine bug or security restriction ?
(using Chrome browser)
is it a forum engine bug or security restriction ?
(using Chrome browser)
- Fri Jun 29, 2018 7:18 am
- Forum: Features / Solutions
- Topic: Import Panel Topology
- Replies: 2
- Views: 4102
Re: Import Panel Topology
<t>For future reference:<br/> [ol]<br/> [*]Export _PanelTopology tag via ASCII Manager and review the structure in Excel (comma-delimited text import).[*]<br/> [*]Use Excel Formulas to replicate and expand the structure from step 1.[*]<br/> [*]Use VBA to concatenate data and produce a text file, con...
- Fri Jun 01, 2018 9:41 am
- Forum: HowTos
- Topic: Alarm disable for period of Time
- Replies: 2
- Views: 3005
Alarm disable for period of Time
What is the best way to disable Alarm for configurable period of time?
This should be done in runtime, with minimum user access check.
Alarm to be re-enabled automatically after time lapsed.
This should be done in runtime, with minimum user access check.
Alarm to be re-enabled automatically after time lapsed.
- Thu May 31, 2018 9:56 am
- Forum: HowTos
- Topic: Simple AESRow filter changing
- Replies: 15
- Views: 12646
Re: Simple AESRow filter changing
<r>have you seen this post?: <URL url="https://portal.etm.at/index.php?option=com_kunena&Itemid=75&func=view&catid=16&id=3101#4449"><LINK_TEXT text="https://portal.etm.at/index.php?option= ... =3101#4449">https://portal.etm.at/index.php?option=com_kunena&Itemid=75&func=view&a...
- Wed Mar 28, 2018 3:27 am
- Forum: HowTos
- Topic: Communicate my Wincc OA project with IBM MQ
- Replies: 2
- Views: 3618
Re: Communicate my Wincc OA project with IBM MQ
<t>1. find out how to prepare IBM MQ message (in CTRL script) and send directly to MQ broker using tcpOpen()/tcpWrite() methods.<br/> 2. convert your data to JSON and forward using netPost() to some 3rd party broker/service which can do IBM MQ formatting.<br/> 3. Use C# API for WinCC OA to integrate...