Topic: DMD0519 CTAXDYNP - CTRIO2 Axis Run Dynamic Position Mode |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Note: The CTAXDYNP instruction can only be used with the CTRIO2 module.
The CTRIO2 Axis Run Dynamic Position Mode (CTAXDYNP) instruction is used to put the Pulse Output Device into Dynamic Position Mode, allowing successive moves to be easily commanded. Once in Dynamic Position Mode, moves are commanded by changing the Target Position value and setting (one-shot) the .GotoPosition bit for the Pulse Output Device. The moves will execute using the parameters defined in the CTRIO2 Axis Configuration (CTAXCFG) instruction executed before the CTAXDYNP. Click here for more information on the Axis Configuration instruction.
The red triangle in the upper left corner indicates the CTRIO2 Axis Run Dynamic Position Mode (CTAXDYNP) is a Fully Asynchronous instruction.
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Inputs:The first input (E/R) is the Enable / Reset input. When this input logic comes ON the Pulse Output Device is placed in the "Dynamic Positioning Mode", the current position value will be set to 0 or maintained (i.e. .OutputPosition) and the Output will be enabled (.OutputEnabled = ON). It must remain ON until all desired positions have been reached. When this input logic goes OFF the Pulse Output Device is removed from "Dynamic Positioning Mode", the Output will be disabled (.OutputEnabled = OFF) and the On Success or On Error bits are set.
When this input logic transitions ON, the
CTRIO2 will ramp down to zero using the Deceleration
Rate specified in the Axis Configuration (CTAXCFG). Click
here for more information on the Axis Configuration instruction. No
additional pulses will be emitted as long as this input remains ON.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters:Note: Use the F9 key (Element Browser) or Down-Arrow key (Auto-Complete) at any time to see a complete list of the memory locations that are valid in the current field of the instruction.
Part of the configuration for a device is assigning a name to the device. It is that name which will show up in the Pulse Output Device selection drop-down menu. For more information on configuring CTRIO2 devices go to the Module Configuration Section under System Configuration.
Note: no devices available - indicates that there are no CTRIO2 Devices that have been pre-configured to perform this instruction. Selecting 'create module' from the drop-down list will invoke the Create New Module Configuration dialog.
Note: create module - Selecting this will immediately pull up the System Configuration and allow the creation of a new module (see Module Configuration Section under System Configuration.)
Pulse Output Structure - This field displays the name of the Pulse Output Structure that will be used by this instruction. This structure was created when the CTRIO2 module was configured during the Module Configuration phase.
Current Position - this option specifies what action to take regarding the current position value when the instruction is enabled
Target Position - specifies the pulse count of the target position. The direction (clockwise or counter-clockwise) is inferred from the difference between the Target Position and the current position (.OutputPosition), that is, if the Target Position is greater than the current position, pulses for a clockwise move are emitted; if the Target Position is less than the current position, pulses for a counter-clockwise move are emitted. This can be any positive or negative constant value or any readable numeric location.
On Success - designates
which of the following actions to take at the conclusion of a CTRIO2 Axis
Run Dynamic Position Mode operation. Note: This selection DOES NOT indicate that the Target Position has been reached, use the .AtPosition for that information.
On Error - designates which
of the following two actions to take if the CTRIO2 Axis Run Dynamic Position
Mode operation was unsuccessful. For example if this instruction tries
to target a CTRIO module (not a CTRIO2), or if the specified output device
is not configured as a Pulse Output.
Note: any time the On Error condition occurs, the CTRIO2 generates an Error Code that can be read in the <Module Name>.ErrorCode (Module Name is the name assigned to the CTRIO2 in the Module Configuration). The List of Error Code values (in decimal) follows:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Status Display:The Status display of the CTRIO2 Axis Run Dynamic Position Mode (CTAXDYNP) instruction shows:
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CTRIO2 Structure Field Care-Abouts:The following is a list of the"dot" fields of the CTRIO2 structure that are programmatically used with the CTRIO2 Axis Run Dynamic Position Mode (CTAXDYNP) instruction. To see a complete listing of all CTRIO structures and members, goto the Project Browser --> Configuration --> Memory --> I/O --> Specialty.
COLOR KEY Blue: CTRIO2 Input Maroon: CTRIO2 Output Black: CTRIO2 Module Silver: Not used for this instruction
Note: The red "x" is the digit 0, 1, 2, or 3.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See Also:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Example 1 of 2: |
Description of a Typical CTRIO2 Axis Configuration (CTAXCFG) Stage Diagram:
Initially the Config stage waits for Begin to come ON. When Begin comes ON, the CTRIO2 axis is configured and the process transitions to the Position stage.
The Position stage puts the CTRIO2 pulse output in the Dynamic Position mode. Once this is complete (Ready = ON) then the Move stage is enabled (not transitioned to). The reason for this is because the Position stage must remain enabled to keep the CTRIO2 pulse output in the Dynamic Position mode through the whole process.
The Move stage sets the CTRIO2's GotoPosition bit and waits for the AtPosition bit to come on indicating the pulse output has reached its position (Positioned = ON). Then the stage transitions to the InPos stage.
The InPos stage waits for either the NextMove or the Done buttons. If this was the last move, then the Done button converges both the Position and InPos stage and transitions to the Stop stage. If this was not the last move, then another position is given and the NextMove button transitions back to the Move stage.
The Stop stage simply exits this Program code block.
|
Description of a Typical CTRIO2 Axis Configuration (CTAXCFG) Stage Ladder:
This example presupposes the existence of the following System Configuration for the CTRIO2 (PLC --> System Configuration --> Module Configuration(s) --> CTRIO_000 -->):
Config is the initial stage which waits for the input Begin to come ON. It is assumed that the first position value is loaded into the Target variable before turning on the Begin bit. Once Begin comes ON the PositionEnable bit is set ON, the CTAXCFG instruction configures an axis and when it is finished it jumps to the Position stage.
Position is the main CTAXDYNP instruction stage. This stage remains enabled during all moves. Instead of transitioning to the next stage (Move), the next stage will merely be enabled. PositionEnable is already ON when first entering this stage and will enable the CTAXDYNP instruction. Then the following things occur:
The PositionEnable bit will remain ON for all moves. It will be cleared OFF at the completion of the last move.
The CTAXDYNP's SUS (Suspend) input is controlled by the Suspend bit. This bit must remain OFF for any given move to complete. Turning this bit ON will cause the CTRIO2's output to decelerate and stop. Turning it back OFF will cause the CTRIO2's output to accelerate and complete a move.
The On Success parameter jumps to the Stop stage. This will occur when PositionEnable is cleared OFF and everything was successful.
The On Error parameter jumps to the ErrorStage stage. In this stage should exist logic (not shown here) that would properly handle the error (e.g. to process the $CTRIO_000.ErrorCode value).
Once the CTAXDYNP is enabled, the $CTRIO_000_Out0.OutputEnabled bit will be set ON by the Pulse Output Device (this could take a couple of scans). When this occurs the next stage (Move) is enabled.
Move stage accomplishes all moves. In order to do this the newest position value is assumed to be already written to the Target and the $CTRIO_000_Out0.GotoPosition bit is set ON. The Pulse Output Device will clear this bit when the move begins. Once the bit is cleared, then the $CTRIO_000_Out0.AtPosition bit is monitored for completion of the move. Once that bit is set ON by the Pulse Output Device, this move is complete and the Move stage transitions to the InPos stage.
The InPos stage waits for either the NextMove or Done bit. If this was not the last move, then a new position value is written to the Target variable and the NextMove bit is toggled. This causes a transition back to the Move stage. If this was the last move, then the Done bit is toggled. This disables the InPos stage and resets the PositionEnable bit.
The PositionEnable bit resets the CTAXDYNP instruction in the Position stage above. This causes the following to happen:
The Stop stage merely exits this Program code block. |
|
Example 2 of 2: |
|
|