Yo everybody, How to cancel this Warning Pop Up on the main page?
Is it possible to cancel this Warning on Fanuc Alarm Log page?

Yo everybody, How to cancel this Warning Pop Up on the main page?
Is it possible to cancel this Warning on Fanuc Alarm Log page?

Didn't find what you were looking for?
New postHi, here is a code that can be added to a background logic to move the popups outside the display window when the teach pendant is not activated
and move it back when it is activated:
1: IF (SO[7:TP enabled]=ON) THEN ;
2: $UI_BBL_NOTE.$WND_LEFT=(420) ;
3: $UI_BBL_NOTE.$DISPTIME=(2) ;
4: $ER_NOHIS=(0) ;
5: ELSE ;
6: $UI_BBL_NOTE.$WND_LEFT=(1420) ;
7: $UI_BBL_NOTE.$DISPTIME=(0) ;
8: $ER_NOHIS=(1) ;
9: ENDIF ;
Please sign in to leave a comment.
Comments
1 comment