是德科技
直播中

李秀云

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

如何找回DMM功能单元?

嗨,尝试将数据读取为字符串(“READ TEST x STR”),但输出数据为(“None,+ 14.91”)。我已经添加了一个“BUS I / O Monitor”,正如你所提到的,来自“
BUS I / O Monitor“对象,输出数据垂直出现:Âconfigure:resistance:read?
NONE,+ 14.91我的脚本在“直接I / O”中如下所示:WRITE TEXT“:CONFigure:RESistance 0”“:WAI INTERNAL:2”WRITE TEXT“:READ?”EOLREAD TEXT xSTRÂ使用GPIB连接仪器,
小'​​k'单位能够出现在DMM主显示屏上,但是当命令发送到DMM时,​​有时会出现14.91k,有时是14.91。
是否需要使用DMM寄存器?
另一个senerio是我的脚本如下所示,功能单元'k'将静态显示我的显示器中的输出数据。
WRITE TEXT“:CONFigure:CURrent:DC 0”WRITE TEXT“:CONFigure:RESistance 0”“:WAI INTERNAL:2”WRITE TEXT“:READ?”EOLREAD TEXT xSTRÂÂ谢谢你的帮助!ÂRegards,Jess YouOn 9/7/06
,Jess You *写道:您好,尝试将数据读取为字符串(“READ TEST x STR”),但输出数据为(“None,+ 14.91”)。我添加了“BUS I / O Monitor”作为
你提到,从“BUS I / O Monitor”对象中,输出数据垂直出现:Âconfigure:resistance:read?
NONE,+ 14.91我的脚本在“直接I / O”中如下所示:WRITE TEXT“:CONFigure:RESistance 0”“:WAI INTERNAL:2”WRITE TEXT“:READ?”EOLREAD TEXT xSTRÂ使用GPIB连接仪器,
小'​​k'单位能够出现在DMM主显示屏上,但是当命令发送到DMM时,​​有时会出现14.91k,有时是14.91。
是否需要使用DMM寄存器?
另一个senerio是我的脚本如下所示,功能单元'k'将静态显示我的显示器中的输出数据。
WRITE TEXT“:CONFigure:CURrent:DC 0”WRITE TEXT“:CONFigure:RESistance 0”“:WAI INTERNAL:2”WRITE TEXT“:READ?”EOLREAD TEXT xSTRÂÂ谢谢你的帮助,Mr.FUKUIuutakaRegards,JessYouÂOn9/
7月6日,HYPERLINK“mailto:fukui.yutaka@jp.fujitsu.comfukui.yutaka@jp.fujitsu.com写道:嗨,我猜你的数字万用表输出数据为“14.91kOHM”和“14.91 kOHM”。如果
您的程序将数据读取为REAL64(“READ TEXT x REAL64”),前一个数据为“14.91k = 14.91E + 3”,后者为“14.91”。我建议您将数据读取为字符串(“READ”
TEXT x STR“)检查DMM的输出。或者为VEE程序添加一个”BUS I / O Monitor“对象,以便查看BUS.Reagrds上的数据,FUKUI Yutaka -----原始消息-----
>日期:星期四,2006年9月7日15:30:24 +0800>来自:“Jess You *”> To:VRF>主题:[vrf]如何检索DMM功能单元?
>>>嗨,我是VEE Pro的新手,目前正在使用VEE Pro和>仪器DDM(GW iNSTEK,GDM-8246)进行一些测试。
>在阻力配置期间出现问题,VEE Pro无法返回>功能单元'k'(kOHM),有时它出现并且有时不会[图像:>哭泣或非常伤心],例如
14.91k而不是14.91>我如何解决这个问题...>感谢您的帮助。>问候,Jess >> --->您目前订阅了vrf:HYPERLINK“mailto:fukui.yutaka@jp.fujitsu
.com“fukui.yutaka@jp.fujitsu.com>如欲订阅,请发送电子邮件至:”HYPERLINK“mailto:vrf-request@lists.it.agilent.comvrf-request@lists.it.agilent.com
在邮件正文中单词subscribe。>要取消订阅,请发送一封空白电子邮件至“HYPERLINK”mailto:leave-vrf@it.lists.it.agilent.comleave-vrf@it.lists.it.agilent.com”。
>要向此邮件列表发送消息,请发送电子邮件至“HYPERLINK”mailto:vrf@agilent.comvrf@agilent.com”。>如果您需要有关邮件列表的帮助,请发送邮件至>“HYPERLINK”mailto:owner-vrf
@ it.lists.it.agilent.com“owner-vrf@it.lists.it.agilent.com”。>在“HYPERLINK”上搜索“非官方vrf档案”http://www.oswegosw.com/vrf_archive/
www.oswegosw.com/vrf_archive/”.---要订阅,请发送电子邮件至:“vrf-request@lists.it.agilent.com”,其中包含“订阅”一词
年龄的身体。
要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。
要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。
如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。
在“www.oswegosw.com/vrf_archive/”上搜索“unofficial vrf archive”。

