Perhaps you could post the rPickReaderNew1 routine.
Posts by Iowan
-
-
Error log shows several collision detects and motion supervision. What kind of marking are you doing?
QuoteCan you step through the program, or does it fault at the point in manual? NO
Which? Can you manually step through the program?
If you can step the robot around, can you get to the mark point?
There seem to be a lot of search warnings - a feature I've never used. -
and its really difficult to bring it back with the help of crane.How big is this robot?
By "stops working", do you mean "goes blank", or "is unresponsive"?
What do you do to regain control - restart/reboot/etc?
Can you step through the program, or does it fault at the point in manual?
Pics would be good.
You might flush the error log, and post it/them after the error. -
Palletware, or roll-your-own?
-
I've always used a crossover cable to connect w/ the service port on the front... but then, laptop is similar vintage as/to the S4C+ machines. The LAN port usually connects to hub/switch, so it is usually a straight cable.
-
Is your laser attached to the robot, or does the robot move the part in front of a fixed laser? Distance between part and laser will probably depend on how TCP is taught.
-
Are axes now free when you release the brakes (with all due caution)?
-
... when in test screen I click start, and click deadman and literally nothing is happening..I presume you're activating the deadman before clicking Start...
That "Blocked:" looks ominous.
... I think its because your lines in the program don't have any names. .
Are you talking about named points versus inline (*) points?
Most of my programs use the inline method. -
You can use a register as a "state counter".
e.g.
State 1= home.
State 2 = right front corner
State 3 = right rear,
etc.Return path might be vey different, depending on state.
-
Last question how to remove this thread??You could use the "Report to Moderator" button to request it's removal.
There is a "Remove" button at the top-right of each post, but That probably doesn't remove the thread. -
Have you checked the Manuals section of the forum? There are Product manuals (M98A), wiring diagrams, and some generic programming guides.
-
Power going into transformer, none coming out?
You've checked breakers and fuses?
Continuity test across coils? -
RelTool is correct. optional arguments \Rx:=whatever\Ry:=whatever\Rz:=whatever. You can use only one or all, whatever you need.As I recall, Rx, Ry, and Rz are rotation around X, Y, and Z - in degrees.
-
Are you looking for something more involved than the CPos function?
Here is a routine that draws (cuts) an X by Y mm slot.
Code
Display MorePROC rSlotXY(num X,num Y) PDispOn pSlot, t_Nozzle\WObj:=woFront; JetOn; MoveL Offs(pSlot,X / 2,0,0), V, z5, t_Nozzle\WObj:=woFront; MoveL Offs(pSlot,X / 2,Y,0), V, z5, t_Nozzle\WObj:=woFront; MoveL Offs(pSlot,-X / 2,Y,0), V, z5, t_Nozzle\WObj:=woFront; MoveL Offs(pSlot,-X / 2,0,0), V, z5, t_Nozzle\WObj:=woFront; MoveL pSlot, V, fine, t_Nozzle\WObj:=woFront; JetOff; PDispOff; ENDPROC
It is called:
-
For example, a group of eight inputs would allow you to set a value (i.e. call a program) between 0-255Depending on how many options you need, you can create a smaller group - 4 inputs would give you 16 options (though I don't usually use "0"), a 5-bit group would yield 32 options.
@SAABoholic,
I seem to be about half a post behind you today... -
Similar to your TCP post, here is a good place to start.
I usually jog in JOINT, WORLD, or TOOL - seldom in USER, and I don't think I've ever used JGFRM.
-
Here is a good place to start.
The Fanuc Handling Tool eDoc is another. -
I've had bad SMB's do that. I have one S4C+ that used to occasionally lose rev counters after power-down - never did learn why...
-
But it's a good extra to make it operator-proof. Thanks!Operator resistant...
Nothing is operator (fool) proof because they are so ingenious. -
What do you mean by:
... and the zero point is lost at zero.
The calibration marks don't line up.
The robot won't move to a point (zero)?
Have you changed a motor?
Is it a single axis - or several?
The robot has been calibratedFine calibration or rev counter update?
If a fine calibration has been done, you will probably need to re-enter calibration data(or re-load from backup).