Re: text import to DISMSL pulse programs - is it possible ?

charlie thibault (cth@bruker.com)
Thu, 18 Aug 94 9:19:33 EDT

According to PETER STILBS, PETER@PHYSCHEM.KTH.SE:
>
> Does anyone know of ANY reasonbly simple way to 'import text' into
> DISMSL/Aspect 3000-type pulse programs from a file 'on a network' ?

There is an "INCLUD" command which will insert an ASCII file into
a pulse program at that point. Something like the following should work:

D1 [F1 PLS1^]
...
BEGIN LISTS
PLS1, INCLUD MYFILE.PLS
END LISTS

You can then use any editor or utility program to put the X's and Y's
into MYFILE.PLS and transfer it, via Bruknet or Kermit to the A-3000.
Unfortunately direct access to files on another system (a la NFS)
is not supported by Bruknet so the files must be transfered to the
disk on the A-3000.

One more note: This syntax didn't work properly in the older versions
of DISMSL and PCCOM. To be sure it is working you should have version
911101.1 of both.

-- 
==================================================================
	
       ...     ...	Charles G. Thibault, Ph.D.
      .    * .    .	Manager of Software Development
       .   . .   .	Bruker Instruments Inc.
       B R U K E R	Manning Park
       .   . .   .	Billerica, MA. 01821 USA
      .    * .    .	(508)667-9580 x218
       ...     ...      cth@bii.bruker.com

=================================================================