Welcome, Guest. Please login or register.
Did you miss your activation email?
February 08, 2012, 10:38:56 AM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  ABB Robot Forum (Moderators: Werner Hampel, Sven Weyer, Jim Tyrer, Napierian)
| | |-+  Remote start program?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Remote start program?  (Read 500 times)
Robotic5
Newbie
*
Offline Offline

Posts: 27


« on: March 03, 2010, 09:16:54 PM »

Hello,

We have an injection moulding machine combined with an ABB robot.
Now i want to know if it's possible to start the robot program from the plc from the injection machine.
 
Logged
charon.82
Newbie
*
Offline Offline

Gender: Male
Posts: 34


« Reply #1 on: March 04, 2010, 08:17:41 AM »

Hi,

U can use system inputs.
"System parameters -> IO Signals ->System Inputs "

U need to connect ur digital input signal to "MotOnStart" action for starting robot program from PLC. For example if you want to set program pointer to main u should use "StartMain" action.

After connecting ur signals to ur digital IO card u need to modify ur EIO.cfg file like that:


SYSSIG_IN:

      -Signal "diPrgStart" -Action "MotOnStart"

      -Signal "diPrgStop" -Action "Stop"

      -Signal "diResetError" -Action "ResetError"

      -Signal "diResetEStop" -Action "ResetEstop"

      -Signal "diMotorOff" -Action "MotorOff"

      -Signal "diStartMain" -Action "StartMain"

      -Signal "diMotorOn" -Action "MotorOn"

BR.
Logged

Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!