You can add one single point, defining its index, or Add several datapoints defining the minimum and maximum indexes.
For points of type OUTPUT you need to define the command parameters to be used as default, should they not be specified during runtime. For BYNARY OUTPUT type points, the valid commands (that should be executed on the appropriated watchlist icon, as well as other datasources) are:
pon/poff -> pulse on/off
lon/loff -> latch on/off
close/trip -> close/trip
All commands can be followed by two parameters, the command's TIME ON and TIME OFF in milliseconds. For exemple: pon,500,200
It is possible to enter only "1", "0", "true" ou "false". In this case, the sent command will be the default command specified to the point.
Binary point registered as CLOSE/TRIP, TIME ON 1000 e TIME OFF 0
1 -> the system will send the CLOSE command with TIME ON 1000 and TIME OFF 0
0 -> the system will send the TRIP command with TIME ON 1000 and TIME OFF 0
pon -> the system will send the PULSE ON command with TIME ON 1000 and TIME OFF 0
poff,300,0 -> the system will send the PULSE OFF command with TIME ON 300 and TIME OFF 0