what is Twincat Tc_Global_IID_List ?

Join Date
Mar 2024
Location
Netherlands
Posts
3
I am developing a library in twincat and one of the function uses IID_ITcVnAccess_TcVnPoint2_DINT and the definition of this type is defined in Tc_Global_IID_List . But now the problem is that when I build my library it builds fine. So, I created the compiled library and installed it on my system. And then In another seperate project I added that library as a references in the project. But now when I use the library in my project it fails on the IID_ITcVnAccess_TcVnPoint2_DINT in the function of my library.
It gives these errors
  • Error Cannot convert type 'Unknown type: 'IID_ITcVnAccess_TcVnPoint2_DINT'' to type 'REFERENCE TO IID'
  • Error Identifier 'IID_ITcVnAccess_TcVnPoint2_DINT' not defined
 

Similar Topics

I am using twincat 3 to send some strings over TCP/IP. Where the server is a sensor and my PLC is the client. I noticed that the sensor didnt...
Replies
2
Views
92
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
226
Hi! I am trying to run the 'SimpleSample' (https://infosys.beckhoff.com/content/1033/TF5100_TC3_NC_I/Resources/3438746891/.zip ) to understand the...
Replies
2
Views
110
Sorry if this has been asked before, and apologies if this seems like a trivial issue, but I am new to Beckhoff and have been banging my head...
Replies
2
Views
156
Hi everyone, This is my first time posting, so please forgive any omissions or mistakes. I am attempting to control the velocity of a stepper...
Replies
18
Views
1,045
Back
Top Bottom