Echelon I/O Model Reference for Smart Transceivers and Neu Bedienungsanleitung Seite 196

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 209
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 195
186 Timer/Counter Output Models
In
Figure 72, an io_out( ) function call is executed with a count argument of 11.
After 11 negative edges at the input pin, the output goes low. The delay from the
last input edge to the output falling edge is 50 ns or less for a Series 3100 device
with an input clock of 40 MHz, or 12.5 ns or less for a Series 5000 device with an
80 MHz system clock.
Figure 72. Triggered Count Output
Usage
unsigned long
output-value
;
io_out(
io-object-name
,
output-value
);
Example
IO_0 output triggeredcount sync (IO_4) ioCascader;
when (...) {
// 1 big output pulse for 10 input pulses
io_out(ioCascader, 10);
}
Seitenansicht 195
1 2 ... 191 192 193 194 195 196 197 198 199 200 201 ... 208 209

Kommentare zu diesen Handbüchern

Keine Kommentare