Search found 42 matches
- Sun Feb 07, 2021 10:04 am
- Forum: Bugs / Problems
- Topic: How to archive IEC104 variables with correct timestamps?
- Replies: 8
- Views: 10643
Re: How to archive IEC104 variables with correct timestamps?
Hi, I have the same problem. Did anybody find any solution? I use WinCC OA 3.17 P009. IEC104 server - S7-1200 CP 1243-1. I think the problem is with the timestamp format. CP 1243-1 sends values with timestamp in GMT format (UTC +0). But WinCC OA can not get them properly. I have read that: Drivers t...
- Sat Jan 09, 2021 4:51 am
- Forum: Bugs / Problems
- Topic: IEC Driver issues
- Replies: 3
- Views: 4277
Re: IEC Driver issues
Also I found why Invalid bit doesn't trigger when driver is disabled. From help: "Since the deactivation of a connection is a requested user action, in this case the invalid bits on connection loss are not set on the related input or input/output addresses. This means the invalid bits are only ...
- Sat Jan 09, 2021 4:48 am
- Forum: Bugs / Problems
- Topic: IEC Driver issues
- Replies: 3
- Views: 4277
- Thu Jan 07, 2021 9:45 am
- Forum: Bugs / Problems
- Topic: IEC Driver issues
- Replies: 3
- Views: 4277
IEC Driver issues
Hi,
Version WinCC OA 3.17 P009
Why driver error doesn't affect data point element's diagnostic attributes?
As far as I remember, this behavior is observed with other drivers as well.
https://prnt.sc/wi3gjh
Version WinCC OA 3.17 P009
Why driver error doesn't affect data point element's diagnostic attributes?
As far as I remember, this behavior is observed with other drivers as well.
https://prnt.sc/wi3gjh
- Mon Aug 17, 2020 11:12 am
- Forum: Features / Solutions
- Topic: Desktop UI with redundant servers and DRS
- Replies: 3
- Views: 7504
Re: Desktop UI with redundant servers and DRS
HI, Thanks for the reply. The think is that I don't have third machine for web-server so I wold like to know if it is possible to connect Desktop UI to redundant servers or not without any extra machines. If solution with Desktop UI is impossible I plane to use remote UI so my second question is If ...
- Fri Aug 14, 2020 12:51 pm
- Forum: Features / Solutions
- Topic: Desktop UI with redundant servers and DRS
- Replies: 3
- Views: 7504
Desktop UI with redundant servers and DRS
Hi, WinCC OA version 3.17 P005. I have 2 redundant servers and Desktop UIs; Is it possible to connect Desktop UI to redundant server directly? How? Or do I need separate web-server? In case if it is not possible, is it accessible to use Desktop UI REDU licenses with standard UI Clients (I mean witho...
- Fri Nov 16, 2018 9:29 am
- Forum: Features / Solutions
- Topic: Setting the $ parameter through the script
- Replies: 1
- Views: 4010
Setting the $ parameter through the script
<r>Hello, <br/> <br/> How can I set the $ parameter for a reference from another panel. Function setDollarParams may only be used under Windows (GEDI, reference configuration panel) (according to Help).<br/> <br/> Context:<br/> <br/> sShapeName = sModuleGedi+"."+pn_names<I><s>[i]</s>+":"+dp_names<I>...
- Wed Nov 14, 2018 9:10 am
- Forum: Features / Solutions
- Topic: Copying and pasting shapes in scripts in GEDI
- Replies: 11
- Views: 14060
Re: Copying and pasting shapes in scripts in GEDI
Thank you very much! This is exactly what I need.
Here I found how to access the panel as an object. Maybe someone will need:
setValue(myModuleName() + "." + rootPanel() + ":", "writeToFile", rootPanel(), "PNL");
Here I found how to access the panel as an object. Maybe someone will need:
setValue(myModuleName() + "." + rootPanel() + ":", "writeToFile", rootPanel(), "PNL");
- Wed Nov 14, 2018 6:49 am
- Forum: Features / Solutions
- Topic: Copying and pasting shapes in scripts in GEDI
- Replies: 11
- Views: 14060
Re: Copying and pasting shapes in scripts in GEDI
Yes, I want to create new panels from scratch via scripting.
Please give an example or reference how to use "writeToFile". According to the documentation, only the Table element has this method.
And please tell me how to use the panel as an object. To call its methods.
Please give an example or reference how to use "writeToFile". According to the documentation, only the Table element has this method.
And please tell me how to use the panel as an object. To call its methods.
- Wed Nov 14, 2018 5:55 am
- Forum: Features / Solutions
- Topic: Copying and pasting shapes in scripts in GEDI
- Replies: 11
- Views: 14060
Re: Copying and pasting shapes in scripts in GEDI
<t>I tried addSymbol. But it works only with an open panel. <br/> Through the script, I can open the panel, but I don’t know how to save it through the script after the addition of the reference.<br/> <br/> Otherwise, after adding the reference, I have to make any change on the panel manually or thr...