LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error code 65636, (This code is not on the internet)

Solved!
Go to solution

I am using the NI-9217 and trying to figure out why my loop time is so long (The memory block is a lookup value so the loop time matches the tick time. 100,000 ticks and 8,000,000 ticks respectively). so 200ms is 8,000,000 ticks and 2.5ms is 100,000 ticks.

The tick time is accurate while the control is in the off state, but increases when values are actually being measured.

 

What exactly does this error code mean? It doesn't show up using a google search at all.

 

0 Kudos
Message 1 of 4
(333 Views)

Hi eli,

 


@eli.barber wrote:

I am using the NI-9217 and trying to figure out why my loop time is so long (The memory block is a lookup value so the loop time matches the tick time. 100,000 ticks and 8,000,000 ticks respectively). so 200ms is 8,000,000 ticks and 2.5ms is 100,000 ticks.

The tick time is accurate while the control is in the off state, but increases when values are actually being measured.


Without any code we don't know what you are talking about…

 

Where does the error occur?

Best regards,
GerdW


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

Error code 65636.

 

 

Edit: I should summarize and say I am basically facing two problems here.

 

  1.  Error code 65636 (see screenshot) does not show up on google searches at all.
  2. loop timing. When it is off, I get the correct number of ticks, but when its "On" in my front panel, my tick count drastically increases Despite the fact that I am essentially doing 0 calculations, just measuring from the card. (See block diagram)

 

 

0 Kudos
Message 3 of 4
(312 Views)
Solution
Accepted by eli.barber

Most forum users don't use the latest LabVIEW version. Please save your entire project to a previous version, preferably 2019. See Using Save For Previous Version in Moving a LabVIEW Project to Another Computer

 

Here is the error explanation from LabVIEW. You should check the module connections. 

ZYOng_0-1723246627775.png

 

NI-9217 has a data rate of 400S/s. It will slow down the execution of other code.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 4 of 4
(264 Views)