是德科技
直播中

贾翠晓

7年用户 162经验值
私信 关注
[问答]

无法将数据从单选按钮传输到GPIB设备

受到警告
提示: 作者被禁止或删除 内容自动屏蔽

回帖(7)

王君凯

2018-10-18 17:21:45
发布你的代码

以上来自于谷歌翻译


     以下为原文

  post your code
举报

顾天天

2018-10-18 17:40:46
这可能只是一个格式化问题。
检查语法的一种方法是使用包含公式的简单公式框,例如:
“curr”+ A并在输出中使用字母数字来查看结果。
另一种方法是启动I / O监视器。
您可能会发现一个简单的缺失空格字符(命令和参数之间至少需要SCPI)。
HTH,Mike Watts

以上来自于谷歌翻译


     以下为原文

  It's probably just a formatting problem.  One way to check your syntax is to use a simple formula box with your formula e.g. "curr " + A and using an alphanumeric on the output to see the result.  Another is to start the I/O monitor.  What you'll probably find is a simple missing space character ( required between the command and the parameter at least for SCPI ).

HTH,

Mike Watts
举报

顾天天

2018-10-18 17:49:39

我怀疑,它可能是一个缺少空间的简单案例 - 请参阅附带的例子。
这不需要任何仪器,并且是检查发送到仪器的语法的快速方法(或者如前所述使用I / O监视器)。
VEE也理解工程乘数,比如0.010n然而,在我发现的例子中我需要强制它成为Enum类型...如果你感兴趣,公式“curr”+ ToReal64(ToString(A))
输出curr 1.0E-11迈克

以上来自于谷歌翻译


     以下为原文

  As I suspected, it's probably a simple case of a missing space - please see attached example.  This doesn't need any instruments and is a quick way of checking the syntax being sent to an instrument ( or use the I/O monitor as I mentioned before ).

VEE understands engineering multipliers too, like 0.010n however, adding that to the example I found I needed to force it from being an Enum type...  if you're interested, the formula
"curr "+ToReal64(ToString(A))
outputs
curr 1.0E-11

Mike

附件

举报

贾翠晓

2018-10-18 18:07:59
引用: bgvywerq 发表于 2018-10-18 14:17
我怀疑,它可能是一个缺少空间的简单案例 - 请参阅附带的例子。
这不需要任何仪器,并且是检查发送到仪器的语法的快速方法(或者如前所述使用I / O监视器)。
VEE也理解工程乘数,比如0.010n然而,在我发现的例子中我需要强制它成为Enum类型...如果你感兴趣,公式“curr”+ ToReal64(ToString(A))

感谢您的快速回复。
所以我更改为代码行以读取“写文本”curr“+在吉时利6221上它显示输出为纳米放大器,但它显示错误-111标题分隔符错误?任何想法?

以上来自于谷歌翻译


     以下为原文

  Thanks for the prompt reply.  So I changed to line to of code to read "write text "curr"+A on the keithley 6221 it displays output as nano amps as it should but it displays error -111 Header Seperator Error? Any Ideas?
举报

更多回帖

发帖
×
20
完善资料,
赚取积分