Configuration And Setup; Configure The Multiconnect Device - Multitech Conduit Installation And Setup Manual

Multitech conduit edge microserver
Hide thumbs Also See for Conduit:
Table of Contents

Advertisement

MultiTech Conduit Edge SDK Installation and Setup Guide

Configuration and Setup

Configure the MultiConnect Device

1. On the MultiConnect, navigate to the
thingworx installation directory, and
then navigate to the /etc/ directory.
Your working directory should now
be something similar to:
/opt/thingworx/etc
2.
Locate the "config.json" file.
You will need to modify the
connection parameters in this file so
that they match the connection
parameters of your ThingWorx
instance.
3.
The config.json.complete file is also
available in this install directory for
reference.
Edit the config.json so that it
resembles the file at right (text
included for your convenience), but
fill in your specific information.
4.
Save and close the config.json file.
Verify that the "wsems" executable is
located in the top level "thingworx"
folder. (/opt/thingworx)
Note: For additional guidance and examples on setting a
configuration file, please refer to
http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.0_hc/
and follow the guide section entitled "ThingWorx WebSocket-
based Edge MicroServer (WSEMS)"
{
"http_server": {
},
"ws_servers":
}],
"appKey":
"resource":
"logger":
},
"auto_bind": [{
}],
"ws_connection":{
}
}
"host": "127.0.0.1",
"port": 8000
[{
"host": "192.168.2.30",
"port": 80
"YOUR APPKEY HERE",
"/Thingworx/WS",
{
"level": "DEBUG"
"name": "MyGateway",
"gateway": true
"encryption": "none",
"verbose": true,
"msg_timeout": 1000
5

Advertisement

Table of Contents
loading

Table of Contents