07-24-2020, 09:58 AM
Hello,
my name is niko and i try to adapt my post processor for my kuka control.
this following function generate an error in my KRC control. i tried to remove it from my post processor but i was not able to remove it without an new error in my robot control. you can find the .src file in attachment. when i remove the section with a text editor everything is working fine. Can someone tell me how I can get this function out of my post processor? what does this function do?
my system:
- Kuka KR210
- KRC4 control (8.3)
- Fusion 360
Thank you very much!
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'name'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/''"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'post version 42749'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'post modified 2020-04-30 081349'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'NEW SECTION'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Strategy: contour2d'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Comment: 2D-Kontur1'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'MATRIX DEFINITION'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output x(i),y(i),z(i)'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output x(j),y(j),z(j)'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output x(k),y(k),z(k)'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output dx,dy,dz'"
thanks!!
my name is niko and i try to adapt my post processor for my kuka control.
this following function generate an error in my KRC control. i tried to remove it from my post processor but i was not able to remove it without an new error in my robot control. you can find the .src file in attachment. when i remove the section with a text editor everything is working fine. Can someone tell me how I can get this function out of my post processor? what does this function do?
my system:
- Kuka KR210
- KRC4 control (8.3)
- Fusion 360
Thank you very much!
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'name'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/''"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'post version 42749'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'post modified 2020-04-30 081349'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'NEW SECTION'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Strategy: contour2d'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Comment: 2D-Kontur1'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'MATRIX DEFINITION'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output x(i),y(i),z(i)'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output x(j),y(j),z(j)'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output x(k),y(k),z(k)'"
Wait for StrClear($LOOP_MSG[])
$LOOP_CONT = TRUE
$LOOP_MSG[] = "/'Output dx,dy,dz'"
thanks!!