--- alias: user-guide-automation-task-fujinexim-executefujineximcommand tags: - automation tasks description: "This task executes and waits for responses from a Fuji Nexim command message" --- # Execute Fuji Nexim Command This Task is specific to be used with the Fuji Nexim Driver. This Task executes command messages of a specific type (which can be configured in the Task's settings) and waits for the reply. ![executefujineximcommand_parameters][executefujineximcommand_parameters] ## Inputs | Name | Data Type | Description | |----------|-----------|--------------------------------------------------------| | Activate | `Boolean` | Activates the task | ## Outputs | Name | Data Type | Description | |--------------|------------|--------------------------------------------------------| | Success | `Boolean` | If there was no problem emits a true | | Error | `Error` | Error that occurred during the processing of this task | ## Settings On the *General Tab*, you have the usual settings and the following settings: | Name | Data Type | Values | Default | Description | |----------------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------|---------|------------------------------------------------------------------------| | Timeout | `number` | | 10000 | Timeout for request (in milliseconds) | | Execution Mode | `enum` | `Publish`
`SendRequest` | | Execution Mode | | Clear Inputs (on activate) | `Boolean` | | `true` | Defines if it is to clear the input values after receiving an activate | | Message Full Name | `string` | | | Name of the Fuji Nexim message e.g. 'SETEV'. | | Message | `enum` | `Part Supply`
`Equipment Control Release`
`Valid Event Setting`
`Event Notice Commencement`
`Equipment Control Command` | | Specifies the behavior of the task | ![executefujineximcommand_settings][executefujineximcommand_settings] ## Behavior When activated, this Task executes a command of a specific message and waits for the reply. After receiving the reply, this Task's outputs are updated. ## Remarks None. [executefujineximcommand_parameters]: ./images/executefujineximcommand_parameters.png [executefujineximcommand_settings]: ./images/executefujineximcommand_settings.png