11-10-2009 09:39 AM
I am trying to create a valid input sequence that is a generic list of bytes. As a system.collections.generic.list constructor does not exist in labview I am looking for ways to create this input. As it is an input sequece of bytes I need it to be a control. Can any one assist.
11-10-2009 10:00 AM
11-10-2009 10:25 AM - edited 11-10-2009 10:27 AM
Apologies for the lack of detail this is my first time working with .net though labview.
A simple array of U8 integers results in an broken wire. The input type is listed as a .NET refnum.
I have tried the following two workarounds with no success:
1. Using type cast with the appropriate .net refnum-> Labview is happy, in that I dont get an unbroken wire, however the .net engine throws an exception
2. Using the "to .net obj": from the .net pallet to turn the array of bytes into a .net object.
11-10-2009 10:49 AM
11-10-2009 02:26 PM