Parameter
P-STUP-00206 | Logical ID of a client channel in a Job Manager group |
Description | The parameter defines the logical ID of a client channel. This logical ID can be requested in the agent channel by V.G.IP_NR. Due to the necessary uniqueness, no second agent channel may use the same logical ID in the same Job Manager group. |
Parameter | jobmanager.group[i].master[j].log_id |
Data type | UNS16 |
Data range | 1 … 65536 |
Dimension | ---- |
Default value | 0 |
Remarks | Available as of V3.1.3110 IMPORTANT: If the agent is not commanded by a client, the call of "V.G.IP_NR" returns the "log_id" of the agent. |
P-STUP-00207 | Logical ID of a client channel in a Job Manager group |
Description | The client channel (master) designated by this parameter in a Job Manager group corresponds to an existing CNC channel. It cannot be assigned to any other group, neither as an agent (slave) nor as a client (master) The number used must correspond to an existing channel number. |
Parameter | jobmanager.group[i].master[j].channel_id (application-specific) where i = 0, 1 (index of Job Manager group, max. 1) |
Data type | UNS16 |
Data range | 1 to 12 (application-specific) |
Dimension | ---- |
Default value | 0 * |
Remarks | Available as of V3.1.3110 * The value corresponds to the statement: Parameter is not used. If all jobmanager. group[i].master[j].channel_id parameters in a Job Manager group are "0", the Job Manager is deactivated for the group. The client channel corresponds to a “normal” channel. The Job Manager configuration extends the command set to include Job Manager commands (see [FCT-M10]). This also includes commanding all agents (slaves) in the same Job Manager group with jobs. |
P-STUP-00208 | Logical ID of an agent channel in a Job Manager group |
Description | The parameter defines the logical ID of an agent channel. Every agent (slave) in a Job Manager group is invoked by commands from the client by its logical ID "log_id” at the start. Due to the necessary uniqueness, no second agent channel may use the same logical ID in the same Job Manager group. |
Parameter | Jobmanager.group[i].cnc_slave[j].log_idwhere |
Data type | UNS16 |
Data range | 1 … 65536 |
Dimension | ---- |
Default value | 0 |
Remarks | Available as of V3.1.3110 There are two types of agent: CNC channels and PLC units. The logical ID always refers to a particular type |
P-STUP-00209 | Agent channel in a Job Manager group |
Description | The agent channel (slave) designated by this parameter in a Job Manager group corresponds to an existing CNC channel. It cannot be assigned to any other group, neither as an agent (slave) nor as client (master). |
Parameter | jobmanager.group[i]. cnc_slave[j].channel_id (application-specific) |
Data type | UNS16 |
Data range | 1 … (application-specific) |
Dimension | ---- |
Default value | 0 |
Remarks | Available as of V3.1.3110 The agent channel behaves like a "normal" channel. It has the additional property of being requested by any master in the same Job Manager group to execute a job. Job completion is signalled back to the client in the controller. |
P-STUP-00210 | Logical ID of agent PLC unit in a Job Manager group |
Description | The parameter defines the logical ID of an agent PLC unit. Every PLC agent (slave) in a Job Manager group is invoked by commands from the client by its logical ID "log_id”. Due to the necessary uniqueness, no second agent PLC unit may use the same logical ID in the same Job Manager group. |
Parameter | jobmanager.group[i]. Plc_slave[j].log_id |
Data type | UNS16 |
Data range | 1 … 65536 |
Dimension | ---- |
Default value | 0 |
Remarks | Available as of V3.1.3110 |
P-STUP-00211 | Agent PLC unit in a Job Manager group |
Description | The agent PLC unit (slave) in a Job Manager group designated by this parameter corresponds to an interface on the HLI. After assignment it cannot be assigned to any other group. |
Parameter | jobmanager.group[i].hli_index (application-specific) |
Data type | UNS08 |
Data range | 0 to 31 (application-specific) |
Dimension | ---- |
Default value | 0 |
Remarks | Available as of V3.1.3110 An agent PLC unit has the property of being requested by any master in the same Job Manager group to execute a job. Job completion is signalled back to the client in the controller. |
P-STUP-00212 | Parameter list of an agent PLC unit in a Job Manager group |
Description | The agent PLC unit (slave) in a Job Manager group can receive parameters from the client at the start. The data structure described a declared parameter list in "jobmanager.coding[i].list" (P-STUP-00204). |
Parameter | Jobmanager.group[i].plc_slave[j].coding |
Data type | UNS08 |
Data range | 0 to 2 (application-specific) |
Dimension | ---- |
Default value | 0 |
Remarks | Available as of V3.1.3110 |