Module: drivers/gateways/svc

This driver is used to communicater with Sauter Vision Center. It uses the web API based on signalR and COV subscriptions. At startup, after the login, it can import the objects from the SVC API.

Gateways parameters


{
	name : driverName,
	json : {
		host :  http://192.168.1... // hostname of the SVC web server. 
		port :  80                  // port of the SVC web server.
		username : 'apiAdm..'       // username for the api login. 
		password : 'secret..'       // password for the api login.
		importAddresses : true      // specifies if the SVC addresses are imported at login.
	},
	active : true	
}


Address format

The address format for the CSV addresses is the following :

%SVC["objectName"]["Present-value"]
%SVC["objectName"]["Description"]
...