
Parker Hannifin
Programming Basics 57
Following is a list of the most commonly used parameter and bit
tables:
• Master Parameters
• Master Flags
• Axis Parameters
• Axis Flags
• Object Parameters
• Program Parameters
• Program Flags
Using Parameters and Bits
You can specify parameters and bits in your programs or at a
terminal emulator. Use the following format:
Px or BITx, where x represents the parameter or bit number.
Example
The following demonstrates how to format parameters and bits.
Suppose your program refers to the current position for axis 0 (see
table P12288-P14199 Axis Parameters), and input 24 (see table Bit0-
Bit31 Opto-Isolated Inputs).
P12288
Bit24
Setting Binary Bits
You can use the SET command, or fix the bit value equal to 1.
Example
The following demonstrates how to set at bit. All methods are valid.
SET 32
Bit32=1
SET Bit32
Clearing Binary Bits
You can use the CLR command, or fix the bit value equal to 0.
Example
The following demonstrates how to set at bit. All methods are valid.
CLR 32
Bit32=0
CLR Bit32
Comentários a estes Manuais