Re: [PEDA] Client Basic

2003-03-31 Thread Wojciech Oborski
Graham,

Visit Premier EDA Solutions's web site:
http://www.eda.co.uk/supportProtelMacros.html
- they offer some free macros - I'm sure you may treat them
as examples.
I think you may also find some macros in Files section of
Protel User's Group Yahoo site:
http://groups.yahoo.com/group/protel-users/files/
(you need to be a member to get access to it).
Wojciech Oborski

Graham wrote:

Hi All

Protel 99SE / SP6  I need to begin using the Protel Client Basic 
language and have gone through the extensive help files on macros.  In 
the help file 'Example Macros' they say there is a \Client99\Macro 
examples directory, but this does not exist in my install, nor on the 
installation CD. In fact there are no .BAS files at all and also no DDB 
that sounds like it might harbor them.  It would be really helpful to 
have some examples other than the three in the help files.  Does anyone 
know where learning materials / examples can be found?
Another facility I would like to use is the library import/export to 
spreadsheet, but the only option available is to PCAD2000 ASCII.  Thanks 
for any help.

Graham Brown, Sutter Instrument Co






* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:[EMAIL PROTECTED]
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/leave.html
*
* Contact the list manager:
* mailto:[EMAIL PROTECTED]
*
* Forum Guidelines Rules:
* http://www.techservinc.com/protelusers/forumrules.html
*
* Browse or Search previous postings:
* http://www.mail-archive.com/[EMAIL PROTECTED]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


Re: [PEDA] Client Basic

2003-03-29 Thread Darren

Graham,

Try the Templates.ddb in the system directory.

Darren Moore

 -Original Message-
 From: Graham [mailto:[EMAIL PROTECTED] 
 
 Hi All
 
 Protel 99SE / SP6  
 I need to begin using the Protel Client Basic language and have gone 
 through the extensive help files on macros.  In the help file 
 'Example 
 Macros' they say there is a \Client99\Macro examples 
 directory, but this 
 does not exist in my install, nor on the installation CD. In 
 fact there 
 are no .BAS files at all and also no DDB that sounds like it might 
 harbor them.  It would be really helpful to have some examples other 
 than the three in the help files.  
 Does anyone know where learning materials / examples can be found?
 Another facility I would like to use is the library import/export to 
 spreadsheet, but the only option available is to PCAD2000 ASCII.  
 Thanks for any help.
 
 Graham Brown, Sutter Instrument Co



* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:[EMAIL PROTECTED]
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/leave.html
*
* Contact the list manager:
* mailto:[EMAIL PROTECTED]
*
* Forum Guidelines Rules:
* http://www.techservinc.com/protelusers/forumrules.html
*
* Browse or Search previous postings:
* http://www.mail-archive.com/[EMAIL PROTECTED]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


Re: [PEDA] Client Basic place line/track

2002-10-15 Thread Thomas

Have a look at the files area of the Protel users forum  on Yahoo:

http://groups.yahoo.com/group/protel-users/files/

There's plenty of basic scripts there (you will need to be a member to
access this area however).

or see what you can make of this:

ResetParameters 
AddSingleParameter Width, width
AddStringParameter Layer, Current
AddSingleParameter Location1.X, xloc1
AddSingleParameter Location1.Y, yloc1
AddSingleParameter Location2.X, xloc2
AddSingleParameter Location2.Y, yloc2
RunProcess PCB:PlaceTrack

(xloc12, yloc12 and width are the variables you define the track with)

Hope it helps.


 -Original Message-
 From: Rich Thompson [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 16 October 2002 05:20
 To: 'Protel EDA Forum'
 Subject: [PEDA] Client Basic place line/track
 
 
 Hi Guys
 
 Can anyone out there point me to the syntax for the place line/track
 command to be used from within a client basic script using 
 99se (PCB).  
 Protel Knowledge Base Item - 2895 details what I am tring to achieve,
 but the download samples appear to be a broken link and I couldn't see
 that particular item in the help files.
 
 I want to write a macro to draw a set amount of objects in the pcb
 workplace.
 
 Thanks
 
 Rich
 

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:[EMAIL PROTECTED]
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/leave.html
*
* Contact the list manager:
* mailto:[EMAIL PROTECTED]
*
* Forum Guidelines Rules:
* http://www.techservinc.com/protelusers/forumrules.html
*
* Browse or Search previous postings:
* http://www.mail-archive.com/proteledaforum@techservinc.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *