• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/100

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

100 Cards in this Set

  • Front
  • Back

What is the meaning of all parts of MOVJ VJ=10, PL=0?

MovJ is motion type, J is joint. VJ=velocity, which is in percentage for Movj. In mm/s for other moves. (1500 max)

How to NWAIT/CWAIT commands function?

NWAIT looks ahead at next lines until it reaches the next mov instruction. CWAIT cancels the looking ahead, and makes it wait.

What does the UNTIL instruction do?

Move from A to B UNTIL condition comes on.

What type of mov is IMOV?

It's a relative move. It's also linear.

What do you have to use IMOV with?

A position variable.

What does a position variable hold?

Distance and direction.

What can a position variable not be in relation to location?

The first move of the program.

What happens if you have an IMOV in a loop?

It moves every time the loop happens, because it's relative.

When manually running an IMOV, what has the potential to happen?

A crash!!!

What's an air cut?

When the robot goes up in the air to move to somewhere else.

When doing an air cut, what can the position level be?

Higher.

What does a pulse instruction do?

Turns on an output for a specified amount of time, but runs in the background. Doesn't wait.

What does the pulse instruction default to if no time is specified?

.3 s

What's the DIN instruction used for?

To read multiple or single inputs and hold the value for further reference.

What does IGH stand for?

Input group half

Understand this

How does the wait instruction work?

Waits on a condition to be fulfilled.

Can you jump to a label in a different job?

No.

Can multiple labels with the same name exist in one job?

No.

Can you have multiple jumps going to the same label?

Yes.

Is the return instruction conditional?

Can be either conditional or non conditional

What is the call instruction for?

Used to call other jobs.

When are new stack levels created?

The first time a job calls another.

Should you call jobs from higher stack levels?

No.

What do you use with a SFTon instruction?

Position variables and a SFTof

For SUB and ADD inst, what is variable and what is constant?

1st set of data has to be a variable, second can be a constant.

On sub and add, where does the data get put?

Back into the first set of data, the required variable.

How many different values do position variables hold?

6 different values.

What are the six different values that position variables hold?

X, Y, Z,


RX, RY, RZ

What are the types of variables?

(B)yte, (I)nteger, (D)ouble, (R)eal, (S)tring, (L)ocal, (P)osition

How many bits does the Byte variable have?

8

How many bits does the integer variable have?

16

How many bits does the double variable have?

32

What is the real variable for?

Decimal point

What is the string variable for?

Letters and numbers

What is the SetE instruction for?

To set element on position variable.

What's the difference between relative and absolute X and Y values?

Relative is referenced form previous point, while absolute is referenced from origin.

Is an Estop the same as a dead man switch?

No.

How should an estop be wired?

Hardwired or an input to a safety PLC

What are the mistaken assumptions?

Not moving won't move, following pattern will continue to follow pattern, moving slow will continue to move slow, will move to programmed point.

While teaching, testing, or troubleshooting, what precautions should you take?

Low speed, low pressure, safety guards on.

What's the difference between servo and non servo?

Servo provides feedback.

What is point to point control motion?

When a robot moves point to point, based on mechanics of arm.

What motion does a gantry robot have?

Straight

What motion does an articulated arm have?

Arc

What is controlled path?

Can make a robot arm move in an unnatural way.

What us continuous path control programming?

Lead through teach.

What is singularity error?

2 or more robot axis that are UB straight alignment. (coaxial)

If the common is negative, what does that make the input?

Sinking.

If the common is negative, what does that make the output?

Sinking.

What's the definition of a robot?

Programmable, multifunctional, multipositional with 3 or more axes.

Sinking I/O means what for the field device?

Sourcing field device.

What is repeatability?

How far off from a point you are

What is resolution?

Smallest increment.

What is accuracy?

How well the robot follows a predefined path.

Which change of PL saves the most time?

When going from 0 to 1

IGH go up to what number?

8

Full groups go up to what number?

128

Understand this

And this

What does p equal?

IV

Can the robot manipulator and the controller be separated? If not, why?

They can't, because they have matching order numbers.

What's the definition of SCARA?

Selective compliance assembly robot arm.

What is compliance?

Amount of flex a robot has.

What are the xyz coords in relation to the robot?

Match slurbt axes?

Base, shoulder, elbow, pitch, roll and Yaw

What are the teaching coordinates?

Joint, cartesian, tool, and userframe.

What is Pam?

Allows you to adjust while robot is in play mode.

What does Pam stand for?

Position adjust manual.

What is userframe used for?

When x, y, and z coords are rotated to robot base.

TCP arm position vs pulse arm position?

Pulse arm position is unique for each count, which means it gets the arm in an exact precise position. TCP could have it rotated wrong.

Ifthen/endif?

Switch case?

While wend?

For next?

What is exposure time?

Low long it reads the light.

Longer exposure means what?

Brighter picture.

Bigger f number means what?

Smaller aperture opening.

What is a standard lense?

50mm

What is a telephoto lense used for?

Magnification. Good for distant objects.

What is a wide angle lense?

Under 50mm. Shorter focal length.

What is resolution?

Pixels per inch.

What is FOV?

Field of view.

What is DOF?

Depth of field.

Smaller f number means what for depth of field?

Smaller depth of field.

What does polarization do?

Filters out reflections, provides a lot of contrast.

What is contrast?

Difference between darkest dark and lighter light.

What is ambient light?

Any light other than what you've specifically set up.

What is working distance?

Distance between camera and object.

What is low angle lighting?

Dark field.

What is high angle lighting?

Light field.

What's the difference between dark field and bright field?

Dark field makes rough objects bright, bright field makes smooth objects bright.

LED vs incandescent lighting?

LED is better because it lasts longer and doesn't change over time.

Color filter effect?

Same lightens, opposite darkens.

What are soft limits?

The programmed limit that a robot can move to.

What are soft limits made to protect?

Cables.

Can soft limits be bypassed?

Yes.

What is shock sense?

Shuts off power when bumped.

What does shock sense protect?

Robot arm.

What is key allocation?

Can program pendant keys to input different instructions.

REMEMBER TO DRAW OUT I/O STUFF

Please!!!!