I want an image to be displayed of the part that is going to be welded on teach pendant or flex pendant. where would I have to save the file in robotstudio to view it during simulation and in our flexpendant. What file type has to be used.
PROC HS_L_VI()
UIMsgBox\Header:=“VERIFY”,MsgLine1:="DIRECTON : "+ValToStr(HS_L_DISPLAY)\MsgLine2:="QTY : "+ValToStr(HS_L_N)\Buttons:=btnYesNoCancel\Icon:=iconWarning\Image:=HS_L_IMAGE.pdf\Result:=btnVERIFY;
If btnVERIFY=7 THEN
UIMsgbox\Header:=“RETRY”,MSgLine1:=“Renter Values”\Buttons:=btnOK\Icon:=iconInfo;
HS_L_ID;
ELSEIF btnVERIFY=5 THEN
UIMsgBox\Header:=“CANCELED”,MsgLine1:=“Routine Canceled”\Buttons:=btnOK\Icon:=iconError;
main;
ENDIF
ENDPROC
