Where is the list of fields for the Status table that are "read only"?
Also, why won't the "StationName" routine accept a string variable to set the station name? It assigns the name of the string variable instead.
Welcome Newbie.
Take a look at your CR1000 manual Table 73 for Status Table Fields and Descriptions. One column lists whether a field can be changed by the user.
The latest version of the CR1000 manual is dated 9/09. You can get a copy here:
http://www.campbellsci.com/documents/manuals/cr1000.pdf
The "StationName" instruction requires a constant input, not a variable.
Regards,
Janet
Thanks!
Using the info you provided, it allowed me to figure out that I could use the SetStatus("StationName",variable) to do what I needed.
rmd