DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Diadem 10.2.1: "Variable is undefined: 'Root' "

Hi,

 

I'm using now DIAdem 10.2.1 and have now a problem with Root-Object in DIAdem-Script. Everytime I call this object "Root", for example:

 

'-------------------------------------------------------------------------------
'-- VBS-Script-Datei
'-- Neu erstellt am 17.01.2011 08:54:16
'-- Ersteller: 
'-- Kommentar: 
'-------------------------------------------------------------------------------
Option Explicit  'Erzwingt die explizite Deklaration aller Variablen in einem Skript.

Root.ChannelGroups.RemoveAll

 

 

I received a msg from DIAdem: "Variable is undefined: 'Root' "

 

Can anyone help me with it?

 

Regards

 

Tuan Anh

0 Kudos
Message 1 of 4
(3,641 Views)

Hi tuananhto, 

 

The DIAdem DATA-API was developed for DIAdem 11.0. So it is not supported in earlier versions. If you would like to use the DIAdem API's you need to update you DIAdem version.

 

Greetings

Walter

0 Kudos
Message 2 of 4
(3,637 Views)

Hi Tuan Anh,

 

The corresponding command for DIAdem 10.x and ealier is "DataDelAll".

 

Brad Turpin

DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 3 of 4
(3,627 Views)

Thank you for your answer Smiley Wink

0 Kudos
Message 4 of 4
(3,602 Views)