3.5 SP17 & OSCAT 3.3.4.0

Begonnen von yann2021, 17. Juli 2021, 23:14:28

Vorheriges Thema - Nächstes Thema

0 Mitglieder und 2 Gäste betrachten dieses Thema.

yann2021

Hello,

I use Codesys 3.5 SP17 (32 bits) and OSCAT 3.3.4.0 Basic. I have a building error... has somebody an idea how to solve this problem?


mattsches

In CODESYS V3.5, you need to add the library's namespace as prefix to the declaration. The namespace is defined in the Library Manager in your project. If you set it to OSCAT_BASIC, your declaration should read


VAR
  PWM_DC_0: OSCAT_BASIC.PWM_DC;
END_VAR


yann2021

Hello,

Many thanks, problem solved!