st_free_setup()


Run the designated Software Timer(ST) after configuring it to the free mode

Description

void st_free_setup(int $st_id [, string $div = "ms"])

Parameters

Return Value

none

Example

<?php
include "/lib/sd_340.php";
st_free_setup(0);        // Configuring ST0 as a free mode and start the timer
st_free_setup(1, "sec"); // Configuring ST1 as a free mode and start the timer 
?>

See also