以上来自于谷歌翻译


     以下为原文

  Hi, tried to read data as string ("READ TEST x STR"), but the output data is ("None, +14.91").
I've added a "BUS I/O Monitor" as u mentioned, from the  "BUS I/O Monitor" object, the output data vertically appear:Â
configure:resistance:read? NONE, +14.91
My script in "Direct I/O" as below:
WRITE TEXT":CONFigure:RESistance 0"
":WAI INTERNAL:2"
WRITE TEXT":READ?"EOL
READ TEXT x STR
Â
The instrument is connected using GPIB, the small 'k' unit able to appear in DMM primary display, but when the command sent to DMM, my display sometimes will appear 14.91k, sometimes 14.91. Is it something need to do with the DMM register?
Another senerio is when my script stated as below, the function unit 'k' will appear statically with the output data in my display.
WRITE TEXT":CONFigure:CURrent:DC 0"
WRITE TEXT":CONFigure:RESistance 0"
":WAI INTERNAL:2"
WRITE TEXT":READ?"EOL
READ TEXT x STR
Â
Â
Thanks for help!
Â
Regards, Jess You


On 9/7/06, Jess You* wrote:

Hi, tried to read data as string ("READ TEST x STR"), but the output data is ("None, +14.91").
I've added a "BUS I/O Monitor" as u mentioned, from the  "BUS I/O Monitor" object, the output data vertically appear:Â
configure:resistance:read? NONE, +14.91
My script in "Direct I/O" as below:
WRITE TEXT":CONFigure:RESistance 0"
":WAI INTERNAL:2"
WRITE TEXT":READ?"EOL
READ TEXT x STR
Â
The instrument is connected using GPIB, the small 'k' unit able to appear in DMM primary display, but when the command sent to DMM, my display sometimes will appear 14.91k, sometimes 14.91. Is it something need to do with the DMM register?
Another senerio is when my script stated as below, the function unit 'k' will appear statically with the output data in my display.
WRITE TEXT":CONFigure:CURrent:DC 0"
WRITE TEXT":CONFigure:RESistance 0"
":WAI INTERNAL:2"
WRITE TEXT":READ?"EOL
READ TEXT x STR
Â
Â
Thanks for help, Mr.FUKUI Yutaka
Â
Regards, Jess You



Â
On 9/7/06, HYPERLINK "mailto:fukui.yutaka@jp.fujitsu.com"
fukui.yutaka@jp.fujitsu.com wrote:

Hi,


I guess that your DMM outputs data as "14.91kOHM" and "14.91 kOHM".
If your program reads the data as REAL64 ("READ TEXT x REAL64"),
the former data will be "14.91k=14.91E+3" and the latter will be "14.91".

I recommend you to read data as string ("READ TEXT x STR") to check
DMM's output.
Or add a "BUS I/O Monitor" object to the VEE program in order to see the
data on the BUS.


Reagrds,
FUKUI Yutaka

