# Setup PanaCIM !!! info "The features handled in this integration have as base PanaCIM v8831 specification." ## Overview This feature is responsible for handling the connection to PanaCIM equipment and general behavior configuration. ## How To Configure You can configure the Host Port, Address and what Lines from which we can process the events. ### Relevant Artifacts The table below describes the properties for this entity type: | Name | Type | Is Mandatory | Data Type | Description | | :-------------------- | :--------- | :----------: | :-------- | :----------------------------------------------- | | IoTMetadataDefinition | SmartTable | Yes | | Metadata configuration for equipment integration | ## How It Works You can set in IoTMetadataDefinition the appropriate values for your setup. !!! Warning "Every time you change Setup values in IoTMetadataDefinition you must restart the Automation Controller." ### IoTMetadataDefinition Area Level Configuration IoT Metadata Definition is configured with the following: | Resource | Resource Type | Area | Name | Value | Description | | -------- | ------------- | ----------------- | ------------------------------------------------------ | ----------------- | ----------------------------------------------------------- | | | | PanaCIM Line Area | PanaCIM_port | Host Ip Port | Port where PanaCIM Interface is listening | | | | PanaCIM Line Area | PanaCIM_address | Host Ip Address | Address where PanaCIM Interface is listening | | | | PanaCIM Line Area | Panacim_LinesToHandle | Line Name | Name of the Line from which we will handle events | | | | PanaCIM Line Area | isToAlwaysReplyOk | true/false | Bypass the Processing results and always reply with Success | | | | PanaCIM Line Area | Panacim_LineNameStationName_(Line Name)_(Station Name) | MES Resource Name | Relation between MES Resource name and PanaCIM Names | !!! info "**isToAlwaysReplyOk** is a developer configuration, whe will always reply to the PanaCIM request with **"Success"**, this will enable us to act as a listener, gathering all the information needed for integration without impacting normal process."