TcOpenGroup / TcOpen

Application framework for industrial automation built on top of TwinCAT3 and .NET.

Home Page:https://docs.tcopengroup.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW-FEATURE]TcoAi and TcoAo with different types of signals

peterbarancek opened this issue · comments

Int ,Dint ....

Available component TcoAiAny
Declaration
_aiAnyType : TcoElements.TcoAiAny(THIS^);
_signalInfo : TcoCore.TcoSignalInfo;

Implementation
_signalInfo.GetSignalInfo(SIZEOF(IO.A3._1), ADR(IO.A3._1));
_aiAnyType(inSignal := IO.A3._1,inSignalInfo:=_signalInfo);