Grasshopper

algorithmic modeling for Rhino

Hello Guys:

We are trying to use the speed expert component, since you can have control over acceleration of the robot.

I noticed that on curved toolpath the movement is slower than the straight ones.

I downloaded speed example file, and tried to use it on my definition, evrything goes well untill the robot tries to read the file, getting an error.

Note that this does nor happen using the regular speed component.

Please see files attached

Regars

Mario

Views: 713

Attachments:

Replies to This Discussion

Hi Mario,

Could you please post the exact error message that you get on the controller?

Which version of KSS do you have?

Hi Thibault:

First error:

wallTest_1: 3 compilation errors
error display:
line 99, column 5, error n° 2137 , description: variable not declared
Second error:
line 99, column 5, Error n° 2263, Description: type of loop variable not equal to INT
Third error:
line 100, column 11, Error n° 2137, Description: Variable not declared
kss01326
Thank you

On the manual: versión: P1KSS8 Roboterprogrammierung V1 es

Hi Mario,

You need to declare a "i" variable in your program, since the expert speed is iterating over the joints based on this value (cf. the "code" output).

So you have to place

INT i

In the declarations.

Best

Hi Thibault:

Thanks so much for your help, that fixed the problem!!!

We will post the results asap.

Best Regards

Mario

No problem, have fun with the beast ;)

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service