IEC60870 104 Slave - Driver does not start on a Linux VM if the application is compiled with an old version of the Editor

IEC60870 104 Slave - Driver does not start on a Linux VM if the application is compiled with an old version of the Editor

Summary

-.

Description

-.

Information

T5Master870SlSt.h file must be modified:

class CT5Master870SlStProps : public CT5BDPropsEx

{

public:

CT5Master870SlStProps() {}

virtual ~CT5Master870SlStProps()A_OVERRIDE = default;

virtual T5_BOOL Build (T5_WORD wVersion, T5_PTBYTE pDef, T5_PTR pParams, int iLanguage)

{

T5_BOOL bOK = TRUE;

…

MUST BE REPLACED BY

class CT5Master870SlStProps : public CT5BDPropsEx

{

public:

CT5Master870SlStProps() { T5_MEMSET(&m_strTLS, 0, sizeof(T5STR_TLS));}

virtual~CT5Master870SlStProps() A_OVERRIDE { T5TLS_FreeTLS(&m_strTLS); };

virtual T5_BOOL Build(T5_WORD wVersion, T5_PTBYTE pDef, T5_PTR pParams, int iLanguage)

{

T5_BOOLbOK = TRUE;

…



Issue Number: 227699
Fixed on Date: 22.9.2020
Versions: 8.20 0 BUILD 68579
    • Related Articles

    • Checklist: Engineering Studio cannot start or closes unexpectedly

      Time estimate: 30 minutes Please go through all the points in the following checklist. If necessary, confirm with IT Department any information you cannot verify before contacting your local COPA-DATA Representative. Checklist usage: #. [Quick hints] ...
    • Checklist: zenHelpService cannot start

      Time estimate: 15 minutes Please go through all the items in the following checklist. If necessary, confirm any information you cannot verify with the IT department before contacting your local COPA-DATA representative. If during the installation of ...
    • Checklist: zenon Driver does not start in zenon 11 Engineering Studio / Service Engine.

      Time estimate: 15 minutes Please go through all the points in the following checklist. If necessary, confirm with IT Department any information you cannot verify before contacting your local COPA-DATA Representative. In zenon 11 and newer versions, ...
    • Checklist: VBA Editor does not start neither wizards

      Time estimate:    15 minutes Please go through all the points in the following checklist. If necessary, confirm with IT Department any information you cannot verify before contacting your local COPA-DATA Representative. Check if zenWorkspace.vba is ...
    • Compatibility problem with Access IEC60870-5-104, can't load setting from XML

      Description After updating zenon Software Platform to a build that supports IPv6, IEC870 Master does not get a connection to IEC870 Slave in 101-Unbalanced mode.. This has been fixed. To benefit from this fix: Update your zenon Software Platform to ...