Hi I have a program that reads what is coming into my oscilliscope. I want to save the data to a file and i have tried using a to file and sending it to excel but no data shows up. I need to be able to look over the data later after the test is run. IF anyone can help i would greatly appreciate it.
Thank Jason Duncan
--- 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".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII"><META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73"><TITLE>open Excel Template?</TITLE></HEAD><BODY><P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">Hello VRF,</FONT></P><P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">Can Vee Open an Excel Template?</FONT><FONT SIZE=2 FACE="Arial"> Where would I find some example code?</FONT> <FONT SIZE=2 FACE="Arial">I know it can open an Excel worksheet. </FONT></P><P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">Thanks,</FONT></P><P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">Han</FONT></P><BR>---<BR>You are currently subscribed to vrf as: rsb@soco.agilent.com<BR>To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".<BR>To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".<BR>To send messages to this mailing list, email "vrf@agilent.com". <BR>If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".</BODY></HTML>
jdunca1 <jdunca1@uic.edu> wrote: > Hi I have a program that reads what is coming into my oscilliscope. I want to > save the data to a file and i have tried using a to file and sending it to > excel but no data shows up. I need to be able to look over the data later > after the test is run. IF anyone can help i would greatly appreciate it.
You'd need to post the program itself for anyone to give you a definitive answer, but most likely what is happening is that you are storing the data in a format that Excel doesn't understand.
To troubleshoot this, here's a simple checklist:
(1) is the data going into your To File correct? double-click the input terminal and see what's there. (2) open the file with any ascii text editor ( wordpad, whatever). Does the data in this file match what you see at the input to the To File?
If these are both good then almost certainly it is data formatting. Check to see what Excel needs- I think it is comma-delimited real values but I could easily be wrong. Change the formatting in your To File to match and you'll be all set.
Stan
-------------------------------------------------------------------------- Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.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".
When your "To File Object" seems to be not activated, add proper
sequence control to the sequence input pin of your "To File Object".
I experienced the same kind of troubles around the "To File Object".
Regards, FUKUI Yutaka
jdunca1 wrote: > > Hi I have a program that reads what is coming into my oscilliscope. I want to > save the data to a file and i have tried using a to file and sending it to > excel but no data shows up. I need to be able to look over the data later > after the test is run. IF anyone can help i would greatly appreciate it. > > Thank > Jason Duncan > > --- > You are currently subscribed to vrf as: fukui.yutaka@jp.fujitsu.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".
--- 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 have three numbers: A, B, C; they take values as: A = 0, 1, ... n B = -A, ..., 0, ..., A C = -B, ..., 0, ..., B
I want to walk across all the elements of an array but I can't. I'm using the *for range* object three times but it seems that I can only read the value coming for a *for range* once, and I need to read it 2B+1 times...
For n=1 it would be: (0,0,0) (1,-1,-1) (1,-1,0) (1,-1,1) (1,0,0) (1,1,-1) (1,1,0) (1,1,1)
Could anyone help me, please?
Regards, -- Mara.
--- 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".
Jdunca1 <Jdunca1@uic.edu> wrote: > I need to save data from an oscilliscope reading so that it can be looked at > later. I know I am missing something simple on how to do it. here is my > program.
One very simple and fairly foolproof way:
take whatever you are displaying and write it to a file using a "TO FILE" object with a single transaction that uses "CONTAINER" format.
That way a FROM FILE with CONTAINER format can be used later to read in your data unchanged.
Stan
-------------------------------------------------------------------------- Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.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".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"><META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD><BODY><DIV><FONT face=Arial size=2></FONT> </DIV><DIV><SPAN class=994041607-28072004><FONT face=Arial size=2>Hello all,</FONT></SPAN></DIV><DIV><SPAN class=994041607-28072004><FONT face=Arial size=2></FONT></SPAN> </DIV><DIV><SPAN class=994041607-28072004><FONT face=Arial size=2>I run a VEE program here that is creating a PWM signal on 2 of the steeringpins of the parallel port (RS232 exit), independant from each other. Works perfect. However: when I use a HP data aquisition unit via GPIB at the same time in the same program, the RS232 port stops its activity for a short moment, while using the GPIB for the aquisition unit. Is there some setting somewhere where you can let the RS232 signal continue during GPIB activity? Even at a mouse-click, the PWM signal stops for a fraction, as shown on a scope. SOmehow the PWM generation I made is dependant on other processes in the computer. I made the PWM signal by setting the output pin high, used a certain delay, setting the pin low, and then the rest of the frequency time in a delay.</FONT></SPAN></DIV><DIV><SPAN class=994041607-28072004><FONT face=Arial size=2></FONT></SPAN> </DIV><DIV><SPAN class=994041607-28072004><FONT face=Arial size=2>Thanks!</FONT></SPAN></DIV><DIV><SPAN class=994041607-28072004><FONT face=Arial size=2></FONT></SPAN> </DIV><DIV><SPAN class=994041607-28072004><FONT face=Arial size=2>Mark Vervaart</FONT></SPAN></DIV>---<BR>You are currently subscribed to vrf as: rsb@soco.agilent.com<BR>To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".<BR>To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".<BR>To send messages to this mailing list, email "vrf@agilent.com". <BR>If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".</BODY></HTML>
save the data to a file and i have tried using a to file and sending it to
excel but no data shows up. I need to be able to look over the data later
after the test is run. IF anyone can help i would greatly appreciate it.
Thank
Jason Duncan
---
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".