How do I send the spectrum data from my HP8595E panel driver to an excel
file and to a larger spectrum representation?? ALso how can i have to
panel drive constantly trigger to show real time data?? Thank you very
much.
Russ Matich
---
You are currently subscribed to vrf as: rsb@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@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
file and to a larger spectrum representation?? ALso how can i have to
panel drive constantly trigger to show real time data?? Thank you very
much.
Russ Matich
---
You are currently subscribed to vrf as: rsb@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@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
I do not know the particulars of how that instrument works, but I do know
the panel language. (I assume you are using the old *.id or *.cid driver.)
If you put a panel driver in your VEE program, set all the controls to the
state that you want the instrument to be in. Any time that VEE executes
that panel, the instrument should be reprogrammed to that same state
(assuming the driver was written correctly).
Then, get a Component Driver (listed right after the Panel driver in the
Instrument Manager list). (This is actually the same code as the Panel
Driver - it just doesn't show the panel view, and only does "button click"
kind of things rather than doing an entire state save/recall like the panel
view.)
Add output terminal TRA_DATA to the Component Driver. This should give you
the Spectrum of Trace A -- 401 points are allocated for it.
Add an input terminal TS to the Component Driver. (That sends the "TS;
DONE?" command, which I assume is the trigger.)
> to an excel file
That part has been covered by others who know excel far better than I do.
Just wire the trace to that part.
> and to a larger spectrum representation??
I do not know what that means.
> ALso how can i have to panel drive constantly trigger to show real time
data??
You can wire the TRA_DATA to a VEE display. (Doing that, rather than
pinging the Panel Driver will avoid having VEE spend time looking at the
State Vector and determining if the instrument needs to be reprogrammed.)
Wire your favorite flow/repeat control (On Cycle, Until Break...)to the
Component Driver.
Les Hammer
VP of Engineering
Smart Sensor Systems
720 14th Street SW
Loveland, CO. 80537-6349
Les.Hammer@SmartSensorSystems.com
Les.Hammer@CompleteTest.com
---
You are currently subscribed to vrf as: rsb@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@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".