Search found 25 matches
- Wed Nov 10, 2021 5:44 am
- Forum: Bugs / Problems
- Topic: InfluxDB problem
- Replies: 1
- Views: 2581
InfluxDB problem
Hi. I have a problem with the InfluxDB manager. Restarting WCCOAnextgenarch and the entire project did not fix this issue. I'm using WinCC OA v3.17 P14. Error log below: WCCOAnextgenarch(118), 2021.11.10 09:24:07.314, IMPL, WARNING, 69, Database error, Some alerts are within read-only shards. Taking...
- Tue Nov 09, 2021 11:06 am
- Forum: Bugs / Problems
- Topic: dynAppend on dyn_string destination clears a source data, when source is element of dyn_dyn_string list
- Replies: 2
- Views: 2742
dynAppend on dyn_string destination clears a source data, when source is element of dyn_dyn_string list
Code: Select all
dynAppend(AlarmPipeList,PipeNameList[Idx]);
Code: Select all
dyn_string PipeDPList = PipeNameList[Idx];
dynAppend(AlarmPipeList,PipeDPList);
- Mon Nov 08, 2021 8:19 am
- Forum: Bugs / Problems
- Topic: getDomainOSUser slow execution & crash
- Replies: 3
- Views: 4709
- Fri Sep 17, 2021 9:27 am
- Forum: Bugs / Problems
- Topic: curveDataSource does not work with dynamically added curves to the trend
- Replies: 1
- Views: 3622
curveDataSource does not work with dynamically added curves to the trend
for(int i=0;i<TREND_MY.numTrendAreas;i++){ dyn_string curveNames=TREND_MY.curveNames(i); DebugTN("curveNames",curveNames); if(dynlen(curveNames)<=0) continue; for(j=1;j<=dynlen(curveNames);j++){ DebugTN("["+i+"]curveNames["+j+"]",curveNames[j]); if(TREND_MY.cu...
- Tue Aug 24, 2021 8:09 am
- Forum: HowTos
- Topic: Dynamicaly Add and Remove Itemxs drom Layout on CTRL
- Replies: 1
- Views: 4569
Dynamicaly Add and Remove Itemxs drom Layout on CTRL
How to get Layout Items from on CTRL?
How to get count of Layout Items from on CTRL?
How to add Item to end of Layout on CTRL?
How to remove Item from Layout on CTRL?
I found only the function LAYOUT.boxInsertItem(shape item, int idx)
How to get count of Layout Items from on CTRL?
How to add Item to end of Layout on CTRL?
How to remove Item from Layout on CTRL?
I found only the function LAYOUT.boxInsertItem(shape item, int idx)
- Wed Dec 02, 2020 8:21 am
- Forum: Bugs / Problems
- Topic: API Driver on 3.17. method toVar is not called when the subindex is not zero
- Replies: 1
- Views: 3059
Re: API Driver on 3.17. method toVar is not called when the subindex is not zero
How to using subindex to read dyn types values in toVar method? I configured subindex with value 1, but toVar called twice with subindex =0, and after with subindex =1. In implemeted addDpPa method of HWMapper runned this code: // Set Address and Subindex hwObj->setConnectionId(confPtr->getConnectio...
- Tue Dec 01, 2020 12:03 pm
- Forum: Bugs / Problems
- Topic: API Driver on 3.17. method toVar is not called when the subindex is not zero
- Replies: 1
- Views: 3059
API Driver on 3.17. method toVar is not called when the subindex is not zero
a virtual Method toVar implented from class Transformation: VariablePtr KSKD_set4tmTrans::toVar(const PVSSchar *_buffer, const PVSSushort _dlen, const PVSSushort subix) const { DEBUG_WORK("toVar:Start") DEBUG_WORK("toVar:dlen="<< _dlen<<";subix="<< subix<<";transTy...
- Thu Nov 05, 2020 11:17 am
- Forum: HowTos
- Topic: API C# on 3.17. How to Know ManagerNumber of OADriver
- Replies: 1
- Views: 3012
API C# on 3.17. How to Know ManagerNumber of OADriver
How to Know ManagerNumber of OADriver also I need to acces to ProcessValues and ProcessModel to read ConfigPoints of My Driver. How to send OAValue to WriteSingleValue How to receive OAValue with DriverWriteValue handler. I created a blob DP with config _address. I setup the Manager number with Para...
- Thu Oct 15, 2020 12:12 pm
- Forum: HowTos
- Topic: how to create a ctrl extension in .Net ? v.3.17
- Replies: 1
- Views: 3020
how to create a ctrl extension in .Net ? v.3.17
how to create a ctrl extension in .Net ? v.3.17
- Thu Oct 15, 2020 7:33 am
- Forum: Features / Solutions
- Topic: API C# 3.17: StopAsync do not Stop QuerySubscription
- Replies: 1
- Views: 5947
Re: API C# 3.17: StopAsync do not Stop QuerySubscription
API do not receive a connecction message from Server WCCILevent (0), 2020.10.15 10:09:22.786, SYS, SEVERE, 39, Connection lost, Send buffer limit exceeded, closing connection to (SYS: 1 Api -num 1 CONN: 1) @ WIN-36TE9LFF0BQ, [PeerItcIOHandler::sendCall] WCCOApostgree(1), 2020.10.15 10:09:22.787, SYS...