Hi, Use the timer.p_api- start() function. This is the SSP API Interface for timer functions (abstracts the GPT implementation i.e. R_GPT_START) You've also configured the timer to have the AutoStart field to be False. So you'll need to call: 1. .open API 2. .start API Regards, Michelle
↧