Search found 28 matches

Search

by luis.bustamante
Fri Mar 17, 2023 8:35 am
Forum: HowTos
Topic: WinCC OA 3.19 SQLite custom database
Replies: 1
Views: 2732

WinCC OA 3.19 SQLite custom database

Hi, I'm using WinCC OA 3.19 P001 on Windows and Linux. I would like to know if it would be possible to create a new database SQLite file manually inside the project, and to be able to connect to it from the WinCC OA CTRL code. How could I connect to this new SQLite file from the OA code ? Is there a...
by luis.bustamante
Thu Mar 02, 2023 2:30 pm
Forum: HowTos
Topic: AES Customizations - popupMenu
Replies: 1
Views: 2965

Re: AES Customizations - popupMenu

I am answering myself while waiting to see if anyone has a solution. The problem is in the function aes_menuFunctionHandler(... int row ...) which does not pass the "row" parameter internally to the g_aesRowCustomizer.handleMenuItemClick() function. handled = g_aesRowCustomizer.handleMenuI...
by luis.bustamante
Thu Mar 02, 2023 12:22 pm
Forum: HowTos
Topic: AES Customization - stylesheet
Replies: 3
Views: 3918

Re: AES Customization - stylesheet

Thanks kilianvp, for your answer. What is the best way to use these AEScreen.pnl and AESRow.pnl panels. 1. Customizing each panel inside my project, and directly using them with the openAES() function. 2. Customizing each panel inside my project, and embedding those panels as panels reference inside...
by luis.bustamante
Thu Mar 02, 2023 8:56 am
Forum: HowTos
Topic: AES Customization - stylesheet
Replies: 3
Views: 3918

AES Customization - stylesheet

Hi, I would like to know how to customize the AES tables to add styles to them. You have to modify directly the AEScreen and AESRow panel, or you can do it without modifying those panels ? The way I know how to do it would be to modify those panels, add the Typename parameter to the tables, and then...
by luis.bustamante
Thu Mar 02, 2023 8:36 am
Forum: HowTos
Topic: AES Customizations - popupMenu
Replies: 1
Views: 2965

AES Customizations - popupMenu

Hi, I'm using WinCC OA version 3.18 and 3.19. I'm testing the new functionality of adding more items to the popupMenu in the AES, using 2 libraries. - aescustomizations.ctl - CustomizeAesRow.ctl Inside the CustomizeAesRow library and the handleMenuItemClick() method, how can I know the element on wh...
by luis.bustamante
Tue Jan 17, 2023 11:44 am
Forum: Bugs / Problems
Topic: Unexpected state, UserType::~UserType
Replies: 2
Views: 3431

Re: Unexpected state, UserType::~UserType

Hi goog morning,

Thanks kilianvp for your responses.

I have upgraded to patch P014, but the problem remains, now I don't see any message in the log, but GEDI keeps closing.

I hope someone from ETM will see this message and and keep checking it.

Thank you for your help.
by luis.bustamante
Wed Jan 04, 2023 8:46 am
Forum: Bugs / Problems
Topic: Unexpected state, UserType::~UserType
Replies: 2
Views: 3431

Unexpected state, UserType::~UserType

Hello, I have WinCC OA 3.18 P013 installed on my laptop (Windows 10), and GEDI closes every frequently, and in the log I get this message. WCCOAui (1), 2023.01.04 08:35:33.089, IMPL, SEVERE, 54, Unexpected state, UserType::~UserType, UserType still referenced 4 times! This will crash!, FactoryLibrar...
by luis.bustamante
Thu Nov 17, 2022 11:54 am
Forum: Off-Topic
Topic: MQTT driver and Sparkplug specification
Replies: 2
Views: 11174

Re: MQTT driver and Sparkplug specification

Thank you for the information, it is now clear to me.

Best regards,
Luis Miguel BP.
by luis.bustamante
Wed Nov 16, 2022 9:53 am
Forum: Off-Topic
Topic: MQTT driver and Sparkplug specification
Replies: 2
Views: 11174

MQTT driver and Sparkplug specification

Good morning everybody

Does anyone know if WinCCOA with the MQTT driver supports the Sparkplug specification?

We use OA version 3.18

Best regards,
Luis Miguel BP
by luis.bustamante
Thu Sep 15, 2022 12:29 pm
Forum: HowTos
Topic: HTTP Server CTRL functions - httpServer
Replies: 3
Views: 3482

Re: HTTP Server CTRL functions - httpServer

Hello, Thank you very much for your answers. I have tried kilianvp's example and it worked fine. I tried gschijndel's comment and it also worked fine. By default all urls of the http server require authentication as specified at the 'httpServer' function call. The 'httpSetPermission' is only needed ...