07-07-2008 09:43 PM - edited 07-07-2008 09:49 PM
07-08-2008 12:06 AM
07-08-2008 01:13 AM
07-08-2008 01:36 AM
07-08-2008 01:54 AM
07-08-2008 01:56 AM
Hi tst,
I am not really worried about converting into string, b'coz that can be achieved by timing palette functions(pls see my attachment) itself, but how I can insert that string(datetime) along other 25 elements of number data at a time into the table without wiring any column array in the insertinto vi?
Thanking you.
07-08-2008 02:11 AM
Ah, I didn't notice that your cluster was originally an array. I don't think there's any way to do that other than bundling the entire array or using the timestamp as a DBL. What I usually myself is just handle all the bundling and unbundling in subVIs, so that at least the code is clean.
As for the string, the DB toolkit has a VI which formats the string in a way in which the insert VI can recognize it, but I don't think that will help you. You could try modifying the insert VI so that you can add another parameter, but it's not really worth it.
07-08-2008 02:14 AM
07-08-2008 02:17 AM