Hard to glean too much form the sample code out of context. My suspicion
is that you do not have new data available at the input pins. You have
unrestrained 'get's. These will get data only once. Once the write object
has executed. you can't simply ping it again just from 'get A', you have to
have new data available on ALL input pins.
--
Regards,
Rich
===========================
Richard Kleinhenz
mailto:scubaman@us.ibm.com
845-892-2617
===========================
"Paul"
<paul_duran1000@h To: "VEE Reflector (E-mail)" <vrf@lvld.agilent.com>
otmail.com> cc:
Sent by: Subject: vrf Problem writing to file
owner-vrf@lvld.ag
ilent.com
07/09/2002 10:14
PM
Hi friends,
I'm having a problem with the attached VEE program. First of all, it do not
work it's just a piece of my program. I want that every time the XY trace
change (it's working fine) the file change, so this file will change
continuosly while the display change too. The problem is I have success
writing to file just at the first XY trace, then my file becomes the same,
never change besides the flow go into the "To File" box and the display is
changing countinuosly as I want. Do you any idea of it ? I'm really don't
know if I'm configuring correctly my "To File" box.
Regards,
Paul Duran
---------------------------------------------------------------------
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".
---------------------------------------------------------------------
I see from your segment that you are saving waveforms to disk.
That should work insofar as some data will be written to disk, but
retrieving it may be hard work. Instead use WRITE CONTAINER. You can use
READ CONTAINER to read the data from the file and, hey presto!, it returns
a waveform.
Hope that helps.
Mike Watts
_______________________________________________________________________
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
_______________________________________________________________________
---------------------------------------------------------------------
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".
---------------------------------------------------------------------