Solution
If the application does not have tight requirements with respect to speed and precision (cycle time is in the seconds range with possibility of milliseconds of delay) a digital output can be used with software timing control for pulse train or PWM generation.
An example where this application can be used is the control of a relay with a minute period and half a second of precision. The
Software Timed Pulse Width Modulation LabVIEW example shows one method of implementing PWM with software timed digital I/O.