Setup the Edge Micro Server (EMS) Environment
The Edge Micro Server (EMS) is available from <NI_TestStand_Connector>\microserver.
1. Configure the config.json file and run the wsems.exe file, following the instructions in the WebSocket-based Edge MicroServer Developer’s Guide, available at the following location:
<NI_TestStand_Connector>\microserver\doc\ThingWorx_WebSocket_based_Edge_MicroServer_Developers_Guide_v5.4.0.pdf
2. Update the <NI_TestStand_Connector>\TestStandPlugin\config.ini file to match the setting you configured in config.json:
protocolhttp
host—The host of your EMS.
thingname—Name of the remote thing receiving the information from TestStand Connector. This is the remote thing created in ThingWorx Composer Configurations for the NI TestStand Connector.
port—The port for the EMS connection.
username—If authentication was configured for EMS, specify the user name. Otherwise, leave blank.
password—If authentication was configured for EMS, specify the password. Otherwise, leave blank.
Was this helpful?