Looking for on off specifiations
Hagen
Posts: 5
Thanks in advance for all your help!
I am trying to determine if the Basic Stamp will meet my needs.
I need to know what the specification is for rise/fall and on time is (minium).
So if I send a pulse on command and then a pulse off command what will be the rise/fall and on time for the different stamps?
Thank you,
Hagen
I am trying to determine if the Basic Stamp will meet my needs.
I need to know what the specification is for rise/fall and on time is (minium).
So if I send a pulse on command and then a pulse off command what will be the rise/fall and on time for the different stamps?
Thank you,
Hagen
Comments
The minimum on time would vary from processor model to processor model and depends partly on the Stamp interpreter and its overhead. The PULSOUT statement is probably the best way to get a well controlled short pulse and the resolution of that statement depends on the Stamp model. The STAMP Basic Syntax and Reference Manual and the Stamp Editor help files give the units used by the various processors. For the BS2, it's 2us. For most other Stamp models, it's 0.8us. There's also the overhead for the PULSOUT statement and other statements that would set a repetition rate limit. These are discussed on Tracy Allan's website www.emesystems.com by following the "app-notes" link at the bottom of the page.