Collapse AllExpand All

5.1.4.3. Generation (example) Previous topic Parent topic Child topic Next topic

You assign the station numbers to the separate nodes as follows (see figure Network With 3 Nodes, Fully Meshed).
  • Commands for node A:
    ADD-WABE:CD=2100&&2300,DAR=STN; 
    
    ADD-WABE:CD=2400&&2700,DAR=STN; 
    
    Assign the DESTNO for nodes of external stations as follows:
    
    CHA-WABE:CD=2151&&2300,DESTNO=2; (station in node B) 
    
    CHA-WABE:CD=2400&&2700,DESTNO=3; (station in node C) 
    
  • Commands for node B:
    ADD-WABE:CD=2100&&2300,DAR=STN; 
    
    ADD-WABE:CD=2400&&2700,DAR=STN; 
    
    CHA-WABE:CD=2100&&2150,DESTNO=1; (station in node A)
    
    CHA-WABE:CD=2400&&2700,DESTNO=3; (station in node C) 
    
  • Commands for node C:
    ADD-WABE:CD=2100&&2300,DAR=STN; 
    
    ADD-WABE:CD=2400&&2700,DAR=STN; 
    
    CHA-WABE:CD=2100&&2150,DESTNO=1; (station in node A)
    
    CHA-WABE:CD=2151&&2300,DESTNO=2; (station in node B)
    
    The hunt group in node B (code = 83) should also be accessible from nodes A and C (fully meshed).
  • Configure the code in node B as follows:
    ADD-WABE:CD=83,DAR=HUNT; 
    
  • To ensure that the hunt group in node B is accessible from node A, you must enter the following command in node A:
    ADD-WABE:CD=83,DAR=NETW,DESTNO=2;
    
  • To ensure that the hunt group in node B is accessible from node C, you must enter the following command in node A:
    ADD-WABE:CD=83,DAR=NETW,DESTNO=2;
    
    IMPORTANT:
    If a hunt group moves to another node, you must delete the hunt group and the code and then add them to the new node. The only way to change DAR=HUNT to DAR=NETW is by deleting it and then adding it again.