LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I transfer values for Registertxt1 from LabView to Diadem

Hi,
 
I´m using Labview to collect a lot of different measurings and transfer them to Diadem. Now I´d like to use RegisterTxt1 to attach some further informations about the measuring method. Unfortunately I´m not able to send values from LabView to Diadem with the connectivity tools.
Can You help me?
0 Kudos
Message 1 of 7
(2,975 Views)

Hey MosEisley,

What exactly doesn't work? Any errors? Are you using TDMS, or TDM? I would suggest you to have a look on the examples and see if, and how they are working.

May the force be with you!

0 Kudos
Message 2 of 7
(2,960 Views)
Thanks for your response, Christian.
 
I didn´t use TDM or TDMS. I´m working with the connectivity toolkit to send the data to Diadem directly.
 
I attached an example code. When you execute it, it will show you the data in Diadem with the correct names etc. When you click on Measurement1 in the right half, you see that the variables RegisterTxt1, RegisterTxt2 and RegisterTxt3 are empty. I´d like to put some additional information inside these variables automatically - cause afaik the Datafinder will also read RegisterTxt1.
 
Maybe somebody can expand my code...?
 
Mos
0 Kudos
Message 3 of 7
(2,951 Views)

No more suggestions?

 

*snief*

0 Kudos
Message 4 of 7
(2,920 Views)

Hey Mos,

Sorry for the late response, I've been out of office for over a week. I hope I have time to test your example tomorrow to give you an answer!

Christian

0 Kudos
Message 5 of 7
(2,881 Views)
Hi,

I don't know if I understand your problem correctly. If you do your communication directly you have the opportunity to place the Set Properties VIs for the Root, Group and also for the Channel. If this VIs don't solve your problem, why don't you use the File I/O VIs to write your measurement data to a tdm or tdms file? If you need more help I can upload an example.

HTH
Joachim
0 Kudos
Message 6 of 7
(2,880 Views)
I wouldn't know that there is a special function for that in the Connectivity Toolkit. You'll need to use the function that can execute an arbitrary DIAdem command. Feed it something like "ChnPropValSet('mychannel','registertxt1','myValue')". For details on the commands you can use, see the DIAdem help page "Commands and Variables for Working with Data".

Hope that helps,
Herbert

0 Kudos
Message 7 of 7
(2,872 Views)