Hello!
I'm trying to connect S7-1214 PLC and WinCC OA 3.11 using S7 driver.
Is it possible?
All the time I'm getting AGLink error 0xfff50005 when trying to do this.
Best regards,
Dmytro Komsheliuk
Problem with communication between S7-1214 PLC and WinCC OA 3.11
- Dmytro_Komsheliuk
- Posts:9
- Joined: Tue Dec 22, 2015 11:13 am
Problem with communication between S7-1214 PLC and WinCC OA 3.11
- alug
- Posts:42
- Joined: Mon Oct 18, 2010 11:00 am
Re: Problem with communication between S7-1214 PLC and WinCC OA 3.11
Hi,
this should work if the PLC is setup for "compatibility mode" with the Put/Get communication.
The details can be found in Online Help section Driver->S7->Requirements and Installation.
Maybe you have to look in the OnlineHelp of a newer version, if it is not described in 3.11 online help.
best regards
Andreas
this should work if the PLC is setup for "compatibility mode" with the Put/Get communication.
The details can be found in Online Help section Driver->S7->Requirements and Installation.
Maybe you have to look in the OnlineHelp of a newer version, if it is not described in 3.11 online help.
best regards
Andreas
- Dmytro_Komsheliuk
- Posts:9
- Joined: Tue Dec 22, 2015 11:13 am
Re: Problem with communication between S7-1214 PLC and WinCC OA 3.11
Andreas Lugbauer wrote:
Thank you very much!
Best regards
Dmytro Komsheliuk
Great! It works now.Hi,
this should work if the PLC is setup for "compatibility mode" with the Put/Get communication.
The details can be found in Online Help section Driver->S7->Requirements and Installation.
Maybe you have to look in the OnlineHelp of a newer version, if it is not described in 3.11 online help.
best regards
Andreas
Thank you very much!
Best regards
Dmytro Komsheliuk
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Problem with communication between S7-1214 PLC and WinCC OA 3.11
Is it not required anymore to limit the number of connections to prevent some errors?
With the config entry:
UseOneConnection = "Y"
or
UseConnections = 1
With the config entry:
UseOneConnection = "Y"
or
UseConnections = 1
- alug
- Posts:42
- Joined: Mon Oct 18, 2010 11:00 am
Re: Problem with communication between S7-1214 PLC and WinCC OA 3.11
Yes setting this config entries is a good idea, otherwise it might be that there are some connection errors.
The drawback is a little performance penalty, but normally this is not relevant.
best regards
Andreas
The drawback is a little performance penalty, but normally this is not relevant.
best regards
Andreas