%PulzB function


Function
The function generates the impulse of optional length and polarity. The result is Boolean type.
Declaration
BOOL %PulzB(
   BOOL in StartTrigger, 
   BOOL in Polarity, 
   INT in Time, 
   UNIVAL in CalcTrigger
 )
Parameters
StartTriggerObject, change of which into the TRUE state runs the impulse.
PolarityGenerated impulse polarity.
TimeImpulse duration [s].
CalcTriggerObject, which change causes recalculating the function. Its type is arbitrary.
Napíšte komentár