The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Other CAD Tools >> Entry Tools >> how to write sequential program using SKILL
https://designers-guide.org/forum/YaBB.pl?num=1189594516

Message started by rajdeep on Sep 12th, 2007, 3:55am

Title: how to write sequential program using SKILL
Post by rajdeep on Sep 12th, 2007, 3:55am

hi all,

I have been trying to execute a set of skill functions in the CIW. My objective is to run them sequentially,
that is one after another. To do this I'm just writing them in a file in the order I want, and loading that file
in the CIW using load("skillprogram.il").

But I don't think it is executing them sequentially. When I run those skill functions one by one in the CIW it works fine.....

Is there a way to write sequential programs using SKILL??

Plz help
Rajdeep

Title: Re: how to write sequential program using SKILL
Post by svenn on Sep 14th, 2007, 1:29pm

Depends on what skill functions you are running. Try to select all of your skill functions and paste them into CIW instead of one by one and see what happens. If you copy and paste one line after each other, your mouse movement is slow enough for any ipc calls to finish before you manage to get the next function paste.

--
Svenn

Title: Re: how to write sequential program using SKILL
Post by haikom on Sep 17th, 2007, 12:43pm

Hi,

if you are using SKILL++ (files with the extention .ils), you all command inside the letseq( ... ) statement are executed sequentially. But there are some differences to SKILL (scope of variables, symbol handling). Please check the SKILL Language User Guide chapter 13 (About SKILL++ and SKILL).

Kind regards,
haikom

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.