Search found 6 matches

Search

by akcount
Fri Nov 27, 2020 1:36 am
Forum: Bugs / Problems
Topic: Unable to perform "FULL" install WinCC OA 3.17.9 under Debian
Replies: 2
Views: 3773

Re: Unable to perform "FULL" install WinCC OA 3.17.9 under Debian

kilianvp wrote: Thu Nov 26, 2020 9:10 pm you have to use

Code: Select all

dpkg -i
instead of

Code: Select all

apt install
Thank you so much!
by akcount
Thu Nov 26, 2020 10:16 am
Forum: Bugs / Problems
Topic: Unable to perform "FULL" install WinCC OA 3.17.9 under Debian
Replies: 2
Views: 3773

Unable to perform "FULL" install WinCC OA 3.17.9 under Debian

Hello, dear colleagues! Just downloaded WinCC_OA_3.17_linux_debian_x86_64_P009 and trying to install it into my Debian 10 virtual machine. earl@debian:~/winccoa$ cat /etc/issue.net Debian GNU/Linux 10 earl@debian:~/winccoa$ lsb_release -a No LSB modules are available. Distributor ID: Debian Descript...
by akcount
Mon May 18, 2020 9:19 am
Forum: Bugs / Problems
Topic: How to archive IEC104 variables with correct timestamps?
Replies: 8
Views: 10660

Re: How to archive IEC104 variables with correct timestamps?

That's a third party IEC104 client log. Standart protocol parser. According to this log my IOA 0/0/9 configuired as ASDU 36: single float with timestamp Measured float with time response, Length 25 NS:21 NR:1 ASDU: 36 <Measured float Information with time> SQ:0 Count 1 COT: 3 <Spontaneous> Sector 1 ...
by akcount
Thu May 14, 2020 8:37 am
Forum: Bugs / Problems
Topic: How to archive IEC104 variables with correct timestamps?
Replies: 8
Views: 10660

Re: How to archive IEC104 variables with correct timestamps?

After the connection is established and buffered data is received from the PLC do you get the newest value written as original values? The answer located above of this post. Additional information. Using [iec] config lines does not lead to success. corr_time is also have a PC timsstamp, not iec pro...
by akcount
Thu May 14, 2020 8:33 am
Forum: Bugs / Problems
Topic: How to archive IEC104 variables with correct timestamps?
Replies: 8
Views: 10660

Re: How to archive IEC104 variables with correct timestamps?

Great! Lets have a look to protocol log. Log located in the end of this post. First lines of log - normal data transition. This lines located before DISCONNECT string. Last timestamp and value of IOA 9 is [9] 2020-05-14 06:11:32.492 11.455215 After re connection first transmitted value is [9] 2020-0...
by akcount
Wed May 13, 2020 1:19 pm
Forum: Bugs / Problems
Topic: How to archive IEC104 variables with correct timestamps?
Replies: 8
Views: 10660

How to archive IEC104 variables with correct timestamps?

Hello, colleagues! First of all, sorry for my English, it's not a native language. ) I have a Simatic ET200 CPU PLC with additional telecontrol CM. PLC is programmed as IEC104 server. Data buffering (in case of connection lost) enabled. WinCC OA takes data from PLC, that's not a problem. The problem...