----- Original Message -----
>Date: Thu, 7 Sep 2006 15:30:24 +0800
>From: "Jess You*"
>To: VRF
>Subject: [vrf] How to retrieve DMM function unit?
>
>
>Hi, i m newbie in VEE Pro, currently doing some testing using VEE Pro and
>instrument DDM (GW iNSTEK, GDM-8246).
>Problem arise during resistance configuration, VEE Pro unable to return the
>function unit 'k' (kOHM), sometimes it appear and sometimes dont [image:
>Crying or Very sad] , e.g. 14.91k instead of 14.91
>How am i get this problem resolve...
>Appreciate for help.
>Regards, Jess
>
>---
>You are currently subscribed to vrf as: HYPERLINK "mailto:fukui.yutaka@jp.fujitsu.com"
fukui.yutaka@jp.fujitsu.com
>To subscribe please send an email to: "HYPERLINK "mailto:vrf-request@lists.it.agilent.com"
vrf-request@lists.it.agilent.com " with
the word subscribe in the message body.
>To unsubscribe send a blank email to "HYPERLINK "mailto:leave-vrf@it.lists.it.agilent.com"
leave-vrf@it.lists.it.agilent.com ".
>To send messages to this mailing list,  email "HYPERLINK "mailto:vrf@agilent.com"
vrf@agilent.com ".
>If you need help with the mailing list send a message to
>"HYPERLINK "mailto:owner-vrf@it.lists.it.agilent.com"
owner-vrf@it.lists.it.agilent.com ".
>Search the "unofficial vrf archive" at "HYPERLINK "http://www.oswegosw.com/vrf_archive/"
www.oswegosw.com/vrf_archive/ ".





---  To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body. To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".  

回帖(9)

李秀云

2019-10-11 10:00:07
Jess You *在07/09/2006 08:30写了以下内容:>嗨,我是VEE Pro的新手,目前正在使用VEE Pro和仪器DDM(GW iNSTEK,GDM-8246)进行一些测试。>阻力期间出现问题
配置,VEE Pro无法>返回功能单元'k'(kOHM),有时会出现,有时>不要哭或非常伤心,例如
14.91k而不是14.91>我如何解决这个问题......>感谢您的帮助。>问候,JessHi Jess,您使用什么命令从DMM获取读数?
你能用一个简单的程序来显示你遇到的问题吗? - Graeme HiltonR& D EngineerSchlumberger Sensa ---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送电子邮件至:“vrf-request
@ lists.it.agilent.com“在邮件正文中带有订阅单词。要取消订阅,请发送一封空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要发送邮件到此邮件列表,请发送电子邮件
“vrf@agilent.com”。
如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。

以上来自于谷歌翻译


     以下为原文

  Jess You* wrote the following on 07/09/2006 08:30:
> Hi, i m newbie in VEE Pro, currently doing some testing using VEE Pro
> and instrument DDM (GW iNSTEK, GDM-8246).
> Problem arise during resistance configuration, VEE Pro unable to
> return the function unit 'k' (kOHM), sometimes it appear and sometimes
> dont Crying or Very sad , e.g. 14.91k instead of 14.91
> How am i get this problem resolve...
> Appreciate for help.
> Regards, Jess
Hi Jess,

What commands are you using to get the reading from the DMM?  Can you
post a simple program that shows the problem you are having?

--
Graeme Hilton
R&D Engineer

Schlumberger Sensa



---
You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list,  email "vrf@agilent.com". 
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
举报

李秀云

2019-10-11 10:09:27
在“www.oswegosw.com/vrf_archive/”上搜索“unofficial vrf archive”。

以上来自于谷歌翻译


     以下为原文

  
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
举报

李秀云

2019-10-11 10:25:52
很抱歉打扰了所有人,但是这封电子邮件是我从错误的电子邮件地址发送的。
任何答案都应该发送到这个地址.Hi All,我到目前为止所有的VEE程序都存在问题。问题是当我在用户对象的前面板上使用Real32数据常量时,VEE似乎放了很多
小数后面的附加数字。
例如,如果我想输入说1.25,那么下次我运行程序并想要更改它,我点击theReal32数据常量,它有类似1.250000688493。
为什么是这样?
我怎么能阻止它发生?
有关更多信息,用户对象可以从我正在进行的当前实验的文件中加载参数,然后保存更改并继续进行其余的实验。
当Isave参数时,我编辑事务,因此它只保存在Fixedformat中,比如说小数点后的4个数字,但是再次运行程序时,它仍然存在问题。
非常感谢Duncan--签名清洁MicrosoftInternetExplorer4 / *样式定义* / table.MsoNormalTable {mso-style-name:“表正常”; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso
-style-noshow:是的; mso-style-parent:“”; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-
分页:widow-orphan; font-size:10.0pt; font-family:“Times New Roman”;} Duncan WildMax-Planck-InstitutfürbiophysikalischeChemieAbteilung Spektroskopie und Photochemische Kinetik(10100)AmFaßberg11D-37077GöttingenGERMANYTel。:+ 49
-551-201-2004(办公室)电话:+ 49-551-201-1775(实验室)传真:+ 49-551-201-1501E-mail:dwild@gwdg.de---------
- - - - - - - - - - - - - - - - - - - - - - - - -您
目前订阅vrf为:r***@soco.agilent.com要订阅,请发送电子邮件至:“vrf-request@lists.it.agilent.com”,邮件正文中包含subscribe一词。要取消订阅,请发送空白电子邮件至
“leave-vrf@it.lists.it.agilent.com”。发送邮件至此邮件l
ist,发送电子邮件至“vrf@agilent.com”。
如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。

