08-17-2005 06:29 PM
08-18-2005 09:26 AM
08-18-2005 09:57 AM
There should be some vi's available to do that.
I've mostly worked with Rhode & Schwarz S.A.'s. Both mfgr's have a nice library to work with. They typically group vi's by functionality. HP (now Agilent) provides a list that you need to search through. I also worked with some HP S.A.'s but did not spend that much time doing automation with them. I did work with many other HP products, and they tend to follow a similar approach.
JLV
11-04-2008 11:12 AM
Hello,
I have dowloaded the latest drivers from the NI website and I could not find a vi that used the "D3" data dump command. Has anyone gotten this to work on the HP3585?
Regards,
Kaspar
11-04-2008 02:27 PM
Hello,
I have make some progress on the data dumps, however, I have discovered that I have the HP3585A, that works a little differently than the HP3585B, the difference is that the HP3585A does not assert EOI with the last byte to indicate the end of transmission. So I need to figure out a way to configure the read routine to use a termnation character to detect/determine the end of a message.
I have used NI spy to observe the transactions with the HP3585A and ibconfig is used to set the termination character to a 0X0A. How can I do this in Labview?
Regards,
Kaspar
11-04-2008 02:43 PM
Hello, I have figured it out, GPIB Receive with a mode of 10, does it. I am a happy camper
Regards,
Kaspar
11-13-2008 12:35 PM
Hello,
I am making good progress with the screen/data capture of the HP3585A scope. Right now I am trying to understand how to manipulate the XY graph as follows
Any ideas out there on how to do this?
Regards,
Kaspar
11-13-2008 01:05 PM
- Programmatically manipulate the start and end values of the X and Y axis
If by "end values" you are referring to the range, create property nodes.
You would have to create 4 in total : x-max, x-min, y-max, y-min.
These properties only need to be written once, and in the beginning of your code.
11-13-2008 01:18 PM
Hello,
Thanks, I will try that. The next step will be a see how the grid is affected. I would like to have a 10 by 10 box layoout in the grid
Regards,
Kaspar
11-18-2008 02:21 PM
Hello,
I have used the property nodes for the start and stop values of each axis. In order for them property nodes to work I had to disable the "autoscale" checkbox of each axis in the chart to get the property node to function. Is there a way to programmatically disable the autoscale feature of each axis?