Search found 15 matches
- Fri Jun 27, 2025 12:40 pm
- Forum: Bugs / Problems
- Topic: S7+ driver RID / LID to plain text address
- Replies: 1
- Views: 1833
S7+ driver RID / LID to plain text address
Hello all, I've been getting strange log messages of the S7+ driver recently: WCCOAs7plus (1), 2025.06.27 12:14:08.275, PARAM,SEVERE, 51/s7plus, GetVariablesCallbackHandler, error_get, _ae_touPlc addr: Rid:2316173333Lid:2550.9.12.21.8.1.10, Value out of range detected (-9129204363372593213) WCCOAs7p...
- Tue Oct 18, 2022 11:01 am
- Forum: Bugs / Problems
- Topic: Restore alert history in new database
- Replies: 2
- Views: 2855
Re: Restore alert history in new database
OK thank you. Suppose we will use the online backup in the future.
Regards,
HBraun
Regards,
HBraun
- Mon Oct 17, 2022 11:44 am
- Forum: Bugs / Problems
- Topic: Restore alert history in new database
- Replies: 2
- Views: 2855
Restore alert history in new database
Hello all, I recently had to restore a damaged database from an old ASCII-Export. Everything is working except of the alert history. I manually copied all of the alert history directories (db/wincc_oa/al*, e.g. al1665999644) from the damaged database to the new database directory in file explorer bu...
- Wed Sep 08, 2021 5:14 pm
- Forum: HowTos
- Topic: WCCOAascii Manager Questions
- Replies: 4
- Views: 5879
Re: WCCOAascii Manager Questions
Hello,
You can check the command line parameters required in the ASCII-manager panel in Gedi (3.16/Panels/vision/AsciiMan.pnl). Just add a DebugN() for the command line the panel creates, run the panel and do the ASCII export you want and check the command line in the log viewer.
Regards
You can check the command line parameters required in the ASCII-manager panel in Gedi (3.16/Panels/vision/AsciiMan.pnl). Just add a DebugN() for the command line the panel creates, run the panel and do the ASCII export you want and check the command line in the log viewer.
Regards
- Fri Mar 27, 2020 2:46 pm
- Forum: Bugs / Problems
- Topic: 3.16P17 - Silent print of PDF ewo
- Replies: 4
- Views: 5579
Re: 3.16P17 - Silent print of PDF ewo
Hello Mr. Knipp, I tested it also with a delay (up to 30 seconds) after loading the PDF, but the content of the PDF does still not appear on the printout. When I open the panel in quick test there is no noticable delay until the PDF is displayed. Also printing the panel including PDF-EWO with "...
- Mon Mar 23, 2020 4:24 pm
- Forum: Bugs / Problems
- Topic: 3.16P17 - Silent print of PDF ewo
- Replies: 4
- Views: 5579
3.16P17 - Silent print of PDF ewo
Hello everyone, I try to print a panel which includes a PDF-ewo with silent print function but the in the printout the PDF-ewo is always blank (PDF file seems to be loaded by the EWO though, "load" returns 0). I tried adding a delay after loading the PDF but the EWO remains blank in the ou...
- Fri Feb 28, 2020 9:03 am
- Forum: HowTos
- Topic: Vision window name without panel
- Replies: 3
- Views: 5028
Re: Vision window name without panel
Thanks a lot, setWindowTitle() works perfectly. I can omit the -m paramter now.
- Wed Feb 26, 2020 10:05 pm
- Forum: HowTos
- Topic: Vision window name without panel
- Replies: 3
- Views: 5028
Vision window name without panel
Hello everyone, You can set the window name of the vision module with "-m" option of the UI. E.g. -p testPanel.xml -m vision:"myWindow" But this way the window in windows is always the name specified at the -m parameter + ":" + the panel. E.g. "myWindow:testPanel.x...
- Thu Sep 26, 2019 7:06 am
- Forum: Bugs / Problems
- Topic: Read single character from uni-string
- Replies: 4
- Views: 4480
Re: Read single character from uni-string
Thank you, uniSubStr() works fine. When searching for uni-string functions in the help I searched for "uniStr*" so I did not find it...
- Wed Sep 25, 2019 5:48 pm
- Forum: Bugs / Problems
- Topic: Read single character from uni-string
- Replies: 4
- Views: 4480
Read single character from uni-string
Hello, I use WinCC-OA 3.16P11. Is it possible to read a single character from an uni-string. Adressing characters with [index] seems to work byte-wise only. For example reading the 3. character ("ö") from string "aböcd" does not work with string[2]. Also I could not find any uniS...