WXM MP40 Programatic Control

psumms

Active Member
View Badges
Joined
Sep 11, 2019
Messages
184
Reaction score
134
Location
United Kingdom
Rating - 0%
0   0   0
Hi all... Trying to find the right code (if its even possible) to switch my MP40's to a specific flow type, eg. Constant for a period of time when a feed cycle is triggered, haven't found a definitive answer by searching here or Google as yet. For my COR return, I have something like If FeedC 000 Then 10 to set it to 10% whilst the feed cycle is active. Trying to find if its possible to achieve something on my MP40's like:
If FeedC 000 Then CONSTANT 10.
Many Thanks for any and all advice.
 

DarthSimon

Team R2R
View Badges
Joined
May 29, 2017
Messages
2,314
Reaction score
3,836
Rating - 0%
0   0   0
Yes you can do this. Create a Profile for that Vortech mode for Example "VortechFeed".
In that Profile configure it to Constant and 10.

Then in the Configuration for your Vortechs:

If FeedA 000 Then VortechFeed
 

leepink23

2500 Club Member
View Badges
Joined
Nov 22, 2016
Messages
2,749
Reaction score
2,206
Location
Mississippi
Rating - 0%
0   0   0
Just in case you don’t know how to create a profile I added some pictures

0D796433-4935-4C25-BDC4-4C000E89C506.jpeg 7EB3E6C0-93EC-47C5-833C-3D9B42D4FFD3.png B46E1FF3-1388-49DC-B3AC-91DA8B5A9A1C.png
 

DarthSimon

Team R2R
View Badges
Joined
May 29, 2017
Messages
2,314
Reaction score
3,836
Rating - 0%
0   0   0
To add this is where you would drop the code in after creating your profile.

D2A10E12-F47E-4844-81C2-D852C025DBCF.jpeg CDC8E4FB-532C-45A9-9BDA-288E825F2F00.jpeg
 

homer1475

Figuring out the hobby one coral at a time.
View Badges
Joined
Apr 24, 2018
Messages
11,799
Reaction score
18,826
Location
Way upstate NY
Rating - 0%
0   0   0
Exactly as I have mine.

Virtual outlet triggered by a feed mode. Mine turns my MP10's off for 5 minutes, then kicks them into nutrient mode for 10 minutes after feed mode is finished.
 

homer1475

Figuring out the hobby one coral at a time.
View Badges
Joined
Apr 24, 2018
Messages
11,799
Reaction score
18,826
Location
Way upstate NY
Rating - 0%
0   0   0
Not exactly.

I use a VO (called export) and in that code I just stipulate whether that outlet is on or off based on feed mode.

If feeda 005 then on (the 005 leave the outlet on for 5 minutes after the feed mode ends)

Then in my vortech programming I refrence the VO.

If output export = on then on
 
OP
OP
psumms

psumms

Active Member
View Badges
Joined
Sep 11, 2019
Messages
184
Reaction score
134
Location
United Kingdom
Rating - 0%
0   0   0
OK so if I want a pump profile to start 5 minutes after feed starts and run for 10 minutes, then switch back to the Vortech schedule. Don't think I'm using Min Time right for this!

If Output vFeed = ON Then VortechExp
Min Time 010:00 Then OFF
 
Back
Top