"Daenen Tom" <daenent@imec.be> wrote:
> Hi everybody,
> currently I'm trying to import stored data from a Vee program into Labview.
> This data is in the "dataset" format which labview doesn't recognise.
> I could make some kind of low-level parser (in Vee?) and convert it to a
> format that is know by labview (XML?). There are nested records in the
> datasets.
> What would be the best solution to tackle this?
As with writing to anywhere, you have two choices
(1) make receiver understand what is sent.
In this case write a routine in Labview to read in VEE records
and create appropriate data structures. Very regular syntax
so should be easy to parse.
(2) send data in form that receiver wants
In this case find out what sort of data structures Labview would like
to see and then use the output formatting capability in the To File
to write your data in format that Labview wants.
No idea which of these two would be easier- would depend upon
your familiarity withthe two tools and the sort of data you have.
Technically there's a third alternative ( translator ) but in this
case there would seem no reason to write a translator.
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> Hi everybody,
> currently I'm trying to import stored data from a Vee program into Labview.
> This data is in the "dataset" format which labview doesn't recognise.
> I could make some kind of low-level parser (in Vee?) and convert it to a
> format that is know by labview (XML?). There are nested records in the
> datasets.
> What would be the best solution to tackle this?
As with writing to anywhere, you have two choices
(1) make receiver understand what is sent.
In this case write a routine in Labview to read in VEE records
and create appropriate data structures. Very regular syntax
so should be easy to parse.
(2) send data in form that receiver wants
In this case find out what sort of data structures Labview would like
to see and then use the output formatting capability in the To File
to write your data in format that Labview wants.
No idea which of these two would be easier- would depend upon
your familiarity withthe two tools and the sort of data you have.
Technically there's a third alternative ( translator ) but in this
case there would seem no reason to write a translator.
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
currently I'm trying to import stored data from a Vee program into Labview. This data is in the "dataset" format which labview doesn't recognise.
I could make some kind of low-level parser (in Vee?) and convert it to a format that is know by labview (XML?). There are nested records in the datasets.
What would be the best solution to tackle this?
Best regards,
Tom
__________________
Tom Daenen
IMEC
SPDT/HiRel-Flash
Kapeldreef 75
B-3001 Heverlee
tel.: +32 16/28.87.13
fax.: +32 16/28.17.06
Tom.Daenen@imec.be
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".