LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

instrument driver HP86060C

There's no reason for it to change because you're not telling it to change. By default, a graph starts at zero (t0) and increments by 1 (dt). All that you are reading back from the instrument is an array of Y values. If you wire a waveform data type to a graph, it will automatically change the x scale because a wavefrom data type contains t0 and dt information. You can programatically change t0 and dt by creating a waveform data type with the build waveform function. You can also modify the x-scale with a property node. Right click on the graph and select Create Property Node. Right click again and select Change to Write. Right click again and select Properties>X Scale Range. You can select minimum, maximum, increment, etc. You can use the value from the span control to set the range however you need.
0 Kudos
Message 11 of 24
(1,651 Views)
P.M-
Is this better?
0 Kudos
Message 12 of 24
(1,544 Views)

hello.. is this updated. can i ask a favor regarding the source code of the HP86060C in labview. i need a reference in programming. hope yopu can help me

0 Kudos
Message 13 of 24
(1,229 Views)

hello can i ask for a soource of this HP86060C for my reference. please. its hard to find the source code of it in the interet. thankyou. hoping for your kind consideration

0 Kudos
Message 14 of 24
(1,226 Views)

hello can i ask for a soource of this HP86060C for my reference. please. its hard to find the source code of it in the internet. thankyou. hoping for your kind consideration


@UofH wrote:
The HP86060C is not made anymore and has drivers for LabWindows. But I am trying to connect 3 instruments on Labview using GPIB and this is one of them.Please help

 

 

0 Kudos
Message 15 of 24
(1,224 Views)
If you don't want to use the cvi driver with wrapper, you'll have to create your own code. At http://www.ni.com/downloads/instrument-drivers/ there are links to instrument control basics and how to write a driver.
0 Kudos
Message 16 of 24
(1,209 Views)

hi. i'm beginner in labview and would like to study the program of Agilent HP86060C in labview using GPIB. can you help me to have .VI file. thanks

0 Kudos
Message 17 of 24
(1,194 Views)
There is no VI. There is only the LabWindows/CVI driver which is written in C. The manual of the instrument will contain everything you need to learn how to program it. That is where you need to start.
0 Kudos
Message 18 of 24
(1,181 Views)

okay thank you... is this the manual you are saying??? 

0 Kudos
Message 19 of 24
(1,160 Views)

do you have the file you aresaying. may i have one.. thank you

0 Kudos
Message 20 of 24
(1,158 Views)