Inputs
Outputs
Byte Variables
Job Control
Odds & Ends
100
Tag used to reference an Input Group
What is IG?
100
Tag used to reference an Ouptut Group
What is OG?
100
Designation for a BYTE variable address
What is B0XX?
100
Command that can cause the robot to execute another job when a certain condition exists then return
What is CALL with a CONDITIONAL IF?
100
Base 10 number for 11101100
What is 236?
200
Number of states that can be stored in one Input Group
What is 256?
200
Number of states that can be stored in one Output Group
What is 256?
200
Number of BYTE variable addresses available
What is 100?
200
I/O designations for Universal Inputs and Outputs
What are IN or OT?
200
Types of tags controlling lights
What is OT and OG?
300
Tag used to reference a Universal Input
What is IN?
300
Tag used to reference a Universal Output
What is OT?
300
What the number in the B0XX stands for
What is the BYTE variable address?
300
Additional condition arithmetic symbols available other than =
What are < (less than), > (greater than), <> (not equal to), <= (less than or equal to) and >= (greater than or equal to)?
300
The function BYTE variables are usually used for
What is INPUT / OUTPUT communication?
400
Number of states that can be stored by an IN tag
What is 8?
400
Number of states that can be stored by an OT tag
What is 8?
400
MAIN MENU > VARIABLE > BYTE > Cursor to the desired address > cursor to field right of address > SELECT > enter number > ENTER
What is the way to store a number associated with a BYTE variable address?
400
Ability to set the condition for a CALL or JUMP command without using an external device
What is an advantage of using a BYTE variable for I/O?
400
One type is called PLAYBACK TIME and is the amount of time that has passed between when the START button was pressed and job end.
What is CYCLE TIME?
500
Number system used as constants for Input Group commands
What is Binary?
500
Command used to send information to an external device
What is DOUT?
500
Command used to send I/O information from a Byte variable address
What is DOUT?
500
I/O designations in tags that BYTE variables can replace
What are IN, IG, OT, and OG?
500
Range of numbers we can put in a BYTE VARIABLE slot
What 0 - 255?