Page 1 of 2 12 LastLast
Results 1 to 25 of 43

Thread: On Demand Thunder Storm for Radions

  1. #1
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68

    Question On Demand Thunder Storm for Radions

    Has anyone created a program for on-demand thunder storms? My wife really likes them, and we would like the option to be able to start them when wanted. Thanks in advance!

  2. #2
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by Braunberger View Post
    Has anyone created a program for on-demand thunder storms? My wife really likes them, and we would like the option to be able to start them when wanted. Thanks in advance!
    Very easy :

    1) set a profile control type > weather and to your liking , name it " Stormy "
    2) set a VO name " Storms " , program it : Set OFF
    3) In your radions outlet add this at the last line of programming : If Outlet Storms = ON Then Stormy
    4) To enable the storms effects , just set the outlet " Storms " to ON
    Alain

  3. #3
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    Thank you so much! My wife will love this!

  4. #4
    Frequent Visitor
    Join Date
    Jan 2014
    Location
    Orlando, Florida
    Posts
    196
    I set one just like that for demoing the lights when friends come over. Has anyone here created a more elaborate light show in APEX to demo all the capabilities? Sort of like what you can do in demo mode if you control your radions with reeflink.

  5. #5
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Yes it can be done with elaborate programming , multiples VO and profiles .
    Alain

  6. #6
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    That would be cool! If you figure it out please post it!

  7. #7
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by Braunberger View Post
    That would be cool! If you figure it out please post it!
    Some body might do it , but unfortunatly I cant cuz i am out of profile on my Apex ( already have 29 in use ) and I cannot test it before posting . But if you have the time and ready for the effort it is pretty simple . Minimum requirements for this is 6 profiles , and 7 VO .
    Alain

  8. #8
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Notice the keyword ELABORATE. Radion demo mode is mode complex than my ATO code, and thats saying something. You would need at minimum 12 profiles and 24 virtual outlets running in sync with each other that are conditional on a demo VO, and even then it is not gonna look the same.

  9. #9
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    Hello Alain B,

    I was wondering if you could help me with this a bit more. I think I need a bit more basic description of how to set this up. I have my tank and light set up now and was coming back to do the programing and am having some trouble. Thanks!

  10. #10
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by Braunberger View Post
    Hello Alain B,

    I was wondering if you could help me with this a bit more. I think I need a bit more basic description of how to set this up. I have my tank and light set up now and was coming back to do the programing and am having some trouble. Thanks!

    Help you in what way my friend ? Describe your problem or what you are trying to do .
    Alain

  11. #11
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    Hello again,

    I think i figured it out....thanks!

  12. #12
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    I got all the code in you mentioned, but when the outlet for the storm is turned on nothing happens. I have set the % to 100 and nothing for the past hour.

  13. #13
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,486
    Quote Originally Posted by Braunberger View Post
    I got all the code in you mentioned, but when the outlet for the storm is turned on nothing happens. I have set the % to 100 and nothing for the past hour.
    Post the the full programming you used.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  14. #14
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    Profile Config:

    • Name: Stormy
    • Type: Weather
    • Light Max Int: 100
    • Cloudy Light Int: 50
    • Cloudy Duration: 100
    • Cloudy Time: 60
    • Lightning Prob: 100
    • Lightning Int: 60

    V.Output Config:

    •Name: TStorm
    •Program: 1 Set OFF

    Radion:

    •Name: Radion
    •Program:

    Fallback OFF
    tdata 07:00:00,0,0,0,75,75,100,100,100,75,0,0,0,0
    tdata 08:00:00,0,0,50,75,75,100,100,100,75,0,0,0,0
    tdata 18:00:00,0,3,50,100,100,75,75,75,100,0,0,0,0
    tdata 21:00:00,0,0,0,0,0,0,0,0,0,0,0,0,0
    If Outlet TStorm = ON Then Stormy

  15. #15
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by Braunberger View Post
    I got all the code in you mentioned, but when the outlet for the storm is turned on nothing happens. I have set the % to 100 and nothing for the past hour.
    What radion firmware are you using in those fixtures ?
    Alain

  16. #16
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    the most current....I hooked them up last night and did the firmware update then

  17. #17
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    Is the new firmware causing issues?

  18. #18
    New User
    Join Date
    Mar 2015
    Location
    US, central
    Posts
    7
    So is it working?

  19. #19
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    NO...I can see the cloud effects, but no lightning

  20. #20
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,486
    Quote Originally Posted by Braunberger View Post
    NO...I can see the cloud effects, but no lightning
    Light Max Int: 100

    Try changing this value to a lower percentage, and this one to a higher:

    Lightning Int: 60
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  21. #21
    New User
    Join Date
    Mar 2015
    Location
    US, central
    Posts
    7
    Got mine to work

  22. #22
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    did you do the changes above to get it fixed?

  23. #23
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    Hello,

    I changed those values as suggested and I still only get clouds....no lightning

  24. #24
    New User
    Join Date
    Mar 2015
    Location
    US, central
    Posts
    7
    I made the changes.

  25. #25
    Regular Vistor
    Join Date
    Oct 2014
    Location
    Colorado Springs
    Posts
    35
    This profile works for me:

    Profile Config:

    • Name: Stormy
    • Type: Weather
    • Light Max Int: 60
    • Cloudy Light Int: 20
    • Cloudy Duration: 3
    • Cloudy Time: 70
    • Lightning Prob: 100
    • Lightning Int: 100

Page 1 of 2 12 LastLast

Similar Threads

  1. Question: How do I program a storm once per week -Radions Gen3
    By jamesdmelanson in forum Apex Programming for Lighting
    Replies: 7
    Last Post: 09-05-2019, 08:46
  2. On demand water change
    By dec8177 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 23
    Last Post: 01-24-2015, 13:11
  3. Question on Radions and MP40 programing to work together thru storm
    By budman in forum Apex Programming for Lighting
    Replies: 9
    Last Post: 12-30-2014, 07:22
  4. Help: Radions Thunder Lightning Demo
    By Cltboi in forum Apex Programming for Lighting
    Replies: 2
    Last Post: 09-10-2014, 06:55
  5. Radions not coming out of storm mode
    By RT964 in forum Apex Programming for Lighting
    Replies: 5
    Last Post: 08-09-2014, 08:15

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •