06-13-2006 02:03 PM
06-14-2006 04:25 AM - edited 06-14-2006 04:25 AM
Message Edited by Jochen on 06-14-2006 11:25 AM
06-14-2006 09:12 AM
06-14-2006 09:21 AM
hello jochen,
thanks for fast reply.
>In fact the system resources are very low and I wouldn't recommend to use this low power computer for a large project at all.
sure, but as mentioned it is not possible to change the system.
>How much data do you write each time?
data is flexible but as minimum we write:
1 file every 5 minutes containing 5-40 groups, groups containing approximately 16 channels. Each channel has variable data (dbl-arrays for example) inside.
>Are you writing always to the same file or do you create multiple files?
no, every write is creating a new file.
>Do you open and close the file before and after each write operation or are the files kept open?
no, it is 1 function-block that gets the data from the main-program and writes it to the tdm-file (open and close at beginning and end)
>Why don't you use the Citadel database for data storage?
citadel is a great tool for logging process-data. but, the project we are realizing need some relational data-stuctures. the labview program provides the manufacturing-information to a database, that is sorting the information into different tabels of the enterprise database. we need dsc in that project to easily connect to different opc servers.
kind regards
gibbi
06-14-2006 10:00 AM