Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Status Table Fields


Newbie Feb 18, 2010 10:05 PM

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.


jra Feb 19, 2010 07:11 PM

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


Newbie Feb 19, 2010 07:30 PM

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

Log in or register to post/reply in the forum.