Could someone quickly tell me what would be a function in "Internal Memory" with in the portal? Ive just glanced over it but have zero clue what it would do if I changed something with in there.
Thanks Guys
Internal Memory in Portal
Internal Memory in Portal
Right now your schedules and heating settings etc are all hard coded in your functions. If you decided to have them rely on memory locations then you could adjust some of the common settings through that section.
-
- Posts: 287
- Joined: Wed Jan 23, 2013 12:36 pm
Re: Internal Memory in Portal
Are there any benefits of doing this? Im pretty stoked with how Im setup right now!
I AM looking to change some led drivers in the near future and run some fancy PWM functions.
I AM looking to change some led drivers in the near future and run some fancy PWM functions.
Internal Memory in Portal
Being able to modify your light schedule or adjust your temp settings or your vortech mode or whatever other parameters you have in memory...without having to modify your code is nice
-
- Posts: 287
- Joined: Wed Jan 23, 2013 12:36 pm
Re: Internal Memory in Portal
That DOES sound nice! Ill have to look in to it. Where would I begin? I hate having my tank down while I lug the unit over to my PC and upload a new code. Granted it only takes a few minutes but its just a pain to disconnect and reconnect all the fancy stuff!
Re: Internal Memory in Portal
You can buy USB extender cables that have a built in amplifier so that you can run 60ft plus if you need. Then you don't need to move the head unit.
http://www.tigerdirect.com/applications ... &CatId=444
http://www.tigerdirect.com/applications ... &CatId=444
Internal Memory in Portal
I would start with your heater and fan.
Instead of using the standard heater with your temps just call the function with the port. Same for the fan/chiller function...
For the lights you have a bunch of different ones. You can look at the portal and see how standard / actinic / and MH ones are being setup time wise and adjust accordingly to get the schedule you want. Then you can change your StandardLights calls to the appropriate function without any args but the port..
Instead of using the standard heater with your temps just call the function with the port. Same for the fan/chiller function...
For the lights you have a bunch of different ones. You can look at the portal and see how standard / actinic / and MH ones are being setup time wise and adjust accordingly to get the schedule you want. Then you can change your StandardLights calls to the appropriate function without any args but the port..
-
- Posts: 287
- Joined: Wed Jan 23, 2013 12:36 pm
Re: Internal Memory in Portal
If I do this via portal, do I then have to remove the standardlight code lines in my program?lnevo wrote:I would start with your heater and fan.
Instead of using the standard heater with your temps just call the function with the port. Same for the fan/chiller function...
For the lights you have a bunch of different ones. You can look at the portal and see how standard / actinic / and MH ones are being setup time wise and adjust accordingly to get the schedule you want. Then you can change your StandardLights calls to the appropriate function without any args but the port..
How do I tell the portal what ports are needed to control the fans... MH, and Actinics?
I also noticed there are not time to active dimming (standard or expansion) How would you select this with in the portal? I must be missing something...