以上来自于谷歌翻译


     以下为原文

    Sorry to bother everyone, however this email was sent by me from thewrong email address.  Any answers should be sent to this address

Hi All,

    I have a persistent problem with all of my VEE programs to date. The problem is that when I use a Real32 data constant on the frontpanel of a user object, VEE seems to put a lot of additional number***ehind the decimal.  For example, if I want to input say 1.25, then thenext time I run the program and want to change this, I click on theReal32 data constant and it has something like 1.250000688493.  Why isthis? And how can I stop it from happening? 

   For more information, the user object is there to load in parametersfrom a file for the current experiment I am doing, and then save themafter a change and proceed with the rest of the experiment.  When Isave the parameters, I edit the transaction so it only saves in Fixedformat, with say 4 numbers after the decimal, however on running theprogram again, it still has the problem.

    Many thanks

Duncan--
Signature   Clean  Clean  MicrosoftInternetExplorer4   /* Style Definitions */ table.MsoNormalTable     {mso-style-name:"Table Normal";     mso-tstyle-rowband-size:0;     mso-tstyle-colband-size:0;     mso-style-noshow:yes;     mso-style-parent:"";     mso-padding-alt:0cm 5.4pt 0cm 5.4pt;     mso-para-margin:0cm;     mso-para-margin-bottom:.0001pt;     mso-pagination:widow-orphan;     font-size:10.0pt;     font-family:"Times New Roman";}Duncan WildMax-Planck-Institut für biophysikalische ChemieAbteilung Spektroskopie und Photochemische Kinetik (10100)Am Faßberg 11D-37077 GöttingenGERMANY Tel.:     +49-551-201-2004 (Office)Tel.:     +49-551-201-1775 (Lab)FAX :     +49-551-201-1501E-mail:   dwild@gwdg.de------------------------------------------------------- ---You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list,  email "vrf@agilent.com".  If you need help with the mailing list send a message to"owner-vrf@it.lists.it.agilent.com".Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
举报

李秀云

2019-10-11 10:33:29
嗨,我是VEE Pro的新手,目前正在使用VEE Pro和仪器DDM(GW iNSTEK,GDM-8246)进行一些测试。
在阻力配置期间出现问题,VEE Pro无法返回功能单元'k'(kOHM),有时它出现,有时不出现,例如,
14.91k而不是14.91我如何解决这个问题...感谢您的帮助。请注意,Jess ---您目前订阅的是vrf:r***@soco.agilent.com要订阅,请发送电子邮件至:“vrf-
request@lists.it.agilent.com“在邮件正文中包含订阅单词。要取消订阅,请发送空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,
发送电子邮件至“vrf@agilent.com”。
如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。

以上来自于谷歌翻译


     以下为原文

  Hi, i m newbie in VEE Pro, currently doing some testing using VEE Pro and instrument DDM (GW iNSTEK, GDM-8246).
Problem arise during resistance configuration, VEE Pro unable to return the function unit 'k' (kOHM), sometimes it appear and sometimes dont , e.g. 14.91k instead of 14.91
How am i get this problem resolve...Appreciate for help.
Regards, Jess---You are currently subscribed to vrf as: [email=r***@soco.agilent.comTo]r***@soco.agilent.comTo[/email] subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list,  email "vrf@agilent.com".  If you need help with the mailing list send a message to"owner-vrf@it.lists.it.agilent.com".Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
举报

更多回帖

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