On PanaCIM Request#
This Task is specific to be used with the PanaCIM Driver.
This Task receives request messages of a specific type, which can be configured in the Task's settings.
The Task's static and dynamic outputs are updated after each event received.
Warning
This task is in experimental mode and has not been tested in a production environment.
Inputs#
| Name | Data Type | Description |
|---|---|---|
| Activate | Boolean | Activates the task |
Outputs#
| Name | Data Type | Description |
|---|---|---|
| requestId | string | The RequestId of the message received |
| timestamp | DateTime | The timestamp for when the event is triggered |
| eventRawData | any | The raw automation event object |
| 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 |
|---|---|---|---|---|
| Auto Activate | Boolean | true | If the event is activated by the register of an event of that type or if it is only activated by the activate input | |
| Message Full Name | string | Name of the message from PanaCIM specification, e.g.: PCB-ID Request. | ||
| Message | enum | PCB-ID Request | Specifies the behavior of the task |
Behavior#
When activated, this Task subscribes to a specific request message, configured in the settings.
Every time a message is received (via request) it emits the respective results to its outputs.
Remarks#
None.

