FZ_PanDAForm.NonstopSync

Syncs nonstop setting data

Public Shared Function NonstopSync( _
) As Integer

Parameters
None.

Return Value
Returns 0 when the nonstop setting data is successfully synced.
Otherwise returns a non-zero value.

Description
The data transfer can be done without stopping the measurement operation from the adjustment side in the non-stop adjustment by the processing only for the data transfer to the measurement operation side.

Example
    Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click

        ' Nonstop sync
        NonstopSync()

    End Sub