CPX230NWB ALARM CONTROL PANEL – INSTALLER MANUAL
125 / 144
EN
9.1.2.14.
CPSETACN
Format:
CPSETACN=system[,acn_id:acn_value]…
Available since: 2.8.8
Limitations:
It can be carried out by the ATS or the installer if they have been
authorised to perform maintenance services
Description
The command is used to change the settings of account numbers for
Contact ID. It sets or deletes all ACNs.
system
– has the ALL value (for system events going to all accounts) or
ACN0 (system events sent only to the ACN0 system account)
acn_id
– it is an ACN account identifier, 0 for ACN0, 1 for ACN1, 2 for
ACN2
acn_value
– a two-byte account number (preferably in hexadecimal
format: 0xFFFF)
There can be 3 pairs (acn_id: acn_value) – one for each account.
NOTE:
If only ACN0 has been specified, the ACN1 and ACN2 numbers are
deleted.
The values of account numbers can be repeated, for example the
ACN2 can be the same as the ACN1 and the ACN0.
It is recommended to enter all three ACNs. Otherwise, they can
adopt the values of other account numbers that were provided in
the parameters.
The control panel accepts the following three situations, where
one of them is accepted on the basis of the command arguments:
o
No account numbers
o
Only main account (ACN0)
o
All account numbers (ACN0, ACN1, ACN2)
The command returns:
CPSETACN:EOK – correct execution
CPSETACN: EFORMAT – incorrect command format
CPSETACN: ERROR-VALUE – invalid acn_value range
CPSETACN: EID – incorrect range of acn_id
Example:
CPSETACN=ALL,0:0x1234,1:0x1235,2:0x1236
CPSETACN=ACN0,0:1237