Search found 13 matches

Search

by Sector97
Tue Dec 17, 2024 1:53 am
Forum: HowTos
Topic: How to link events to arbitrary keypresses
Replies: 2
Views: 2482

How to link events to arbitrary keypresses

I'm looking for a straightforward way to link user keyboard key presses to specific events in WinCC OA 3.19. For example, if I wanted to toggle the visibility of a warning (Visible/Invisible) in Vision whenever the Caps Lock key is pressed, what would be the simplest way to monitor that specific key...
by Sector97
Thu Jun 13, 2024 1:11 am
Forum: HowTos
Topic: Automated GUI tester Squish can't see basic shapes or reference panels in WinCC OA
Replies: 4
Views: 1693

Re: Automated GUI tester Squish can't see basic shapes or reference panels in WinCC OA

Cheers, Leopold thanks for your response. It's a pity Squish is so limited in the components it can select. Thanks for the tip to look at the OA recording functionality, I'll have to investigate that capability to see if it's suitable for automated GUI testing.
by Sector97
Mon May 27, 2024 5:23 am
Forum: HowTos
Topic: Automated GUI tester Squish can't see basic shapes or reference panels in WinCC OA
Replies: 4
Views: 1693

Automated GUI tester Squish can't see basic shapes or reference panels in WinCC OA

Hi everyone, I am exploring options for automated GUI testing of WinCC OA and have identified Squish https://kb.froglogic.com/squish/installation/ as a potential tool for this purpose. However, I am quite new to Squish, and I've been running into issues integrating it with WinCC OA. I've been able t...
by Sector97
Mon May 27, 2024 3:19 am
Forum: HowTos
Topic: Is it possible to Embed the OA Log Viewer into a page or panel
Replies: 7
Views: 6715

Re: Is it possible to Embed the OA Log Viewer into a page or panel

@gschijndel regarding your statement "If the logviewer is opened with openLogViewer it should be possible to dock it" Would you be able to provide an example please on how to do this programmatically. The docs https://www.winccoa.com/documentation/WinCCOA/3.18/de_AT/ControlE_R/openLogViewe...
by Sector97
Mon Nov 27, 2023 1:15 am
Forum: HowTos
Topic: Is it possible to Embed the OA Log Viewer into a page or panel
Replies: 7
Views: 6715

Re: Is it possible to Embed the OA Log Viewer into a page or panel

Cheers, thank you for all the suggestions.
by Sector97
Mon Nov 13, 2023 12:25 am
Forum: HowTos
Topic: Is it possible to Embed the OA Log Viewer into a page or panel
Replies: 7
Views: 6715

Is it possible to Embed the OA Log Viewer into a page or panel

I was wondering if there was an easy way to embed the OA Log viewer (pictured in the link into a page/pnl either as an embedded module or child panel. https://postimg.cc/kDW8hSPN There are a couple of test pages we use for development and it would nice to incorporate the Log Viewer into these pages ...
by Sector97
Sun Oct 08, 2023 11:55 pm
Forum: HowTos
Topic: How to trigger the reload of all CTRL libraries via command line
Replies: 3
Views: 3948

Re: How to trigger the reload of all CTRL libraries via command line

Cheers Herbet, thanks very much for clarifying that.
by Sector97
Wed Oct 04, 2023 3:10 am
Forum: HowTos
Topic: How to trigger the reload of all CTRL libraries via command line
Replies: 3
Views: 3948

How to trigger the reload of all CTRL libraries via command line

I was wondering if it's possible to trigger the reloading of all CTRL libraries via command line instead of going through the menus in Gedi: See Image: https://pasteboard.co/Ga0QiW7Moazj.png Ideally I'd want to be able to enter a command like "WCCOAui -reloadCTRLIBs" to trigger the same re...
by Sector97
Thu Jul 20, 2023 6:20 am
Forum: HowTos
Topic: How to ping a server in Win CC OA?
Replies: 2
Views: 3144

Re: How to ping a server in Win CC OA?

Cheers, thanks for the input will give that a shot.
by Sector97
Wed Jul 05, 2023 2:16 am
Forum: HowTos
Topic: How to ping a server in Win CC OA?
Replies: 2
Views: 3144

How to ping a server in Win CC OA?

Hey everyone,

Fairly basic question, but what's the most straightforward way to ping a server in WinCC OA?
Essentially I want to create a function where you can ping a given ip address and get a True/False based on whether the server responds to a ping.