DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in importing data from multiple ASCii files, Concatenate

I am trying to use the "Importing Data From Multiple ASCII FIles.VBS" and the "Concatenate Groups.VBS" scripts downloaded from here, http://zone.ni.com/devzone/cda/epd/p/id/3870. When I run the importing data script and test it by highlighting the example data that comes with the download I get an error. "Error in <Importing Data From Multiple ASCII Files.VBS> (Line:60, Column: 11):  Variabls is undefined: 'AscIIAssocSet'  "

 

The offending line of code is "  Call AsciiAssocSet(FilePaths(i), StpFilePath) ' assign STP file    "

 

Screenshots of the error are attached.

 

Can anyone tell me what this error is?  Am I just doing something wrong? Getting quite frustrated.

 

Thanks in advance.

Download All
0 Kudos
Message 1 of 3
(4,229 Views)

Forgot to mention, I am using Diadem version 11.3 and the I downloaded ascii_diadem_9.1_or_later.zip.

 

Thanks again.

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

Please have a look at the DIAdem Example to concanate channels. Its delivered with DIAdem.

 

Examples > Creating Scripts > Scripts > Appending Channels to Each Other

 

Please use a dataplugin (File -> Text DataPlugin Wizard...) or the csv plugin to load your data.

 

Greetings

Andreas

 

P.S.: The one you have downloaded needs the old Ascii Wizard that is not activated by default in newer DIAdem versions.

If you want to use it anyway:

Settings -> Options -> Extensions -> GPI Extensions ...

Add gfsasci.dll

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