The Coreflux Configuration Conversion Tool allows for an easily conversion of old versions of connectors' configurations into the new updated configuration parameters.
- The older configuration's file path;
- Coreflux HUB v1.3 or HUBLESS;
- Go to the Releases tab;
- Download the zip file for your OS;
- Extract the contents;
- Open the command line in the directory of the file.
On windows, run this script:
cf_config_converter.exe <configuration_file_path>
On linux, run this script:
./cf_config_converter <configuration_file_path>
where configuration_file_path
is the path for the configuration you want to convert.
If the configuration is completed with success, the following message will appear in the console:
Transformed JSON saved to: <path_1.3>
Transformed JSON saved to: <path_1.4>
A folder will be created in the configuration file path directory indicated with the name cf_config_converted
and, inside, two configuration files:
coreflux_<assetname>_config.json
: To be used on the Coreflux HUB v1.3 and HUBLESS;v1.4_coreflux_<assetname>_config.json
: To be used on the Coreflux HUB v1.4;
If something goes wrong, the following message will appear in the console:
Error: <error_information>
- Siemens S7 Connector;
- EthernetIp Connector;
- Modbus Connector;