大家好,我使用的是Visa-Com和C#。我正在尝试从3458A读取ReadIEEEBlock。
在我使用ReadNumber-Func
tion之前,它工作正常。
但现在useioDmm.ReadIEEEBlock(IEEEBinaryType.BinaryType_R8,true,true);我得到一个超时错误。
该措施已经启动,并且通过代码确保有数据。在我看来,没有****字符即将到来。
我如何设置3458A。
现在它配置了:OFORMAT DREAL,TerminationCharacter 13,TerminationCharacterEnabled。也许某人有一个小例子。感谢沃尔克
以上来自于谷歌翻译
以下为原文
Hello all,
I am using Visa-Com and C#.
I am trying to ReadIEEEBlock from an 3458A now. Before I was using the ReadNumber-Function and It worked. But now using
ioDmm.ReadIEEEBlock(IEEEBinaryType.BinaryType_R8, true, true);
I get an Time-OUT error. The measure was started and by code it is assured that there is data.
It seems to me, that there is no **** character coming. How I have to set the 3458A up. Right now it is configured with:
OFORMAT DREAL,
TerminationCharacter 13,
TerminationCharacterEnabled.
Perhaps someone has a little example.
Thank
Volker