Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

sendifc

Hi,

 

I am trying to change N88Basic (on DOS) program to VC# 2012. I can not find SendIFC, Remote Enable and Delimitter in NI 4882 dotNet 4.5 library. Where are these command ? 

0 Kudos
Message 1 of 4
(5,648 Views)

I could find Sendifc by installing "NI4882dotNetLI.zip".

But i can not replace "CMD DELIM=0" and "CMD TIMEOUT=10" in GPIB command to any function in C#. 

 

please Help.

 

 

0 Kudos
Message 2 of 4
(5,618 Views)

Hello, taku19990920

 

I'm glad you found the zip files.

In the NI4882dotNetLI.zip, I think you can find the command about TIMEOUT in DevQuery.cs.

 

For "CMD DELIM=0", I am not sure whether there is a function corresponding to it in "NI4882dotNetLI.zip".

Would you tell me what is the function of "CMD DELIM=0".

Is it setting delimiter of command such as CR+LF?

 

 

Kind regards.

 

Eisuke Ono

Application Engineer.

0 Kudos
Message 3 of 4
(5,592 Views)

Hi,

 

I think "CMD DELIM=0" is the same as you said "CR+LF".

It will be implemented by parameters  in GPIB "ibdev" function.

 

Thanks,

 

 

0 Kudos
Message 4 of 4
(5,582 Views)