NI Home
Cart Cart | Help
Hello Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI
You are here: 
NI Home > NI Developer Zone > NI Discussion Forums


Reply
Member
vtiu
Posts: 8
0 Kudos

Spreadsheet object timing in Lookout 6.6

I have Lookout 6.6 (200 IO) communicating with two NI-9178 CompactDAQ systems. Roughly 50 I/O points are read into a single process. I am using a spreadsheet object to log the data with the time interval set using a text entry object (format hh:mm:ss). In DAQmx, I read the NI-9178's using virtual channels. I cannot get the spreadsheet object to save the data any quicker than 1 second. I need 0.1 seconds or faster. I start with a slow interval and during the process I need to save the data faster. Am I missing something? I have tried to set the interval to hh:mm:ss.s with no effect. I know there are timers in the cDaq but can I set them from Lookout?

Active Participant
Mike@Forshock
Posts: 202
0 Kudos

Re: Spreadsheet object timing in Lookout 6.6

I would suggest using the SQL database driver (ODBC) or the built in Citadel database and exporting the data later. These are designed for high-speed logging.

 

The spreadsheet object would be delayed with having to access the file, append data and close the file. SQL will write to a memory buffer and write in blocks. 

 

Mike

-----------------------------------------------------------------------
Forshock - Consult.Develop.Solve.
By using this web site, you accept the Terms of Use for this web site. Please read these Terms of Use carefully before using any part of this site. Please go here for information on ni.com's copyright infringement policy.
My Profile | Privacy | Legal | Contact NI © 2011 National Instruments Corporation. All rights reserved.    |    E-Mail this Page E-Mail this Page