From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

RPM Signal On Veristand

Hello,

 

I am new  to Veristand so I am trying do to some rather simple tassk.

 

I have 2014  Veristand and I am using a cDAQ 9174 with a 9402 module.

 

I have configured this card in MAX I have been able to read an frequency signal by creating an MX task in MAX.  I am aware that my requested channel of CI0 has to have my counter pickup plugged into CI1 to read a signal and in MAX it work fine.

 

WHen I try to read this signal (CI1)  in veristand I get some junk value. 

 

When i try to read from CI0 i get a value but it updates very slowly and is not the same value as I am able to read in MAX.

 

When I reconfigure the channel from a frequency type channel to a counter in the veristand system explorer the signal counts up so I know my hardware is active.

 

Any ideas on how to configure this channel

 

Thanks

 

 

 

 

 

Tim
0 Kudos
Message 1 of 16
(6,676 Views)

Hello Tim,

 

It's my understanding that VeriStand only natively uses a single counter Count Edges frequency acquisition. Have you tried connecting your input frequency to a single counter source and reading that channel?


What is your minimum frequency currently set to? You should try leaving this at 1 Hz if you may have changed it. 

 

Let us know if this helps!

 

Andy C.

Applications Engineer

National Instruments

0 Kudos
Message 2 of 16
(6,643 Views)

Hey Andy

 

I am not sure if I have connected to a single counter.  as I mentioned in the previous post I am using NI 9402 cDAQ DIO LVTTL module do acquire my frequency input.

 

My min frequency was set to 0.01 and my MAx was set to 1000 Hz in the channel settings as shown below

 

I did change this min frequency to 1000 hz but it didn't help.

 

 

CI0Setup.png

Tim
0 Kudos
Message 3 of 16
(6,633 Views)

Hey Tim,

 

You should try a minimum frequency of 1 Hz. The frequency is calculated using the VeriStand control loop time-base as a reference, and I'm not sure if this will cause problems for frequencies below 1 Hz. 

 

Let us know if that changes anything!

 

Cheers,

 

Andy

0 Kudos
Message 4 of 16
(6,621 Views)

I tried a frequency minimum of 1 Hz which really didn't change anything.  The update speed is still slow.  It seems any graphs or data are only updated at 1 Hz. 

Tim
0 Kudos
Message 5 of 16
(6,606 Views)

Check your loop durations and loop late counters (System Variables).  Perhaps the DAQ calls within the loops are waiting for edges to occur which is then slowing down VeriStand's processing loop(s).

0 Kudos
Message 6 of 16
(6,603 Views)

Once again thanks for the help but my experience with veristand is limited.  WHere do I check for these systems variables?

Tim
0 Kudos
Message 7 of 16
(6,594 Views)

Within the workspace, select Tools: Channel Data Viewer.  That tool can display any channel in VeriStand so within there you should be able to browse to System Channels.  Some System Channels provide some feedback as to how your system is running.  Two important ones are HP and LP Loop Duration as they tell you how fast your loops are running.  If they are close or exceed your desired rate (e.g. 1,000,000 nsec HP Loop Duration and you are trying to run at 10 khz (100,000 nsec) then you have something wrong or too much going on to achieve that rate...

ChannelDataViewer.png

0 Kudos
Message 8 of 16
(6,592 Views)

Thanks for the input.

 

The number I am seeing are whay above what you have described.

 

lp hp rate.png

 

The test that I will be trying to run requires that my controller acquires and commands data at a rate of 1000 Hz perhaps this is causing the problem?

Controller.png

 

 

 

Tim
0 Kudos
Message 9 of 16
(6,573 Views)

Your large HP Late Count means the main control loop is not completing within the timeframe you established (e.g.  1 msec ).  This matches with the HP Loop Duration which shows that loop is taking over 1.1 msec to complete.  I would start removing items from the system definition (you could start with the prime suspect, your RPM input).  If you HP Loop Duration and Late Count come in line, then you know it is just your RPM input that is causing the problem.  Assuming it is the RPM input, I would apply differenty frequencies to that input and graph the HP Loop Duration to see if there is any correlation between HP Loop Duration and input frequency.

0 Kudos
Message 10 of 16
(6,569 Views)