&L(0,"*",5);
This file gives an example template to add CUSTOM1 application configuration status to the main status.
Modify the table entries to show the parameters you need. Use &LSetup dynamic marks to fetch the setup values from the EEPROM. For more information please refer to the latest ABCL documentation and BCL User Manual.
NETWORK SETTINGS Use SonicIP® IP Address Netmask Gateway IP Address Primary DNS Alternative DNS DHCP Host Name Web Server Port | &LSetup(3,"%s",277,b7,0,"Yes"); &LSetup(3,"%s",277,b7,1,"No"); &LSetup(1,"%u",0); .&LSetup(1,"%u",1); .&LSetup(1,"%u",2); .&LSetup(1,"%u",3); &LSetup(2,"%u",8,0); .&LSetup(2,"%u",8,1); .&LSetup(2,"%u",8,2); .&LSetup(2,"%u",8,3); &LSetup(1,"%u",4); .&LSetup(1,"%u",5); .&LSetup(1,"%u",6); .&LSetup(1,"%u",7); &LSetup(1,"%u",64); .&LSetup(1,"%u",65); .&LSetup(1,"%u",66); .&LSetup(1,"%u",67); &LSetup(1,"%u",68); .&LSetup(1,"%u",69); .&LSetup(1,"%u",70); .&LSetup(1,"%u",71); &LSetup(4,"%s",98); &LSetup(1,"%u",283,W); |