Flasher Output
//--------------------------------Flasher Output--------------------------------
{region "Description Flasher Output"}
(*
This PLC code is programmed to provide a Flash Output for use within any sequence.
The Timer block(fbFlashOn) provides the time for which the Flash Output is ON, the second(fbFlashOff) for the time it is OFF.
Together they have the effect of a ‘flip - flop’ circuit to create an on / off effect.
*)
{endregion}
fbFlashOff(IN:= NOT fbFlashOn.Q, PT:= T#1S);
fbFlashOn(IN:= fbFlashOff.Q, PT:= T#1S , Q=>GVL_Global.stGlobalIf.xFlashOutput);Zuletzt aktualisiert
War das hilfreich?

