完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
写道:> VRF >>你好,>我有一个数学运算> Y = 17.77-(1133 / X) - (4.214 * 10 ^( - 5)* X)+ 6.752 * 10 ^( - 6)* X ^ 2
-5.228 * LOG10(X)> Z = 10 ^ Y >> X从133增加到283,增加2步。>当我比较结果时,它们与正常的掌上电脑(目标)不同,>为什么? 因为您的计算器没有数据类型的概念 - 所有内容都是实数。 很可能你会看到整数与实际价值问题。请确保你使用的是实数,如y = 17.77-(1133./X) - (4.214 * 10 ^( - 5。)* X)+ 6.752 * 10 ^( - 6。)* X ^ 2-5.228 * LOG10(X)虽然VEE看起来没有类型,但它下面确实有正常的数据类型.Stan -------------------- -------------------------------------------------- ---- Stan Bischof安捷伦科技公司707-577-3994 stan_bischof@agilent.com-------------------------------- ---------------------------------------------您目前订阅了 vrf as:r***@soco.agilent.com要订阅,请发送一封空白电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it”。 agilent.com“。要发送邮件到这个邮件列表,请发送电子邮件至”vrf@it.lists.it.agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 wrote: > VRF > > Hello, > I have a mathematic operartion > Y= 17.77-(1133/X)-(4.214*10^(-5)*X)+6.752*10^(-6)*X^2-5.228*LOG10(X) > Z=10^Y > > X is running from 133 to 283 in increasing 2 steps. > When I compare the results, than they differ to the normal pocket pc (target), > why ?? Because your calculator doesn't have the concept of data types- everything is a real number. Most likely you're seeing integer vs real value issues. Try making sure that you are using reals, as in Y= 17.77-(1133./X)-(4.214*10^(-5.)*X)+6.752*10^(-6.)*X^2-5.228*LOG10(X) While VEE appears typeless it really does have normal datatypes underneath. Stan -------------------------------------------------------------------------- Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com -------------------------------------------------------------------------- --- You are currently subscribed to vrf as: r***@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
相关推荐
6个回答
|
|
您好,从VEE向Web(浏览器)发布变量涉及哪些步骤?
我想页面必须使用动态HTML,以不断更新值。 如何呈现图形(图表,跟踪等)? 我是否必须使用ActiveX?如何将VEE连接到服务器?任何帮助都将受到赞赏,如果有人讨厌的例子,欢迎.Nelson Mambre Ingeniero de DesarrolloSeebeck CATecnopolis Universidad Simon BolivarParque Tecnologico Sartenejas Edif Bolivar,Mezanina Baruta 1086A,Edo MirandaCaracas,VenezuelaTel。 + 58-212-906-4276传真+ 58-212-962-0871Cel。 + 58-416-7-103-103 nmambre@seebeck.com.ve---您目前订阅vrf为:r***@soco.agilent.com要订阅,请发送空白电子邮件至“join-vrf@it.lists。 it.agilent.com“。要取消订阅,请发送一封空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,请发送电子邮件至”vrf@it.lists.it.agilent。 COM”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 Hello,What are the steps involved in publishing variables from VEE to the web (a browser)? I suppose the page must use Dynamic HTML, to constantly update the values. How will the graphics be presented (charts, traces etc)? Do I have to use ActiveX? How do I connect VEE to the server? Any help would be appreciated, if anyone has some example, it's welcome. Nelson Mambre Ingeniero de DesarrolloSeebeck C.A.Tecnopolis Universidad Simon BolivarParque Tecnologico Sartenejas Edif Bolivar, Mezanina Baruta 1086A, Edo MirandaCaracas, VenezuelaTel. +58-212-906-4276Fax +58-212-962-0871Cel. +58-416-7-103-103 nmambre@seebeck.com.ve---You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
Nelson,看一下'默认首选项'的帮助(索引)(我的版本上的帮助是针对'web服务器'的内容),附近的Notes部分描述了如何设置它 - 这很容易设置而且你
可以直接发布VEE应用程序的前面板。或者,从VEE编写html非常容易,可以将其导入VEE Web目录(如果您使用VEE作为Web服务器)或者您选择的Web服务器使用的位置。 发送示例并不容易,因为它归结为设置服务器并将浏览器“指向”它!希望无论如何都有帮助,Mike WattsMessage由“Nelson Mambre”编写的文本> Hello,从VEE发布变量涉及的步骤是什么 到网络(abrowser)? 我想页面必须使用动态HTML,以不断更新值。 如何呈现图形(图表,跟踪等)? 我有没有使用ActiveX? 如何将VEE连接到服务器?任何帮助将不胜感激,如果有人有一些例子,欢迎.Nelson Mambre Ingeniero de DesarrolloSeebeck C.A.Tecnopolis Universidad Simon BolivarParque Tecnologico Sartenejas Edif Bolivar,Mezanina Baruta 1086A,Edo MirandaCaracas,VenezuelaTel。 + 58-212-906-4276传真+ 58-212-962-0871Cel。 + 58-416-7-103-103 nmambre@seebeck.com.ve_______________________________________________________________________ Michael Watts,顾问PO Box 92网站:www.PreciselySo.Co.UK埃克塞特,德文电子邮件:MJWC@PreciselySo.Co.UK England 电话:+44 7714 339 729 EX4 2YY _______________________________________________________________________---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送空白电子邮件至“join-vrf@it.lists.it.agilent.com”。 取消订阅会发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。要向此邮件列表发送邮件,请发送电子邮件至“vrf@it.lists.it.agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 Nelson, Have a look at the help ( index ) for 'default preferences' ( the help on my version is broken for 'web server' ) the Notes section near the end describes how to set this up - this is very easy to set up and you can publish the front panel of your VEE application directly. Alternatively it would be very easy to write html from VEE which can either go into the VEE web directory ( if you are using VEE as your web server ) or wherever your chosen web server uses for that. Sending examples is none too easy because it comes down to setting up the server and 'pointing' your browser to it! Hope that helps anyway, Mike Watts Message text written by "Nelson Mambre" > Hello, What are the steps involved in publishing variables from VEE to the web (a browser)? I suppose the page must use Dynamic HTML, to constantly update the values. How will the graphics be presented (charts, traces etc)? Do I have to use ActiveX? How do I connect VEE to the server? Any help would be appreciated, if anyone has some example, it's welcome. Nelson Mambre Ingeniero de Desarrollo Seebeck C.A. Tecnopolis Universidad Simon Bolivar Parque Tecnologico Sartenejas Edif Bolivar, Mezanina Baruta 1086A, Edo Miranda Caracas, Venezuela Tel. +58-212-906-4276 Fax +58-212-962-0871 Cel. +58-416-7-103-103 nmambre@seebeck.com.ve < _______________________________________________________________________ Michael Watts, Consultant PO Box 92 on the web: www.PreciselySo.Co.UK Exeter,Devon e-mail: MJWC@PreciselySo.Co.UK England tel: +44 7714 339 729 EX4 2YY _______________________________________________________________________ --- You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
尼尔森试试这个!
免费试用。 但要注意,如果需要登录才能激活套接字,除非登录,否则它可能无效.http://www.realvnc.comGood Luck.Mark -----原始消息-----来自:Nelson Mambre [mailto:nmambre@seebeck.com.ve]发送时间:2003年5月22日星期四上午8:45到:VEE vrfCc:VEE vrfSubject:[vrf] Re:在Web / BrowserHello发布,据我所知,内置 在webserver中只允许我监视theVEE应用程序。 我想知道是否有更改网络中VEE中myvariables的值。 例如,如果我前面板上有滑块,如何在浏览器中移动它。 换句话说,我希望能够通过网络上的VEE程序“实时”进行监控和互动.Thankz,Nelson MambreIngeniero de DesarrolloSeebeck C.A.Tecnopolis Universidad Simon BolivarParque Tecnologico SartenejasEdif Bolivar,MezaninaBaruta 1086A,Edo MirandaCaracas,VenezuelaTel。 + 58-212-906-4276传真+ 58-212-962-0871www.seebeck.com.ve -----原帖-----来自:“M Watts”致:“Nelson Mambre”抄送:“VEE vrf“已发送:2003年5月22日星期四4:24 AMSubject:[vrf]在Web /浏览器中发布> Nelson,>查看”默认首选项“的帮助(索引)(>我的版本的帮助已损坏 对于'web服务器')> end附近的Notes部分描述了如何设置它 - 这很容易设置,你可以>直接发布你的VEE应用程序的前面板。>>或者它很容易 从VEE编写html,其中包括>进入VEE Web目录(如果您使用VEE作为您的Web服务器)>或您选择的Web服务器使用的地方。>>发送示例不是很容易,因为它归结为设置 >服务器和'指向'您的浏览器!>>希望无论如何,>> Mike Watts >>>由“Nelson Mambre”撰写的消息文本> >>您好,>从VEE发布变量涉及的步骤是什么 到网络(a>浏览器)? 我想页面必须使用动态HTML,以不断更新>值。 如何呈现图形(图表,跟踪等)? 我>必须使用ActiveX吗? 如何将VEE连接到服务器?>>任何帮助将不胜感激,如果有人有一些例子,欢迎。>> Nelson Mambre> Ingeniero de Desarrollo> Seebeck CA> Tecnopolis Universidad Simon Bolivar> Parque Tecnologico Sartenejas> Edif Bolivar, Mezanina> Baruta 1086A,Edo Miranda>委内瑞拉加拉加斯>电话。 + 58-212-906-4276>传真+ 58-212-962-0871> Cel。 + 58-416-7-103-103> nmambre@seebeck.com.ve >> _______________________________________________________________________ >> Michael Watts,顾问PO Box 92>网址:www.PreciselySo.Co.UK埃克塞特,德文>电子邮件: MJWC@PreciselySo.Co.UK England>电话:+44 7714 339 729 EX4 2YY> _______________________________________________________________________> ---您目前订阅了vrf:Mark.Goldberg@ATK.COM订阅时发送空白电子邮件至“join-vrf @ it.lists.it.agilent.com“。要取消订阅,请发送一封空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,请发送电子邮件至”vrf@it.lists。 it.agilent.com“。如果您需要有关邮件列表的帮助,请发送邮件至”owner-vrf@it.lists.it.agilent.com“.---您目前订阅了vrf:r*** @ soco。 agilent.com要订阅,请发送一封空白电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。发送 发送到此邮件列表的邮件,请发送电子邮件至“vrf@it.lists.it.agilent.com ”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 Nelson try this! Free to try. but be aware that if there is a login required to activate the sockets that it may not work unless logged in. http://www.realvnc.com Good Luck. Mark -----Original Message----- From: Nelson Mambre [mailto:nmambre@seebeck.com.ve] Sent: Thursday, May 22, 2003 8:45 AM To: VEE vrf Cc: VEE vrf Subject: [vrf] Re: Publishing in Web/Browser Hello, As far as I can see, the built in webserver only allows me to monitor the VEE application. I want to know if there is away to change the values of my variables in VEE across the web. That is for example, if I have a slider in my front panel, how to move it in a browser. In other words, I want to be able to monitor and interact in "real time" with a VEE program across the web. Thankz, Nelson Mambre Ingeniero de Desarrollo Seebeck C.A. Tecnopolis Universidad Simon Bolivar Parque Tecnologico Sartenejas Edif Bolivar, Mezanina Baruta 1086A, Edo Miranda Caracas, Venezuela Tel. +58-212-906-4276 Fax +58-212-962-0871 www.seebeck.com.ve ----- Original Message ----- From: "M Watts" To: "Nelson Mambre" Cc: "VEE vrf" Sent: Thursday, May 22, 2003 4:24 AM Subject: [vrf] Publishing in Web/Browser > Nelson, > Have a look at the help ( index ) for 'default preferences' ( the > help on my version is broken for 'web server' ) the Notes section near the > end describes how to set this up - this is very easy to set up and you can > publish the front panel of your VEE application directly. > > Alternatively it would be very easy to write html from VEE which can either > go into the VEE web directory ( if you are using VEE as your web server ) > or wherever your chosen web server uses for that. > > Sending examples is none too easy because it comes down to setting up the > server and 'pointing' your browser to it! > > Hope that helps anyway, > > Mike Watts > > > Message text written by "Nelson Mambre" > > > Hello, > What are the steps involved in publishing variables from VEE to the web (a > browser)? I suppose the page must use Dynamic HTML, to constantly update > the values. How will the graphics be presented (charts, traces etc)? Do I > have to use ActiveX? How do I connect VEE to the server? > > Any help would be appreciated, if anyone has some example, it's welcome. > > Nelson Mambre > Ingeniero de Desarrollo > Seebeck C.A. > Tecnopolis Universidad Simon Bolivar > Parque Tecnologico Sartenejas > Edif Bolivar, Mezanina > Baruta 1086A, Edo Miranda > Caracas, Venezuela > Tel. +58-212-906-4276 > Fax +58-212-962-0871 > Cel. +58-416-7-103-103 > nmambre@seebeck.com.ve > > _______________________________________________________________________ > > Michael Watts, Consultant PO Box 92 > on the web: www.PreciselySo.Co.UK Exeter,Devon > e-mail: MJWC@PreciselySo.Co.UK England > tel: +44 7714 339 729 EX4 2YY > _______________________________________________________________________ > --- You are currently subscribed to vrf as: Mark.Goldberg@ATK.COM To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". --- You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
尼尔森,我不知道是否有可能没有像pcAnywhere这样的东西(我可以补充一点。)Mike Groves -----原始消息-----来自:Nelson Mambre [mailto:nmambre @ seebeck
发送时间:2003年5月22日星期四上午8:45到:VEE vrfCc:VEE vrfSubject:[vrf] Re:在Web / BrowserHello中发布,据我所知,内置的网络服务器只允许我 监控theVEE应用程序。 我想知道是否有更改网络中VEE中myvariables的值。 例如,如果我前面板上有滑块,如何在浏览器中移动它。 换句话说,我希望能够通过网络上的VEE程序“实时”进行监控和互动.Thankz,Nelson MambreIngeniero de DesarrolloSeebeck C.A.Tecnopolis Universidad Simon BolivarParque Tecnologico SartenejasEdif Bolivar,MezaninaBaruta 1086A,Edo MirandaCaracas,VenezuelaTel。 + 58-212-906-4276传真+ 58-212-962-0871www.seebeck.com.ve -----原帖-----来自:“M Watts”致:“Nelson Mambre”抄送:“VEE vrf“已发送:2003年5月22日星期四4:24 AMSubject:[vrf]在Web /浏览器中发布> Nelson,>查看”默认首选项“的帮助(索引)(>我的版本的帮助已损坏 对于'web服务器')> end附近的Notes部分描述了如何设置它 - 这很容易设置,你可以>直接发布你的VEE应用程序的前面板。>>或者它很容易 从VEE编写html,其中包括>进入VEE Web目录(如果您使用VEE作为您的Web服务器)>或您选择的Web服务器使用的地方。>>发送示例不是很容易,因为它归结为设置 >服务器和'指向'您的浏览器!>>希望无论如何,>> Mike Watts >>>由“Nelson Mambre”撰写的消息文本> >>您好,>从VEE发布变量涉及的步骤是什么 到网络(a>浏览器)? 我想页面必须使用动态HTML,以不断更新>值。 如何呈现图形(图表,跟踪等)? 我>必须使用ActiveX吗? 如何将VEE连接到服务器?>>任何帮助将不胜感激,如果有人有一些例子,欢迎。>> Nelson Mambre> Ingeniero de Desarrollo> Seebeck CA> Tecnopolis Universidad Simon Bolivar> Parque Tecnologico Sartenejas> Edif Bolivar, Mezanina> Baruta 1086A,Edo Miranda>委内瑞拉加拉加斯>电话。 + 58-212-906-4276>传真+ 58-212-962-0871> Cel。 + 58-416-7-103-103> nmambre@seebeck.com.ve >> _______________________________________________________________________ >> Michael Watts,顾问PO Box 92>网址:www.PreciselySo.Co.UK埃克塞特,德文>电子邮件: MJWC@PreciselySo.Co.UK England>电话:+44 7714 339 729 EX4 2YY> _______________________________________________________________________> ---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送空白电子邮件至“join-vrf @ it.lists.it.agilent.com“。要取消订阅,请发送一封空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,请发送电子邮件至”vrf@it.lists。 it.agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 Nelson, I don't know if that's possible without something like pcAnywhere (which works quite well for that, I might add.) Mike Groves -----Original Message----- From: Nelson Mambre [mailto:nmambre@seebeck.com.ve] Sent: Thursday, May 22, 2003 8:45 AM To: VEE vrf Cc: VEE vrf Subject: [vrf] Re: Publishing in Web/Browser Hello, As far as I can see, the built in webserver only allows me to monitor the VEE application. I want to know if there is away to change the values of my variables in VEE across the web. That is for example, if I have a slider in my front panel, how to move it in a browser. In other words, I want to be able to monitor and interact in "real time" with a VEE program across the web. Thankz, Nelson Mambre Ingeniero de Desarrollo Seebeck C.A. Tecnopolis Universidad Simon Bolivar Parque Tecnologico Sartenejas Edif Bolivar, Mezanina Baruta 1086A, Edo Miranda Caracas, Venezuela Tel. +58-212-906-4276 Fax +58-212-962-0871 www.seebeck.com.ve ----- Original Message ----- From: "M Watts" To: "Nelson Mambre" Cc: "VEE vrf" Sent: Thursday, May 22, 2003 4:24 AM Subject: [vrf] Publishing in Web/Browser > Nelson, > Have a look at the help ( index ) for 'default preferences' ( the > help on my version is broken for 'web server' ) the Notes section near the > end describes how to set this up - this is very easy to set up and you can > publish the front panel of your VEE application directly. > > Alternatively it would be very easy to write html from VEE which can either > go into the VEE web directory ( if you are using VEE as your web server ) > or wherever your chosen web server uses for that. > > Sending examples is none too easy because it comes down to setting up the > server and 'pointing' your browser to it! > > Hope that helps anyway, > > Mike Watts > > > Message text written by "Nelson Mambre" > > > Hello, > What are the steps involved in publishing variables from VEE to the web (a > browser)? I suppose the page must use Dynamic HTML, to constantly update > the values. How will the graphics be presented (charts, traces etc)? Do I > have to use ActiveX? How do I connect VEE to the server? > > Any help would be appreciated, if anyone has some example, it's welcome. > > Nelson Mambre > Ingeniero de Desarrollo > Seebeck C.A. > Tecnopolis Universidad Simon Bolivar > Parque Tecnologico Sartenejas > Edif Bolivar, Mezanina > Baruta 1086A, Edo Miranda > Caracas, Venezuela > Tel. +58-212-906-4276 > Fax +58-212-962-0871 > Cel. +58-416-7-103-103 > nmambre@seebeck.com.ve > > _______________________________________________________________________ > > Michael Watts, Consultant PO Box 92 > on the web: www.PreciselySo.Co.UK Exeter,Devon > e-mail: MJWC@PreciselySo.Co.UK England > tel: +44 7714 339 729 EX4 2YY > _______________________________________________________________________ > --- You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
您好,据我所知,内置的Web服务器只允许我监视Vista应用程序。
我想知道是否有更改网络中VEE中myvariables的值。 例如,如果我前面板上有滑块,如何在浏览器中移动它。 换句话说,我希望能够通过网络上的VEE程序“实时”进行监控和互动.Thankz,Nelson MambreIngeniero de DesarrolloSeebeck C.A.Tecnopolis Universidad Simon BolivarParque Tecnologico SartenejasEdif Bolivar,MezaninaBaruta 1086A,Edo MirandaCaracas,VenezuelaTel。 + 58-212-906-4276传真+ 58-212-962-0871www.seebeck.com.ve -----原帖-----来自:“M Watts”致:“Nelson Mambre”抄送:“VEE vrf“已发送:2003年5月22日星期四4:24 AMSubject:[vrf]在Web /浏览器中发布> Nelson,>查看”默认首选项“的帮助(索引)(>我的版本的帮助已损坏 对于'web服务器')> end附近的Notes部分描述了如何设置它 - 这很容易设置,你可以>直接发布你的VEE应用程序的前面板。>>或者它很容易 从VEE编写html,其中包括>进入VEE Web目录(如果您使用VEE作为您的Web服务器)>或您选择的Web服务器使用的地方。>>发送示例不是很容易,因为它归结为设置 >服务器和'指向'您的浏览器!>>希望无论如何,>> Mike Watts >>>由“Nelson Mambre”撰写的消息文本> >>您好,>从VEE发布变量涉及的步骤是什么 到网络(a>浏览器)? 我想页面必须使用动态HTML,以不断更新>值。 如何呈现图形(图表,跟踪等)? 我>必须使用ActiveX吗? 如何将VEE连接到服务器?>>任何帮助将不胜感激,如果有人有一些例子,欢迎。>> Nelson Mambre> Ingeniero de Desarrollo> Seebeck CA> Tecnopolis Universidad Simon Bolivar> Parque Tecnologico Sartenejas> Edif Bolivar, Mezanina> Baruta 1086A,Edo Miranda>委内瑞拉加拉加斯>电话。 + 58-212-906-4276>传真+ 58-212-962-0871> Cel。 + 58-416-7-103-103> nmambre@seebeck.com.ve >> _______________________________________________________________________ >> Michael Watts,顾问PO Box 92>网址:www.PreciselySo.Co.UK埃克塞特,德文>电子邮件: MJWC@PreciselySo.Co.UK England>电话:+44 7714 339 729 EX4 2YY> _______________________________________________________________________> ---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送空白电子邮件至“join-vrf @ it.lists.it.agilent.com“。要取消订阅,请发送一封空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,请发送电子邮件至”vrf@it.lists。 it.agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 Hello, As far as I can see, the built in webserver only allows me to monitor the VEE application. I want to know if there is away to change the values of my variables in VEE across the web. That is for example, if I have a slider in my front panel, how to move it in a browser. In other words, I want to be able to monitor and interact in "real time" with a VEE program across the web. Thankz, Nelson Mambre Ingeniero de Desarrollo Seebeck C.A. Tecnopolis Universidad Simon Bolivar Parque Tecnologico Sartenejas Edif Bolivar, Mezanina Baruta 1086A, Edo Miranda Caracas, Venezuela Tel. +58-212-906-4276 Fax +58-212-962-0871 www.seebeck.com.ve ----- Original Message ----- From: "M Watts" To: "Nelson Mambre" Cc: "VEE vrf" Sent: Thursday, May 22, 2003 4:24 AM Subject: [vrf] Publishing in Web/Browser > Nelson, > Have a look at the help ( index ) for 'default preferences' ( the > help on my version is broken for 'web server' ) the Notes section near the > end describes how to set this up - this is very easy to set up and you can > publish the front panel of your VEE application directly. > > Alternatively it would be very easy to write html from VEE which can either > go into the VEE web directory ( if you are using VEE as your web server ) > or wherever your chosen web server uses for that. > > Sending examples is none too easy because it comes down to setting up the > server and 'pointing' your browser to it! > > Hope that helps anyway, > > Mike Watts > > > Message text written by "Nelson Mambre" > > > Hello, > What are the steps involved in publishing variables from VEE to the web (a > browser)? I suppose the page must use Dynamic HTML, to constantly update > the values. How will the graphics be presented (charts, traces etc)? Do I > have to use ActiveX? How do I connect VEE to the server? > > Any help would be appreciated, if anyone has some example, it's welcome. > > Nelson Mambre > Ingeniero de Desarrollo > Seebeck C.A. > Tecnopolis Universidad Simon Bolivar > Parque Tecnologico Sartenejas > Edif Bolivar, Mezanina > Baruta 1086A, Edo Miranda > Caracas, Venezuela > Tel. +58-212-906-4276 > Fax +58-212-962-0871 > Cel. +58-416-7-103-103 > nmambre@seebeck.com.ve > > _______________________________________________________________________ > > Michael Watts, Consultant PO Box 92 > on the web: www.PreciselySo.Co.UK Exeter,Devon > e-mail: MJWC@PreciselySo.Co.UK England > tel: +44 7714 339 729 EX4 2YY > _______________________________________________________________________ > --- You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
HelloI已经作为报告工具,通过放置在从它的WEB目录和链接“INDEX.HTML”文件到许多HTML files________________________________________________________________Steen Rudberg,OZ1GDIRF设计师,理学士的使用V字WEB服务器
M. IDANokia丹麦A / S,NMP的R&amp; d CopenhagenFrederikskajDK-1790哥本哈根VPhone:+45 3329 2539手机:+45 4068 5842传真:+45 3329 2001电子邮件诺基亚:steen.rudberg@nokia.comEmail隐私:steen.rudberg @ get2net.dkClub主页:www.damptromleklubben.dk ________________________________________________________________-----原始消息-----来自:EXT纳尔逊芒布雷[的mailto:nmambre@seebeck.com.ve]发送:星期四,2003年5月22日12点57 AMTo :VEE vrfSubject:[vrf]在Web / BrowserHello中发布,将变量从VEE发布到Web(浏览器)有哪些步骤? 我想页面必须使用动态HTML,以不断更新值。 如何呈现图形(图表,跟踪等)? 我一定要使用ActiveX?如何连接VEE到服务器?任何帮助,将不胜感激,如果有人hassome例子,它是welcome.Nelson芒布雷Ingeniero德DesarrolloSeebeck CATecnopolis大学西门BolivarParque Tecnologico Sartenejas EDIF玻利瓦尔,Mezanina BARUTA 1086A,江户 MirandaCaracas,VenezuelaTel。 + 58-212-906-4276传真+ 58-212-962-0871Cel。 + 58-416-7-103-103 nmambre@seebeck.com.ve---You当前订阅的VRF为:steen.rudberg@nokia.comTo订阅发送空白邮件到“join-vrf@it.lists。 it.agilent.com“。要取消订阅,请发送一封空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,请发送电子邮件至”vrf@it.lists.it.agilent。 COM”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 ---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送一封空白电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“ vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,请发送电子邮件至”vrf@it.lists.it.agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 Hello I have used the Vee WEB server as a reporting tool,by placing a "INDEX.HTML" file in the WEB directory and link from it to a number of HTML files ________________________________________________________________Steen Rudberg, OZ1GDIRF Designer, B.Sc. M. IDANokia Danmark A/S, NMP R&D CopenhagenFrederikskajDK-1790 Copenhagen VPhone: +45 3329 2539 Mobile: +45 4068 5842 Fax: +45 3329 2001 Email Nokia: steen.rudberg@nokia.comEmail Privat: steen.rudberg@get2net.dkClub Homepage: www.damptromleklubben.dk________________________________________________________________-----Original Message-----From: ext Nelson Mambre [mailto:nmambre@seebeck.com.ve]Sent: Thursday, May 22, 2003 12:57 AMTo: VEE vrfSubject: [vrf] Publishing in Web/BrowserHello,What are the steps involved in publishing variables from VEE to the web (a browser)? I suppose the page must use Dynamic HTML, to constantly update the values. How will the graphics be presented (charts, traces etc)? Do I have to use ActiveX? How do I connect VEE to the server? Any help would be appreciated, if anyone has some example, it's welcome. Nelson Mambre Ingeniero de DesarrolloSeebeck C.A.Tecnopolis Universidad Simon BolivarParque Tecnologico Sartenejas Edif Bolivar, Mezanina Baruta 1086A, Edo MirandaCaracas, VenezuelaTel. +58-212-906-4276Fax +58-212-962-0871Cel. +58-416-7-103-103 nmambre@seebeck.com.ve---You are currently subscribed to vrf as: steen.rudberg@nokia.comTo subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". ---You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
只有小组成员才能发言,加入小组>>
1238 浏览 0 评论
2352 浏览 1 评论
2163 浏览 1 评论
2029 浏览 5 评论
2913 浏览 3 评论
983浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
713浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
813浏览 0评论
1239浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-28 23:07 , Processed in 1.392276 second(s), Total 87, Slave 70 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号