# Setup FujiNexim ## Overview This feature is responsible for handling the connection to FujiNexim equipment. ## How To Configure You can configure the Host IP and Port. ### 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 this values 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 | | -------- | -------------- | -------------- | ---------------------------- | -----------------------------|------------------------ | | | | Fuji Line Area | FUJINEXIM_address | Host Ip Address | Address where the Fuji Interface is listening | | | | Fuji Line Area | FUJINEXIM_port | Host Ip Port | Port where Fuji Interface is listening | | | | Fuji Line Area | FUJINEXIM_autoConfigure | True | Send SetEv and StartEv commands at initial handshake sequence (uses machineName)| | | | Fuji Line Area | FUJINEXIM_machineNames | Fuji Machine Names | Machine Names to use on autoConfigure setup (coma separated values) (if empty, will be sent to all machines)| | | | Fuji Line Area | FUJINEXIM_maxNumberOfRetries | **NumberOfRetries* | Number of retries for asynchronous messages. Each retry has an interval of 1000ms. By default, this value is set to 15.* |