I am try to use a generic program for data loggers that preform identical functions. Is ther a way to set the StationID= to the data loggers pakbus address from within the program?
Yes. StationID=Settings.PakBusAddress to read the current address and SetSetting ("PakBusAddress", StationID) to set the address.
Thanks much