LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

agilent n8262A p-series power meter

Below is the manual attach:

 

i have new assignment which is to simple create a gui the option to calibrate the power meter for right now.

 

I wanted to see if anyone could help me with the commands to send over the control bus. Im reading over the 

 

manual to understand the commands.

 

at the moment im just a lil confuse  i guess how to format the commands. 

 

 

for example the command to calibrate is    CALibration[1|2]:AUTO ONCE        

 

im not sure if i suppuse  to enter the command as a string  "CALibration[1|2]:AUTO ONCE" .

 

I just need a lil assistance so that I can start. right now im just reading the manual to get understanding .

 

Also if the  interface controller is the standard PC serial communication . how to get access to the drivers  read and write functions?

 

Im assuming its the IVI drivers
0 Kudos
Message 1 of 7
(4,052 Views)

darnell,

 

The guide must have a part where it explains the syntax. Read that part carefully.

 

Generally, [x|y] means you have to use either x or y, not both.

So the actual command may be "CALIBRATION1:AUTO ONCE". 1 and 2 probably define the channel number here.

 

Btw, you do not have to send command characters shown lowercase.

That means, it is enough to send "CAL1:AUTO ONCE".

 

Hope this helps, 

S. Eren BALCI
IMESTEK
Message 2 of 7
(4,038 Views)

To get access to the IVI drivers to programming the power meter, what do i do.

 

so that i can start using the read and right functions?

0 Kudos
Message 3 of 7
(4,018 Views)

Darnel,

 

Check out ni.com/idnet you can get drivers to your device such as this one: http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=11877 

Richard S -- National Instruments -- (former) Applications Engineer -- Data Acquisition with TestStand
0 Kudos
Message 4 of 7
(4,012 Views)
im curious doesnt cvi have a ivipowermeter driver i can referenced from?
0 Kudos
Message 5 of 7
(4,003 Views)

Check out these links to learn more about IVI and instrument control in general:

https://www.ni.com/en/support/downloads/instrument-drivers/types-of-instrument-drivers.html#section-...

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YI6tCAG&l=en-US

Richard S -- National Instruments -- (former) Applications Engineer -- Data Acquisition with TestStand
0 Kudos
Message 6 of 7
(3,986 Views)
Message 7 of 7
(3,983 Views)