Detailed description
2.12 Block descriptions
Basic logic functions: PLC basic program solution line (P3 sl)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
189
Description of formal parameters
The table below lists all formal parameters of the TM_TRANS function:
Signal Type Type Value range Remark
Start I BOOL 1 = Start of transfer
TaskIdent I BYTE 1..5 Interface or tank identifier
1: Loading/unloading location
2: Spindle change position
3: Revolver change position
4: Asynchronous transfer
5: Asynchronous transfer with location
reservation
TaskIdentNo I BYTE 1.. Number of associated interface or channel
number. The upper nibble can specify the
interface number for asynchronous transfer
(e.g., B#16#12, 1st interface, 2nd channel).
NewToolMag I INT 1, 0.. Current magazine number of new tool
-1: Tool remains at its location NewToolLoc =
any value.
Only permissible if TaskIdent = 2
NewToolLoc I INT 0 to max.
location number
Current location number of new tool
OldToolMag I INT -1, 0.. Current magazine number of new tool
-1: Tool remains at its location OldToolLoc =
any value.
Only permissible if TaskIdent = 2
OldToolLoc I INT Max. location
number
Current location number of tool to be replaced
Status I INT 1...7, 103...105 Status information about transfer operation
Ready A BOOL 1= transfer completed
Error A INT 0..65535 Error checkback
0: No error has occurred
1: Unknown "TaskIdent"
2: Unknown "TaskIdentNo"
3: Illegal task
("signal "Interface (SS) active" of selected
revolver = "FALSE")
Other values:
The number corresponds to the error message
of the tool management function in the NCK
caused by this transfer.