Startgeneratoion, Settriggeronoff, Settriggeredge – Dataman 530 Series User Manual
Page 15
Development kit for DATAMAN 530
Programmer’s Guide
Parameters:
OnOff – indicates, whether the generation will be started/stopped
ONOFF_ON – starts generation
ONOFF_OFF – stops generation
Return value: -
3.3.12. StartGeneratoion
Starts the generation of the one period in the single trigger mode. This function
has no effect in the period trigger mode.
Public Declare Sub StartGeneration Lib "m530drvdk.dll" ()
Parameters: -
Return value: -
3.3.13. SetTriggerOnOff
Turns the triggering from external source on/off. This function works in the
single trigger mode only.
Public Declare Sub SetTriggerOnOff Lib "m530drvdk.dll" (ByVal OnOff As
Long)
Parameters:
OnOff – indicates, whether the triggering from external source is turned on/off
ONOFF_ON – on
ONOFF_OFF – off
Return value: -
3.3.14. SetTriggerEdge
Sets the trigger sensitivity on the selected edge.
Public Declare Sub SetTriggerEdge Lib "m530drvdk.dll" (ByVal edge As
Long)
Parameters:
edge – indicates edge
TRIGGER_EDGE_LEADING – leading edge
TRIGGER_EDGE_TRAILING – trailing edge
Return value: -
- 15 -