Cbyrdtopper
Plastic
- Joined
- Oct 10, 2020
We just finished integrating one of our Haas machines with a Fanuc robot; all in all it wasn't too bad. Haas has a really good integration guide that helps get things set up in the right order.
We are ready to start integrating our 2nd fanuc robot onto a DNM 5700.
There are several things that we would like answered or some light to be shed on the subject to be sure we know where we are starting from.
First off; my Ellison Tech apps guy sent me a document on how to add inputs and outputs to the PMC ladder; this way we can control I/O from the G Code program; so we can figure that out ok.
Initially, we want to know what the standard is for starting the robot and making the machine wait for the robot to finish.
1. To start the robot, do we need to use #1101 = 1 to turn on outputs that the robot will read?
2. When we are waiting for the robot to be finished, do we need to just put the program in a loop until an input goes true or an IF with a GOTO?
While #1001 = 0 DO1
END1
or
N50
IF #1001 = 0 GOTO50
Any insights or example programs or integration resources would be greatly appreciated.
-Chad
We are ready to start integrating our 2nd fanuc robot onto a DNM 5700.
There are several things that we would like answered or some light to be shed on the subject to be sure we know where we are starting from.
First off; my Ellison Tech apps guy sent me a document on how to add inputs and outputs to the PMC ladder; this way we can control I/O from the G Code program; so we can figure that out ok.
Initially, we want to know what the standard is for starting the robot and making the machine wait for the robot to finish.
1. To start the robot, do we need to use #1101 = 1 to turn on outputs that the robot will read?
2. When we are waiting for the robot to be finished, do we need to just put the program in a loop until an input goes true or an IF with a GOTO?
While #1001 = 0 DO1
END1
or
N50
IF #1001 = 0 GOTO50
Any insights or example programs or integration resources would be greatly appreciated.
-Chad