Activity for matteodigani

  • matteodigani matteodigani posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Is there a way to import an external library made with c++/CLI or python? then call the function that i have made inside the program POU ?

  • matteodigani matteodigani posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, Is it possible to add a .dll library to a codesys project ? The .dll library is created with C++/CLI.

  • matteodigani matteodigani posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, I've got a problem using the function block "Write alias address" (ETCStack library 4.9.0.0). this is the code: EtherCAT_1(); IF EtherCAT_1.ConfigRead AND enable THEN CASE seq OF 0: exec := FALSE; T.IN := TRUE; T.PT := T#10S; T(); IF T.Q THEN seq := 1; T.IN := FALSE; END_IF ; 1: T.IN := FALSE; T(); //THIS ONE WORK CORRECTLY! WrAliasAdd.xAbort := FALSE; WrAliasAdd.usiCom := DWORD_TO_USINT(EtherCAT_1.InstanceNumber); WrAliasAdd.wSlaveAddress := 1002; WrAliasAdd.xAutoIncAdr := FALSE; WrAliasAdd.uiAliasAddress...

1