Difference between revisions of "Introduction to I/O Servers"

From HSYCO
Jump to navigation Jump to search
(Created page with "An I/O Server is the logical representation of a system integrated in HSYCO. All I/O Servers provides for '''datapoints''' through which they receive commands and/or trigger e...")
 
Line 1: Line 1:
An I/O Server is the logical representation of a system integrated in HSYCO.
+
An I/O Server is the logical representation of a field system integrated in HSYCO. A field system can be, for instance, a security system, a BUS network or even something more abstract as weather information gathered from the internet.
All I/O Servers provides for '''datapoints''' through which they receive commands and/or trigger events. That is, you can use these datapoints in your [[Programming|programming logic]] or [[User Interface|user interface controls]] to send commands to the field system or to act upon its changes.
+
 
 +
All I/O Servers provides for '''datapoints''' through which they receive commands and/or trigger events. That is, you can use these datapoints in your [[Programming|programming logic]] or [[User Interface|user interface]] to send commands to the field system or to act upon its changes.
 +
 
 +
The first step when integrating a new system is to configure the corresponding I/O Server. This is accomplished using the [[Settings#I/O_Servers|I/O Servers section]] of the [[Settings]] application accessible through the [[Manager]].

Revision as of 12:47, 28 February 2014

An I/O Server is the logical representation of a field system integrated in HSYCO. A field system can be, for instance, a security system, a BUS network or even something more abstract as weather information gathered from the internet.

All I/O Servers provides for datapoints through which they receive commands and/or trigger events. That is, you can use these datapoints in your programming logic or user interface to send commands to the field system or to act upon its changes.

The first step when integrating a new system is to configure the corresponding I/O Server. This is accomplished using the I/O Servers section of the Settings application accessible through the Manager.