Search found 61 matches

Search

by AMRPatricio
Thu Nov 18, 2021 4:53 pm
Forum: Features / Solutions
Topic: getDollarList
Replies: 4
Views: 13110

Re: getDollarList

kilianvp wrote: Wed Nov 17, 2021 10:56 pm The functions getDollarList() and getDollarParamsFromPanel() are only working in the UI.
Thanks kilianvp. That is what I understood. In my case I need to get such information referring to a panel that is not necessarily running. Any ideas or suggestions?

BR,
Antonio Patricio
by AMRPatricio
Wed Nov 17, 2021 5:32 pm
Forum: Features / Solutions
Topic: getDollarList
Replies: 4
Views: 13110

getDollarList

Hi All, From a control script, I am trying to obtain the dollar parameters list associated with a specific panel. I tried using getDollarList() and getDollarParamsFromPanel() , however I always receive a error saying "Function not defined". Any idea why? If a call any of this functions ins...
by AMRPatricio
Wed Aug 25, 2021 3:10 pm
Forum: HowTos
Topic: WinCC OA 3.18 and auto-scaling
Replies: 3
Views: 7929

Re: WinCC OA 3.18 and auto-scaling

Hi Jan,
did you find a solution to your problem? I am facing similar issues.

Best regards,
Antonio Patricio
by AMRPatricio
Tue Jun 22, 2021 12:15 pm
Forum: HowTos
Topic: AEScreen and AESrow to display miliseconds
Replies: 4
Views: 8781

AEScreen and AESrow to display miliseconds

Hi All,
How can configure the time stamp of AEScreen and AESrow to display miliseconds?

Thank you.

Antonio
by AMRPatricio
Thu Mar 18, 2021 2:52 pm
Forum: HowTos
Topic: Only one state of a bool to be shown in AES/Events section
Replies: 5
Views: 5490

Re: Only one state of a bool to be shown in AES/Events section

If the TRUE state raises the CAME alert you can filter in the AEScreen only for the CAME alerts. Then only the CAME alerts will be shown for any alarm. Best Regards Leopold Knipp Senior Support Specialist Hi Leopold, I am currently facing similar issue. Regarding the functionality to display only C...
by AMRPatricio
Wed Sep 23, 2020 5:51 pm
Forum: Features / Solutions
Topic: Raima vs Oracle
Replies: 1
Views: 5920

Raima vs Oracle

Hi all,
Based on your experience and knowledge what the advantages of using Oracle and why/when shall I opt for Oracle instead of Raima.

Thank you all.
Best regards,
Antonio Patricio
by AMRPatricio
Wed Jun 24, 2020 7:01 pm
Forum: Features / Solutions
Topic: Panel topology - Node script
Replies: 1
Views: 6050

Panel topology - Node script

Hi all, If I understood right, panel topology nodes can be associated with panels or with functions scripts. Looking on the second option a function can be executed on a node when a specific node is selected, e. g : EXECSCRIPT pt_click_PT_navi_aes("aes_default", "", 1) will open ...
by AMRPatricio
Tue Jun 23, 2020 6:44 pm
Forum: Bugs / Problems
Topic: Multi-Screen Configuration - Templates
Replies: 1
Views: 3202

Multi-Screen Configuration - Templates

Hi all, I have two screens using the same template. In the naviModule one of my icons is a push-button which it changes the colour based on the toggle state. Shall the toggle state and colour to be updated in both screens independently of the screen where I did use to perform the click? It is not ha...
by AMRPatricio
Wed Feb 12, 2020 10:40 am
Forum: HowTos
Topic: Alarm list based on user login
Replies: 3
Views: 5598

Re: Alarm list based on user login

Hi Leopold, Thanks for your response. I do understand what you said. The problem of the approach no. 1 is the fact that it requires (in my case) 3x configs of each type for each user(profile): AEScreen (Alerts, events, alertRow), AESProperties (Alerts, events, alertRow). Any small change, e.g , addi...
by AMRPatricio
Mon Feb 10, 2020 5:13 pm
Forum: HowTos
Topic: aesrow filter based on user permission and location
Replies: 3
Views: 6949

Re: aesrow filter based on user permission and location

Hi Leopold,
How the step “Pass a suitable value for the $-paramter to the AESRow when a user logs on.” can in fact be done?
I did understand the parameter to be passed needs to be the $SCREENTYPE, but the function setDollarParams may not be used as per online help.

Br,
Antonio Patricio