What is your issue with RDB?
Which buffer do you want to increase? Data manager -> RDB manager? Or RDB manager -> Oracle?
Search found 607 matches
- Thu Dec 13, 2018 9:15 am
- Forum: Bugs / Problems
- Topic: Oracle send buffer size
- Replies: 1
- Views: 3427
- Fri Dec 07, 2018 4:57 pm
- Forum: Bugs / Problems
- Topic: Webview EWO Flickering on Value Change
- Replies: 1
- Views: 3268
Re: Webview EWO Flickering on Value Change
Why not make the application available as an EWO?
- Fri Dec 07, 2018 4:22 pm
- Forum: Bugs / Problems
- Topic: ASCII import returns unknown
- Replies: 2
- Views: 3948
Re: ASCII import returns unknown
If I am correct the ascii manager return code 79 means plant model element already exists.
- Fri Dec 07, 2018 9:15 am
- Forum: HowTos
- Topic: Setting panel properties through reference panel
- Replies: 4
- Views: 5410
Re: Setting panel properties through reference panel
Currently this is not possible. It is currently being analyzed.
- Fri Dec 07, 2018 9:09 am
- Forum: Bugs / Problems
- Topic: Control Extension Template Project Creation for Linux
- Replies: 2
- Views: 3992
Re: Control Extension Template Project Creation for Linux
Cross compiling is not supported. Install WinCC OA on Linux for compiling for Linux targets.
- Fri Dec 07, 2018 9:02 am
- Forum: HowTos
- Topic: How to connect Wincc OA with UDP Protocol?
- Replies: 14
- Views: 12583
Re: How to connect WinCC OA with UDP protocol?
<r><B><s>[b]</s>Kalaiyarasi Arumugam wrote:<e>[/b]</e></B> <QUOTE><s>[quote]</s>Can you please provide the proper syntax for udpRead() function.<e>[/quote]</e></QUOTE> The syntax looks OK, but perhaps the 3 seconds are too short. Try it with setting the 'togglebutton' property of your pushbutton and...
- Wed Dec 05, 2018 11:58 am
- Forum: HowTos
- Topic: How to connect Wincc OA with UDP Protocol?
- Replies: 14
- Views: 12583
Re: How to connect WinCC OA with UDP protocol?
Try it with 'udpOpen("10.170.14.100", 4700)', than you should be able to receive messages.
Also your loop will never end, because 'open' is not written by 'udpRead'.
Also your loop will never end, because 'open' is not written by 'udpRead'.
- Tue Dec 04, 2018 1:24 pm
- Forum: HowTos
- Topic: How to connect Wincc OA with UDP Protocol?
- Replies: 14
- Views: 12583
Re: How to connect Wincc OA with UDP Protocol?
You have not specified a port to open, so that could be the reason why it is not working. It should be the port the partner is sending to.
Is 10.170.12.30 the local address of the host running this UDP program and is the partner sending its data to this address?
Is 10.170.12.30 the local address of the host running this UDP program and is the partner sending its data to this address?
- Mon Dec 03, 2018 9:00 am
- Forum: HowTos
- Topic: How to subscribe for buttons click in table?
- Replies: 3
- Views: 2870
Re: How to subscribe for buttons click in table?
<r><B><s>[b]</s>Vitaly Yarymov wrote:<e>[/b]</e></B> <QUOTE><s>[quote]</s>I created a table and put in cell PushButton widget.<br/> I don't know how can catch PushButtons "Clicked" event.<e>[/quote]</e></QUOTE> A click in the table should result in the clicked event of the table. Does this not happe...
- Mon Dec 03, 2018 8:43 am
- Forum: Bugs / Problems
- Topic: PLC Safety Signature and Date/Time to show in WinCC-OA from Siemens PLC
- Replies: 5
- Views: 6030
Re: PLC Safety Signature and Date/Time to show in WinCC-OA from Siemens PLC
<r><B><s>[b]</s>Yeshwarya Thakur wrote:<e>[/b]</e></B> <QUOTE><s>[quote]</s>for display in Text Field, i used Decimal to Hex converter script which i found in Google and its working fine.<e>[/quote]</e></QUOTE> As I wrote earlier to display a value in the hexadecimal format, you can use the 'sprintf...