New to Motoman and trying to understand the P Variable. I would like to share P variables between jobs and the since they are global that seems like a simple task. What is throwing me is that when I look at an archived job using a text editor I see the P variable position listed in the job making it appear to be a local variable. I would expect a separate file to hold the P variables similar to the way it is done in Fanuc Robots. I want to make sure that if the P variable is changed in one job that change is reflected in another job. Thanks in advance for any assistance.
Posts by sherhold1
-
-
I need to know if the robot was jogged while in teach mode and I do not have the system programming option to run in the background and monitor the "Jog Operation" Specific Output #55. Unfortunately that bit is reset when a program is started in PLAY mode and that is when I would need to know if it was jogged. I created a macro to monitor Sout#55 and set a variable but I need to run the macro when changing from Teach to Play or run it from a PLC output signal. Is either possible? If not possible, alternative ideas are welcome. Thanks
-
Does anyone know of system variable that forces the screen back to the running program? For example I press menu and before I can select an option, the menu screen clears and the display goes back to the program.
Hi
Welcome to the robot forum
$UI_CONFIG.$BLNK_ENABLE = TRUE
$UI_CONFIG.$BLNK_TIMER is the amount of time before the backlight turns off if no buttons are pressed.
If $TX.$BLNK_ENABLE is TRUE, then $TX.$BLNK_TIMER is the amount of time
in minutes before the teach pendant screen becomes blank. This will prolong the life of the teach
pendant screen. Pressing any key will re-display the screen.
Fabian