07-21-2005 09:11 AM
07-28-2005 10:27 AM
Did you try
iPgTB = 1 // Timebase = 1us
iReqInt = 2 // Pulse will be iReqInt * iPgTB = 2us
Regards,
08-02-2005 02:21 AM
yes, it works ! but I don't understand : if I choose iPgTB = 2 and iReqInt = 1, which corresponds to a rate of 10 microseconds ( > 2 microseconds !) I have an error ! So can I trust to the rate I am defining ?
Regards,
Nepenthes
08-02-2005 09:19 AM
08-02-2005 09:29 AM
08-02-2005 10:37 AM
08-03-2005 02:15 AM
Hi !
I've tried your code... same error when i take iPgTB =3 and iReqInt = 1 but works when taking iPgTB= 2 and iReqInt= 1 like in my code !
Nepenthes