How to log multiple varables to a single record?

How to log multiple varables to a single record?

Hello
Is it possible to record a set of variables from zenon as one row/record?
The goal is to insert a number of manually entered values as one data set to the SQL Server. The data set will consist of measured values like:
ID - Identification of the data set
Meter - to locate where on the pipe the data set refers to
WT - an array holding 8 measured values (wall thickness)
I would like to create the data set as a structured datatype in zenon and log this as one record to the SQL Server - to a table with identical format, like:
ID Meter WT1 WT2 WT3 WT4 WT5 WT6 WT7 WT8
1001 500 9.8 9.7 9.8 9.5 9.5 9.5 9.8 9.7
Is this possible and how can it be done?
Best rgds, Niels

This is a migrated post! Originally posted on 04.09.2008 by user nsko. Please be aware that information can be outdated.