LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

周波数カウンタの値の有効数字の変更方法

お世話になっています.

 

私は,Agilent社の53131Aという周波数カウンタを使用して測定しているのですが,

ドライバをインストールした後に,viを作成して,計測したのですが,

結果として表示される値が,有効数字4桁になっています.

私としては,周波数カウンタに表示されているすべての桁数を結果として表示したいのですが,

どなたか方法をご存じてしたら,教えていただけませんでしょうか?

 

Labview2016を使用しています.

 

よろしくお願いします.

0 Kudos
Message 1 of 4
(1,368 Views)

Hi  檜垣,

As I understood you right I suggest you to follow this steps to configure resulted value's digits.

1. Right click on indicator where you outputting the result. 

2. Go to the Properties

3. Open Display Format tabs as shown in the picture I have attached. And you can see there is option to change the Digits quantity.

lyudvigh_0-1664203928231.png

 

Regards 🙂

 

 

0 Kudos
Message 2 of 4
(1,320 Views)
Thank you for answering.

I've already tried that method and the result is the same.
 
_0-1664519917617.png

 

 
0 Kudos
Message 3 of 4
(1,305 Views)

Hi,

 


@檜垣 wrote:

I am using an Agilent 53131A frequency counter for measurements.

After installing the driver, I created vi and measured it.

The resulting value has 4 significant digits.

As for me, I would like to display all the digits displayed in the frequency counter as a result.

If anyone knows how to do this, could you please let me know?

 

I am using Labview2016.


Can you debug that driver VI?

Put a probe on the VISARead function (?) used to receive the device response: does the received message contain all the digits you want to receive?

Please attach the VI(s) and show your probe result window…

 

DATAFLOW: when your data sink (aka indicator) doesn't present the expected data then you should debug your data source…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(1,291 Views)