08-15-2013 11:16 AM
08-15-2013 11:27 AM
As explanation : I have driver for new Tektronix signal generator, written in LAbView. Thats it... Hundreds of commands ... And I have a whole test environment, written in C# ... Reality of our lab. Now, I have to allow to a test, written in C# to communicate with this Signal generator. Can you propose better way than usage of .NET Interop Asembly? If yes, can you explain please, step by step, how to do it? Thanks.
08-15-2013 11:41 AM
08-15-2013 11:46 AM
I know how to do it ... and everything works ... and I did it before posting my question here ... BUT it's WORKAROUND and doesn't contribute to my knowledge in linkage between C# and LabView. I hoped to find and answer to my question here.
08-15-2013 12:19 PM
08-15-2013 03:08 PM
@Dennis_Knutson wrote:
If you are an experienced c# .. programmer
The problem he isn't.
He seems to think things should work in some manner foreign to how it actually does.
Talk about a waste of time.
08-15-2013 03:10 PM
@IgorKurtser wrote:
So,Try please with all respect try to answer on MY question …
Arrogant, much?
I have no clue what YOUR question is.
Talk about a big fat waste of MY time posting in this thread.
Adios.
08-18-2013 01:41 AM
That's right. Don't waste your time. Life is short and beautiful. I'll wait for official NI support/ respond.
03-08-2023 02:34 AM
Hi,buddy
I had same Problem.I'm only one who is able to use LabVIEW in my company,so I had to learn to program in C#.I don't know how to define the visa handle parameter in c#.Here are the methods in the dll file I generated with Labview:
public static void Initialize(LVBaseRefnum vISA__32resource__32name)
Of course, my parameters are also wrong.
IT3400.Initialize(USB0::0x2EC7::0x3422::803420022777270017::INSTR);
Please do me a faver.