Page 2 of 2 FirstFirst 12
Results 26 to 43 of 43

Thread: On Demand Thunder Storm for Radions

  1. #26
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    montana
    Posts
    68
    Thanks! I will enter this and give it a try now!

  2. #27
    New User
    Join Date
    Mar 2015
    Location
    US, central
    Posts
    7
    Mine doesn't work on first attempt but does on second

  3. #28
    Frequent Visitor
    Join Date
    Apr 2014
    Location
    Phoenix, MD
    Posts
    116
    Quote Originally Posted by Braunberger View Post
    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
    Thanks for sharing! Worked like a charm

  4. #29
    New User
    Join Date
    Jul 2015
    Location
    Chicago
    Posts
    10
    I know this thread is a bid old, but what would be the next step in programming to trigger the storm via a physical button? So far I've setup the storm sequence which runs great when the VO is on. Now I want to turn on by a push button for 10 minutes then turn off. I've already added a button to my breakout box and programmed it to trigger the storm, but it only last while I'm holding the button, rather than running 10 minutes automatically. I'm still a little unclear on how the Min Time works and where to put it. Here's the current program:

    VO_A1: Storm
    Set OFF
    IF SW2 Closed Then ON
    Min Time 010 Then OFF

    Radions Program
    If Outlet Storm = ON Then Stormy

    Vortechs Program
    If Outlet Storm = ON Then StormWavM

    Profile: Stormy
    Lit Max Int: 18
    Cloudy Light Int: 4
    Cloudy Duration: 10
    Cloudy Time: 64
    Lightning Prob: 100
    Lightning Int: 100

    Profile: StormWavM
    Pulse: (still working on a good setting)

  5. #30
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,464
    mcanimnal: a quick edit to your programming should resolve your problem:

    VO_A1: Storm
    Set OFF
    IF SW2 Closed Then ON
    Min Time 010 Then ON
    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.

  6. #31
    New User
    Join Date
    Jul 2015
    Location
    Chicago
    Posts
    10
    Thank you, it is working perfectly now.

  7. #32
    New User
    Join Date
    May 2015
    Location
    US
    Posts
    6

    Storm

    Quote Originally Posted by mcanimal View Post
    Thank you, it is working perfectly now.
    how do i create a profile? Still trying to learn how to use apex....

  8. #33
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by evilos View Post
    how do i create a profile? Still trying to learn how to use apex....
    Click the folder icon in fusion, then select a profile, name it, and set it up to your liking.

  9. #34
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,464
    Quote Originally Posted by evilos View Post
    how do i create a profile? Still trying to learn how to use apex....
    Profiles are not created by the user. There are 32 existing profiles which can be customized. Use the folder icon in Fusion.
    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.

  10. #35
    New User
    Join Date
    May 2015
    Location
    US
    Posts
    6
    In the folder are those assigned to all my equipment i currently have?

  11. #36
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    They aren't assigned to anything until you call them out in your code.

  12. #37
    New User
    Join Date
    May 2015
    Location
    US
    Posts
    6
    Thank you both, Ill give it a shot.

  13. #38
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    I would also suggest doing at least a quick skim of any sections in the CRM relating to profiles, radions, WXM, etc. It will help get your bearings straight.

    http://www.neptunesystems.com/downlo...nce_Manual.pdf

  14. #39
    New User
    Join Date
    May 2015
    Location
    US
    Posts
    6
    Thank you I will.

  15. #40
    New User
    Join Date
    May 2015
    Location
    US
    Posts
    6
    Sorry but after the profile is created whats the next step to ad it to my dashboard?

  16. #41
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    The profile doesn't get added to the dashboard, you call it out in your code. A virtual outlet will need to be created to trigger the profile.

    https://forum.neptunesystems.com/sho...irtual-Outlets

    Once you have the profile and the VO set up and named, follow the instructions Alain gave in post 2.

  17. #42
    New User
    Join Date
    May 2015
    Location
    US
    Posts
    6
    Ok I got it. Thank you.

  18. #43
    New User
    Join Date
    Oct 2017
    Location
    NEW JERSEY
    Posts
    5
    quick question

    its working for me but everytime i type it in and after i turn it off my whole day cycle for lights gets messed up


    my outlet on the dash is called stormy and storm is profile that i created i spot 2
    i also have lights_day seet up as vo with another profile


    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 Stormy = ON Then storm
    If Output lights_day = ON Then yellow

    any advice

Page 2 of 2 FirstFirst 12

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
  •