SendSynchronizationFrame

This method enables to send sACN synchronization frame that is used to trigger synchronization.

  • This method returns TRUE as soon as the request of sending an sACN synchronization frame is terminated.
  • This method returns FALSE if the asynchronous request is still active. The method must be called until it was successfully executed, and the return value is TRUE.

 

Method SendSynchronizationFrame : BOOL
VAR_INPUT
    nSynchronUniverse                : UINT := 0;
END_VAR

VAR_INPUT

nSynchronUniverse: Universe from which synchronization frames are transmitted.

 

This Method can only be invoked if bBusy is FALSE.