Difference between revisions of "ArtecoOC"
(→3.3.0) |
|||
Line 83: | Line 83: | ||
== Release Notes == | == Release Notes == | ||
− | === 3. | + | === 3.5.1 === |
*initial release | *initial release | ||
Revision as of 13:29, 25 January 2016
The ARTECOOC I/O Server can be used to interface HSYCO and the Arteco Next platform using the Arteco Open Connector SDK protocol.
The current release of the I/O Server has been tested with the Arteco Open Connector protocol V6. It automatically handles connection and authentication to the OC server, and offers simple commands to send events and control output devices.
Contents
HSYCO Configuration
Add an ARTECOOC I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- IP Address: host name or IP address of the Arteco Open Connector server
- IP Port: TCP/IP port to use, leave blank to use default port 80
- User: username
- Password: password.
High Availability
- Shutdown when inactive: defaults to false.
Options
ID | Default | Values | Description |
---|---|---|---|
connectorid | N | the connector ID, configured in the Arteco Next platform. This parameter is mandatory; the I/O Server will not start without a valid ID. |
Datapoints
The data points associated to the input pins are named “i0” to “i7”. The data points associated to the output pins are named “o0” to “o7”.
The I/O Server generates asynchronous events based on the status of the Arteco module’s input and output pins. The output data points can be written to control the output pins.
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the Arteco Open Connector server | |
event | value | W | send an event notification |
io.<s>.<p> | 0 | R | pin <p> of server <s> successfully set to 0 |
W | set pin <p> of server <s> to 0 | ||
1 | R | pin pin <p> of server <s> successfully set to 1 | |
W | set pin <p> of server <s> to 1 |
Release Notes
3.5.1
- initial release
ARTECO is a registered trademark of Arteco Srl.