LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TI USB-to-GPIO interface EVM adapter. Dll for Labview driver

Solved!
Go to solution
Ok, but it not clear me. Should constructor node be named as open or something like this? I saw some exampes but didn't see something same.
0 Kudos
Message 11 of 15
(3,455 Views)

Huuuuuu???????

 

You just drop it and select in the dialog that is opened the .Net class you  are interested in. What else do you want to do?

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 12 of 15
(3,448 Views)

The .NET constructor node performs the same operation as this line (in C#):

 

   MyClass  object = new MyClass();

 

Thus, the output of the constructor is an object of the specified class, and you can then perform operations on it. The constructor node would replace the .NET constant that you have on the block diagram all the way on the left. 

0 Kudos
Message 13 of 15
(3,439 Views)
Solution
Accepted by topic author qazwsx
Thank you both. It was so easy 🙂 as it looks now.hfeee.JPGhfeee.JPG
0 Kudos
Message 14 of 15
(3,406 Views)

Hi

 

I am beginner, I am trying to communicate with the slave device(knowing device address), using IT evm usb adapter through I2C protocol used the .NET constructor node to access the drivers. Can any one please help me in finding the proper method for specifying particular register(memory location) of the device to write to that particular register.

0 Kudos
Message 15 of 15
(2,756 Views)