完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
VEE如何在同一台计算机上的Dos Window上读取所有文本(或其中一些文本)?我有一个名为CapOut的库,它运行一个命令并返回输出toVEE。
基本上它是运行命令和重定向输出到文件然后读取文件的替代方法。如果有帮助,我必须修改它以便以后的VEE安装。 它需要veerun中的功能和查找的技术稍有变化。 |
|
相关推荐
5个回答
|
|
now()返回本地时间与系统时间(UTC)不同的时区偏移量和夏季夏令时。
如果你的程序由于长时间的测量而依赖于线性时间的流逝,或者如果你有 - 比如我的上一个项目 - 一个系统从不同的系统收集数据,通过TCPIP从地球上不同的地方发送数据,你需要一个 共同的时基,即UTC aka GMT(格林威治标准时间)。 Georg --------原始消息--------主题:Re [2]:[vrf]以hh,mm,ss获得系统时间(21-Mrz-2006 16:26) :r***@soco.agilent.comTo:g.nied@gn-software.de> g.nied@gn-software.de写道:>> Hello Siegfried,>>>>>我不知道你是否有VEE 5或 VEE 7所以我附上了两个示例。>>>>使用VEE 7,您可以使用.NET Framework获取系统时间(UTC)。 在>> VEE >> 5中,您可以使用now()公式获得当地时间。 如果您真的需要VEE 5中的>> system >>时间,最好使用Windows API。 如果是这样,再问我一次。>>为什么有人不想只使用now()? >毕竟系统会为你调用,而不需要>使用API或.NET--它已经或多或少地永远存在。>> Stan ---你目前订阅了vrf as :r***@soco.agilent.com要订阅,请发送电子邮件至:“vrf-request@lists.it.agilent.com”,邮件正文中包含subscribe一词。要取消订阅,请发送空白电子邮件至“leave-vrf @ it .lists.it.agilent.com“。要发送邮件到这个邮件列表,请发送电子邮件至”vrf@agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。来自:g .nied @ gn-software.deSubject:Re-3:[vrf]以hh,mm,ssTo获取系统时间:r*** @soco.agilent.com日期:星期二,2006年3月21日15:43:14 + 0000now()返回 当地时间与系统时间(UTC)的区别在于时区偏移和夏季夏令时。 如果你的程序由于长时间的测量而依赖于线性时间的流逝,或者如果你有 - 比如我的上一个项目 - 一个系统从不同的系统收集数据,通过TCPIP从地球上不同的地方发送数据,你需要一个 共同的时基,即UTC aka GMT(格林威治标准时间)。 Georg --------原始消息--------主题:Re [2]:[vrf]以hh,mm,ss获得系统时间(21-Mrz-2006 16:26) :r***@soco.agilent.comTo:g.nied@gn-software.de> g.nied@gn-software.de写道:>> Hello Siegfried,>>>>>我不知道你是否有VEE 5或 VEE 7所以我附上了两个示例。>>>>使用VEE 7,您可以使用.NET Framework获取系统时间(UTC)。 在>> VEE >> 5中,您可以使用now()公式获得当地时间。 如果您真的需要VEE 5中的>> system >>时间,最好使用Windows API。 如果是这样,再问我一次。>>为什么有人不想只使用now()? >毕竟系统会为你调用,而不需要>使用API或.NET--它已经或多或少地永远存在。>> Stan 以上来自于谷歌翻译 以下为原文 now() returns the local time differs from the system time (which is UTC) by the time zone offset and the daylight saving time in summer. If your program relies on a linear lapse of time because of long time measurements or if you have - like my last project - a system that collects data from different systems sending the data via TCPIP from different places on earth with different time zones you need one common time base and that is UTC aka GMT (Greenwich Mean Time). Georg -------- Original Message -------- Subject: Re[2]: [vrf] get the system time in hh,mm,ss (21-Mrz-2006 16:26) From: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To: g.nied@gn-software.de > g.nied@gn-software.de wrote: > > Hello Siegfried, > > > > I don't know if you have VEE 5 or VEE 7 so I attached an example for both. > > > > With VEE 7 you can use the .NET Framework to get the system time (UTC). In > > VEE > > 5 you get the local time with the now() formula. If you really need the > > system > > time in VEE 5 you best use the Windows API. If so, ask me again. > > Why would anyone want to not just use now() ? > After all it does the system call for you with no need to > play with the API or .NET-- and it has been around more-or-less > forever. > > Stan --- 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/". From: g.nied@gn-software.de Subject: Re-3: [vrf] get the system time in hh,mm,ss To: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] Date: Tue, 21 Mar 2006 15:43:14 +0000 now() returns the local time differs from the system time (which is UTC) by the time zone offset and the daylight saving time in summer. If your program relies on a linear lapse of time because of long time measurements or if you have - like my last project - a system that collects data from different systems sending the data via TCPIP from different places on earth with different time zones you need one common time base and that is UTC aka GMT (Greenwich Mean Time). Georg -------- Original Message -------- Subject: Re[2]: [vrf] get the system time in hh,mm,ss (21-Mrz-2006 16:26) From: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To: g.nied@gn-software.de > g.nied@gn-software.de wrote: > > Hello Siegfried, > > > > I don't know if you have VEE 5 or VEE 7 so I attached an example for both. > > > > With VEE 7 you can use the .NET Framework to get the system time (UTC). In > > VEE > > 5 you get the local time with the now() formula. If you really need the > > system > > time in VEE 5 you best use the Windows API. If so, ask me again. > > Why would anyone want to not just use now() ? > After all it does the system call for you with no need to > play with the API or .NET-- and it has been around more-or-less > forever. > > Stan |
|
|
|
now()返回本地时间与系统时间(UTC)不同的时区偏移量和夏季夏令时。
如果你的程序由于长时间的测量而依赖于线性时间的流逝,或者如果你有 - 比如我的上一个项目 - 一个系统从不同的系统收集数据,通过TCPIP从地球上不同的地方发送数据,你需要一个 共同的时基,即UTC aka GMT(格林威治标准时间)。 Georg --------原始消息--------主题:Re [2]:[vrf]以hh,mm,ss获得系统时间(21-Mrz-2006 16:26) :r***@soco.agilent.comTo:g.nied@gn-software.de> g.nied@gn-software.de写道:>> Hello Siegfried,>>>>>我不知道你是否有VEE 5或 VEE 7所以我附上了两个示例。>>>>使用VEE 7,您可以使用.NET Framework获取系统时间>>(UTC)。 在VEE >> 5中,您可以使用now()公式获得当地时间。 如果您确实需要>>> VEE 5中的系统时间,则最好使用Windows API。 如果是这样,请再次询问我>>。>为什么有人不想只使用now()? >毕竟系统为您打电话,无需使用> API或.NET--它已经或多或少永远存在。>> Stan ---要订阅,请发送电子邮件至: “vrf-request@lists.it.agilent.com”,邮件正文中有“subscribe”字样。要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。要向此发送邮件 邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。 以上来自于谷歌翻译 以下为原文 now() returns the local time differs from the system time (which is UTC) by the time zone offset and the daylight saving time in summer. If your program relies on a linear lapse of time because of long time measurements or if you have - like my last project - a system that collects data from different systems sending the data via TCPIP from different places on earth with different time zones you need one common time base and that is UTC aka GMT (Greenwich Mean Time). Georg -------- Original Message -------- Subject: Re[2]: [vrf] get the system time in hh,mm,ss (21-Mrz-2006 16:26) From: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To: g.nied@gn-software.de > g.nied@gn-software.de wrote: > > Hello Siegfried, > > > > I don't know if you have VEE 5 or VEE 7 so I attached an example for both. > > > > With VEE 7 you can use the .NET Framework to get the system time > > (UTC). In VEE > > 5 you get the local time with the now() formula. If you really need > > the system time in VEE 5 you best use the Windows API. If so, ask me > > again. > > Why would anyone want to not just use now() ? > After all it does the system call for you with no need to play with > the API or .NET-- and it has been around more-or-less forever. > > Stan --- 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/". |
|
|
|
g.nied@gn-software.de写道:> now()返回当地时间与系统时间(UTC)不同>时区偏移量和夏季夏令时。
如果您的程序>由于长时间的测量而依赖于线性时间的流逝,或者您是否 - 像我的上一个项目一样 - 从不同的系统收集数据的系统通过TCPIP从地球上不同的地方发送数据>不同的时间 区域你需要一个共同的时基,那就是UTC aka GMT>(格林威治标准时间)。 >> GeorgAh是的 - 有道理!Stan ----------------------------------------- --------------------------------- Stan Bischof安捷伦科技公司707-577-3994 stan_bischof@agilent.com--- -------------------------------------------------- ------------------------您目前订阅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档案”。 以上来自于谷歌翻译 以下为原文 g.nied@gn-software.de wrote: > now() returns the local time differs from the system time (which is UTC) by > the time zone offset and the daylight saving time in summer. If your program > relies on a linear lapse of time because of long time measurements or if you > have - like my last project - a system that collects data from different > systems sending the data via TCPIP from different places on earth with > different time zones you need one common time base and that is UTC aka GMT > (Greenwich Mean Time). > > Georg Ah yes- makes sense! Stan -------------------------------------------------------------------------- Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com -------------------------------------------------------------------------- --- 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/". |
|
|
|
g.nied@gn-software.de写道:> now()返回本地时间与系统时间(> UTC)不同的时区偏移量和夏季夏令时。
>如果您的程序由于长时间>测量而依赖于线性时间的流逝,或者如果您有 - 就像我的上一个项目那样 - 一个系统>从不同系统收集数据通过TCPIP从地球上不同的地方发送数据,时间不同 您需要一个区域>公共时基,即UTC即格林威治标准时间(格林威治标准时间)。> GeorgAh是 - 有道理!Stan --------------------- -------------------------------------------------- --- Stan Bischof安捷伦科技公司707-577-3994 stan_bischof@agilent.com--------------------------------- --------------------------------------------如需订阅,请发送电子邮件 to:“vrf-request@lists.it.agilent.com”,邮件正文中包含subscribe一词。要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。发送邮件 在此邮件列表中,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。 以上来自于谷歌翻译 以下为原文 g.nied@gn-software.de wrote: > now() returns the local time differs from the system time (which is > UTC) by the time zone offset and the daylight saving time in summer. > If your program relies on a linear lapse of time because of long time > measurements or if you have - like my last project - a system that > collects data from different systems sending the data via TCPIP from > different places on earth with different time zones you need one > common time base and that is UTC aka GMT (Greenwich Mean Time). > > Georg Ah yes- makes sense! Stan -------------------------------------------------------------------------- Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com -------------------------------------------------------------------------- --- 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/". |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
1270 浏览 0 评论
2371 浏览 1 评论
2187 浏览 1 评论
2061 浏览 5 评论
2943 浏览 3 评论
1079浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
744浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
899浏览 0评论
1271浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-18 10:02 , Processed in 1.721144 second(s), Total 86, Slave 69 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号