FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

FP Read time stamps are skipping

Chris,
I have attached the file that you requested.
Molly K.
National Instruments
Web Support & Operations
Molly K.
Web Support & Operations Manager
National Instruments
0 Kudos
Message 11 of 13
(1,067 Views)
Hi Ben,

Did you ever manage to take a look at the code that was posted?

This is to do with the same issue that Ken has been trying to fix recently (http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=50650000000500000053970100&HIsQuestionPoster=Yes&HTHREAD=000104275&UCATEGORY_0=_50_%24_6_&UCATEGORY_S=0)

Regards
Chris F (Australia)
Christopher Farmer

Certified LabVIEW Architect and LabVIEW Champion
DQMH Trusted Advisor
https://wiredinsoftware.com.au

0 Kudos
Message 12 of 13
(1,067 Views)
HI Chris!

No, never noticed that Molly had attached a file to your previous posting.

I looked at your code and you have quite an application here.

I had mentioned memory management as a possible issue.

I would first look at anything that is a string. Your messages are sent as strings and flattened and unflattened into clusters. This is fine when running under windows non-deterministicly but in RT, I avoid strings. They have a tendancy to grow when you least expect it.

Do you have the opertunity to try this under LV 7.1? LV-RT for 7.1 has some wonderful new tools for tracking determinism. It will let gather a snap-shot of which threads get the processor when, and details what happens in ea
ch thread, eg memory page faults etc.

Otherwise, could you give me hint as to what is going when the time disturbances occur i.e. which mode you are running? There is a lot in there! Please narow my search (what mode) and I will take a closer look.

Ben

PS
Check the code that is posted. There are a lot of support VI's and ctl's missing.
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 13 of 13
(1,067 Views)