LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

missing files

Hi all,

I don't know what happened but actually display refreching is about 3 seconds.

I remarked that when I open a VI tha uses tne display VIs, Labview is searching on  "update.ctl" and other files. these files are not in "C:\Program Files (x86)\National Instruments\LabVIEW 2009\vi.lib\Embedded\ARM\EK-LM3S8962\display"

I allready tried to reinstalle Labview and ARM module, but the files are not reinstalled.

How to solve this?

thanks

0 Kudos
Message 1 of 8
(6,835 Views)

This happen only if you try to use VIs from a previous version (8.6).
When open the VI press "Ignore Item" button, and then just replace all instances of update.ctl with booleans, perhaps only TRUE or FALSE constants:

updatectl to boolean.PNG

0 Kudos
Message 2 of 8
(6,828 Views)

I have no 8.6 version istalled.

 


When open the VI press "Ignore Item" button, and then just replace all instances of update.ctl with booleans, perhaps only TRUE or FALSE constants:
I did that but the refreshing is always too late.

 

 

 

0 Kudos
Message 3 of 8
(6,824 Views)

The refresh rate might be affected by your algorithm: number of display VIs, string convertion, etc.

 

I just can asure you the update (which sends the entire display memory to OLED) takes about 60 – 100 ms in a faire system (the task making the update is allowed to run)

 

0 Kudos
Message 4 of 8
(6,822 Views)
The refreshing is too late even with the Analog input example from "Find Examples"
0 Kudos
Message 5 of 8
(6,820 Views)

I just modified the AI.vi from the mentioned example so I can estimate the "refresh rate" (see only if next ms is indeed the next one)


AI_vi modified.png

 

These are results for 100ms (left) and 30 ms (right):

 

100ms ok 30 ms not.PNG

0 Kudos
Message 6 of 8
(6,816 Views)

So the code can't be the responsible.

You said that it's not the missing ctl too.

What can it be so?

0 Kudos
Message 7 of 8
(6,812 Views)
You're trying to become an engineer.

Show us some quntitative results.
0 Kudos
Message 8 of 8
(6,808 Views)