<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"><TITLE>VEE and VXE</TITLE><META content="MSHTML 6.00.2715.400" name=GENERATOR></HEAD><BODY><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=140544714-16042002>You could try to duplicate the speed increment by disabling the debugging features in the development environment (in Default Preferences). This should run the program closer to what you get with the VXE version.</SPAN></FONT></DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=140544714-16042002></SPAN></FONT> </DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=140544714-16042002>//</SPAN></FONT></DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=140544714-16042002></SPAN></FONT><FONT><SPAN class=140544714-16042002><FONT face=Arial><FONT color=#0000ff size=2>Gran Johnsson <BR>Technical Consultant - Test Automation<B></B> </FONT></FONT></DIV><DIV><P><FONT face=Arial><FONT color=#0000ff><FONT size=2>Agilent Technologies <BR>P.O. Box 52 <BR>Kronborgsgrnd 23 <BR>164 94 Kista <BR>Sweden <BR><I> </I><BR>Tel: +46 (8) 5064 8789 <BR>Fax: +46 (8) 5064 8616 <BR>Mobile: +46 (70) 325 2089 <BR>Email: goran_johnsson@agilent.com <BR>Web: </FONT><A href="http://www.agilent.com/" target=_blank><FONT size=2>http://www.agilent.com</FONT></A><FONT size=2> <BR>Intranet: </FONT><A href="http://tmsw.sweden.agilent.com/" target=_blank><FONT size=2>http://tmsw.sweden.agilent.com</FONT></A><FONT size=2> <BR></FONT></FONT></FONT><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN class=140544714-16042002></SPAN></FONT></FONT></FONT></P><P><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN class=140544714-16042002> </SPAN></FONT></FONT></FONT></SPAN></FONT><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Ross Bledsoe [mailto:RBLEDSOE@Coinco.com]<BR><B>Sent:</B> Friday, April 12, 2002 16:06<BR><B>To:</B> vrf@lvld.agilent.com<BR><B>Subject:</B> vrf VEE and VXE<BR><BR></P></FONT></DIV><BLOCKQUOTE dir=ltr style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px"> <P><FONT face=Arial>Good morning,</FONT> <BR><FONT face=Arial>I just created a run time version of my VEE program making it a standalone VXE file. Problem is, the VEE code works fine the VXE file does not. It is a simple program that goes out and resets all of my instruments and clears their status registers. I'm thinking the VXE is running faster than the VEE code causing it to not work properly. Has anyone experienced this problem ?</FONT></P> <P><FONT face=Arial>Thanks in advance</FONT> <BR><FONT face=Arial>Ross</FONT> </P></BLOCKQUOTE></BODY></HTML>
Reiner Schlieker
Test Equipment Designer
Siemens Milltronics Process Instruments Inc.
Phone: (705) 740-7553
Fax: (705) 740-7692
e-mail: reiners@milltronics.com
>>> Ross Bledsoe <RBLEDSOE@Coinco.com> 04/12/02 10:06AM >>>
Good morning,
I just created a run time version of my VEE program making it a standalone
VXE file. Problem is, the VEE code works fine the VXE file does not. It is
a simple program that goes out and resets all of my instruments and clears
their status registers. I'm thinking the VXE is running faster than the VEE
code causing it to not work properly. Has anyone experienced this problem ?
Thanks in advance
Ross
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------
because the .vxe is running
> faster. Try placing some delays (or OK buttons) in
critical areas, to see if it
> works as a .vxe. You can then adjust the delays down
until you find the
> shortest delay that works consistantly
>
>> I just created a run time version of my VEE program
making it a standalone
>> VXE file. Problem is, the VEE code works fine the
VXE file does not.
You are correct. When I was developing instrument
drivers it was discovered that doing:
<write message>
<receive message>
<write message>
would cause a query interreupted error. (This is an
instrument parser problem.) The solution is to put a
delay after
every place where you would receive a message.
100 microseconds should be sufficient. If you are
coding in C, downloading the hpe1429 Plug&Play driver
from the Agilent web site will give an example of this.
Just look for doDelay in the hpe1426.c file.
Les Hammer
Test Systems Engineering
les.hammer@testsyseng.com
http://www.testsyseng.com/
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------