FAQ
ConnectionHow do I connect to my GHL Profilux controller?Go to Tools->Options->Connection, now select your connection type RS232/USB or Network. For network enter in your IP address and port of the controller. For RS232/USB just enter the COM port number where the controller is attached.
I do not have a pin set for my controller what should I put for the pin?If you do not have a pin go to Tools->Options->Connection and set the pin to 0
What is Auto Connect?Auto connect will connect to your GHL Profilux controller every time it needs to get information and then will disconnect when finished. this allows more than one connection to your controller so you can run ProfiluxControl or something else without turning off Reef status.
Reef status is not logging when I have ProfiluxControl running.Unfortunately when you are connected using ProfiluxControl no other application can connect to your controller. I suggest only running ProfiluxControl when you need to (to configure your controller) and run reef status for logging (It will also do e-mail alarm messages).
Importing/ExportingI have some data logs from my Profilux logs and I would like to add them into Reef Status how do I do that?Reef status should be able it import all data logs created using ProfiluxControl software just use File->Import Data->File and select the data log file.
Can Status to export my data to Excel or another application? Reef Status is able to export all Logged data to a file readable by Excel or another data application. Use File->Export Data and select the file name to export the data.
Reef status has be not running I would like to import all the data points stored on my controller.You can now import all the data stored on your GHL Profilux controller by Selecting File->Import Data->Profilux. WARNING: the Profilux can only export data once per data point.
LoggingHow do I change my log interval?Go to Tools->Options->Logging and set "Log every" to the interval from 1-60 min (5 min is default) .
How do I connect to another database?By default Reef status logs all data to an SQL Server Database stored locally on your system.. There are two other ways reef status can store data to a database on is to an Access database and the other is an ODBC connection.
Here are the steps to set up reef status to connect to an ODBC connection. For this example I am using MySQL
- Install your database and create the schema (MySQL: you can get a blank backup of the database from the Install directory it should be called ReefStatus.sql )
- Download & install the windows ODBC driver needed to connect to the database (MySQL: use the MyODBC Driver http://dev.mysql.com/downloads/connector/odbc/5.1.html )
- Setup an ODBC connection
- Start Reef Status and select Tools->Options->Logging. Change the database type to ODBC and the connection to the DSN eg. "Dsn=ReefStatus;server=localhost;uid=root;database=reefstatus;port=3306"
- Dsn, Name of the ODBC connection
- server, the SQL server IP Address
- uid, username to connect with
- database, the database to connect to
- port, the network port to connect to the database
- Press Apply and restart Reef Status.
- Optional you can inport your old database values by selecting File->Import->From Database...
Web InterfaceHow do I enable the web interface?Go to Tools->Options->Web Interface and click Enable then set the port in witch you wish to connect (default is 8081). Press Ok and then open a web browser.
Enter the URL http://localhost:8081 or what ever port you picked (if you picked 80 for your port number do you not need to type http://localhost:80 you can just type http://localhost as it is the default web port) .
How do I connect to Reef Status from another computer on the internet?Check this post out
http://reefstatus.codeplex.com/Thread/View.aspx?ThreadId=50977How do I customize my web interface?Reef Status uses a simple web server to provided web access it only supports simple HTTP commands. But this sill allows the use of AJAX and java script commands. All of the java script & html files for the web interface is available in the "Installation Path"\Web directory. you can freely modify these to your liking and add more complex interface or integrate reef status into your web site.