LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Yokogawa WT3000 Power Analyzer vi - Read Numeric Normal vi how to read more than 255 items

I have problem with this YKWT3000 Read Numeric Normal vi, in particular I have set the instrument to read

4 channels (Current) x 100 harmonics per channel = 400 items and I could see only 255 value even i set on this vi Number of Item = 400.

 

0 Kudos
Message 1 of 5
(1,375 Views)

Hi Umberto,

 


@umberto82 wrote:

I have problem with this YKWT3000 Read Numeric Normal vi, in particular I have set the instrument to read 4 channels (Current) x 100 harmonics per channel = 400 items and I could see only 255 value even i set on this vi Number of Item = 400.


Ok, there are some options:

  • Ask those who created that VI to debug it. (Maybe the Yokogawa support can help you !?)
  • Read the manual of the WT3000 if it even supports more than 255 items. Then start debugging that VI on your own!
  • Think about the problem of not being able to edit/run/debug plain images of code with LabVIEW…
Best regards,
GerdW


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

Hi,

 

If you look in the communication manual you can see that the maximum for this command is 255.

But, like Gerd said, you have to read the manual.

 

Kees

 

0 Kudos
Message 3 of 5
(1,323 Views)

Thanks a lot for the answer (I have jest read about on manual).

 

My question was about if it could be some trick to read more than 255 items for acquisition cycle ..

For example if you store all harmonics on Yokogawa WT3000 memory card you could save more than 255 items for acquisition cycle ..

Could it be a limitation linked to WT3000 communication interface (GPIB) ?

0 Kudos
Message 4 of 5
(1,300 Views)

Don't now what exactly the reason is for the 255 limit other than a byte count.

Storing it on a memory card and reading that could be possible I think.

But is it not possible to read the additional items directly ?

 

Kees

0 Kudos
Message 5 of 5
(1,288 Views)