LabVIEW-DCAF/CVTModule

Make import/export format compabile with CVT API

Opened this issue · 2 comments

With any more than about three tags, it gets to be tedious to move configurations between this module and your application.

If we could change either this module or the CVT API compatible with each other's file types, it wouldn't fix everything... but would make it better in some cases.

Right now the only export comes from the DCAF editor (Export Mappings or Export Tags), so perhaps that means adding a CVT-module-specific import or export.

We could add Import export for tags here. other modules have it now. If the tags are used in DCAF that already initializes the CVT. How would you use the file?

It does, doesn't it? I overlooked that. That does simplify things a little bit - I just need to delay my CVT access until after DCAF initializes the CVT.

I guess the suggestion stands because it would be nice to have compatible file types. It probably isn't as high of priority as I thought it was.