Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

ExtruderSpeed() function for 3D printing with ABB IRB120

#14
(01-20-2021, 05:30 PM)Jeremy Wrote:Hi Otto,

Here's a new post-processor that should remove the decimal.
You can then divide by 100 000 once you retrieve the value in the controller.

Hope it helps.

Jeremy

Hi Jeremy,

the problem is partially solved.
At first, it didn't work, because I found in the Python File that the dot is missed (.)
Code:
# Remove special characters
for c in r'-[]/\;,><&*:%=+@!#^()|?^ ':
progname = progname.replace(c,'')

After Adding the dot the problem is solved.

But I got now the program in such form:

Code:
CALL JOB:EX61356
MOVL C00341 V=60.0 PL=1
CALL JOB:EX61576
MOVL C00342 V=60.0 PL=1
CALL JOB:EX61576
MOVL C00343 V=60.0 PL=1
and in Yaskawa, it is not acceptable to call a program without space after program name (EX), and also the argument has to be between Brackets like below:
CALL JOB:EX (61356)
I tried to give the brackets and space in the Program Events but no gain...
can you please guide me to solve this issue?
THANX!
Otto


Messages In This Thread
RE: ExtruderSpeed() function for 3D printing with ABB IRB120 - byOtto_Scho- 01-26-2021, 11:10 AM



Users browsing this thread:
2 Guest(s)