try {
�� ��� �ZonePro = new ZonePro();
�� ��� �// system name, system feedback, node address
�� ��� �ZonePro.setup( "Moxa_ZonePro", "Moxa_ZonePro_Feedback", 138, 0 );
// get these addresses by highlighting the RTE in zone pro designer and hitting ctrl+shift+0
�� ��� �ZonePro.setupRTE(1, [20, 00, 05, 01]);
�� ��� �ZonePro.setupRTE(2, [21, 01, 05, 01]);
�� ��� �ZonePro.setupRTE(3, [22, 02, 05, 01]);
�� ��� �ZonePro.setupRTE(4, [23, 03, 05, 01]); �� ���
��
�� �} catch ( err ) {
�� ��� �CF.log("ZonePro Setup Error " + err.message );
�� �}
�� ���� ZonePro.initialize();