(12-30-2020, 01:04 PM)Jeremy Wrote:Hi Otto,
This is because the Motoman post-processor is limited to 7 characters, anything longer than that will be truncated.
What you can do is go to your "Program Events" in your "3D printing project".
On the right, you will see "Extrude(%1)", simply enter "E(%1)" and you just saved 6 characters for the numbers.
Let me know if it helps.
I never job calls with parameters on a Motoman, so I don't know what is the exact syntax.
If anything, I can help you with that.
Jeremy
Hi Jeremy,
in Yaskawa, it is not possible to use numbers with decimals as an Argument, Only Integers are allowed. But In ROBODK I become the speed of extruder as integer and decimal value for example :
Code:
Call Extruder (1510.560)
Is it Possible to get the number only in Integer form like:
Code:
Call Extruder(1510)
?
Please see the attached Photo?
BR