Ok, I’ve gone through the programming tutorials in the sticky’s but I cannot seem to make my feeder do multiple drum rotations using a virtual feed outlet. I can get a single rotation out of it, but I can’t seem to make the OSC command work for me. My code is as follows:
SET OFF
FALLBACK OFF
OSC 000:30/001:30/001:00 THEN ON
IF OUTPUT VFEED = ON THEN ON
IF OUTPUT VFEED = OFF THEN OFF
IF FeedA 000 THEN ON
There should be a 30 second delay then a rotation of the drum, then 3 minutes later a secon rotation. The Vfeed outlet runs for 5 minutes so it should get 2 rotations before the cycle ends. What is actually happening is that the feeder triggers immediately (no 30 second delay) and then doesn’t rotate again while the VFeed cycle is active. This programming runs great for a single rotation if I delete the OSC command and add a Defer line for 30 seconds as the last line. Any thoughts as to what may be the issue? #apexusers
SET OFF
FALLBACK OFF
OSC 000:30/001:30/001:00 THEN ON
IF OUTPUT VFEED = ON THEN ON
IF OUTPUT VFEED = OFF THEN OFF
IF FeedA 000 THEN ON
There should be a 30 second delay then a rotation of the drum, then 3 minutes later a secon rotation. The Vfeed outlet runs for 5 minutes so it should get 2 rotations before the cycle ends. What is actually happening is that the feeder triggers immediately (no 30 second delay) and then doesn’t rotate again while the VFeed cycle is active. This programming runs great for a single rotation if I delete the OSC command and add a Defer line for 30 seconds as the last line. Any thoughts as to what may be the issue? #apexusers
Last edited: