This is a known restriction of layouts on WinCC OA 3.18.
https://www.winccoa.com/documentation/W ... Canimation
Search found 6 matches
- Tue May 03, 2022 4:53 pm
- Forum: Bugs / Problems
- Topic: Layouts in 3.18 restrict animation
- Replies: 1
- Views: 2286
- Thu Nov 11, 2021 8:35 am
- Forum: HowTos
- Topic: dpGetCache dpSetCache improvement
- Replies: 2
- Views: 3588
Re: dpGetCache dpSetCache improvement
Hello again, I found the issue. dpGetCache is also saving the value of the dp (dpGet) into the cache if the dp is not already in it. This means that dpSetCache is not required. In order to do what I wanted is required to first do a dpRemoveCache(dp) and then a dpGetCache(dp). This will init the cach...
- Thu Nov 11, 2021 8:18 am
- Forum: HowTos
- Topic: dpGetCache dpSetCache improvement
- Replies: 2
- Views: 3588
dpGetCache dpSetCache improvement
Hello, I would like to be able to write to the cache of a dp without writting to the DB. I.e: I have some static values on the DB and I want to query them a lot of times. It'd be nice to be able to fill the cache with current state of the dps without rewritting the values on the DB. I think now it's...
- Tue Oct 26, 2021 10:41 am
- Forum: HowTos
- Topic: S7 driver array to dyn_uint
- Replies: 3
- Views: 8352
S7 driver array to dyn_uint
Hello, With a WinCC OA S7 driver I am reading 10 uint variables from a DB of a S7-300: E.g: PLCTest.DB100.DBD0 PLCTest.DB100.DBD4 ... PLCTest.DB100.DBD36 I'd like to map them into a dyn_uint DPE. I tried to do "PLCTest.DB100.DBB0:40" but it doesn't accept the input as valid. However, when ...
- Wed Oct 20, 2021 4:46 pm
- Forum: Bugs / Problems
- Topic: High RAM usage by S7Plus drivers on Linux
- Replies: 1
- Views: 4203
High RAM usage by S7Plus drivers on Linux
Hello, I have 78 active S7Plus connections divided into 5 drivers under WinCC OA 3.18 P003 (Linux RHEL 8.4). ¿Is it normal that the overall system consumption is over 22 GB of RAM? If so, it'd be good to update System Requirements documentation with S7Plus requirements. Screenshot: https://i.imgur.c...
- Tue Apr 14, 2020 12:50 pm
- Forum: Features / Solutions
- Topic: Influx DB
- Replies: 10
- Views: 19754
Re: Influx DB
The article you are referring to is nearly 2 years old. Do you have any updated information that it is still experimental? What does it mean in detail that the "db/wincc_oa" folder disappears? Is it deleted from the file system? Best Regards Leopold Knipp Senior Support Specialist Indeed ...