06-05-2013 03:20 AM
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 ?
06-06-2013 07:29 PM
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.
06-09-2013 08:48 PM
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.
06-10-2013 05:53 AM
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,