Reference Manual

16-Axis MACRO CPU Software Reference Manual
38 16-Axis MACRO Station MI-Variable Reference
The encoder sample clock signal SCLK controls how often the 16-Axis MACRO Station's digital
hardware looks at the encoder and flag inputs. The 16-Axis MACRO Station can take at most one count
per SCLK cycle, so the SCLK frequency is the absolute maximum encoder count frequency. SCLK also
controls the signal propagation through the digital delay filters for the encoders and flags; the lower the
SCLK frequency, the greater the noise pulse that can be filtered out. The SCLK frequency should
optimally be set to the lowest value that can accept encoder counts at the maximum possible rate.
The pulse-frequency-modulation clock PFM_CLK controls the PFM circuitry that is commonly used for
stepper drives. The maximum pulse frequency possible is 1/4 of the PFM_CLK frequency. The
PFM_CLK frequency should optimally be set to the lowest value that can generate pulses at the
maximum frequency required.
The DAC_CLK controls the serial data frequency into D/A converters. If these converters are on Delta
Tau-provided accessories, the DAC_CLK setting should be left at the default value.
The ADC_CLK controls the serial data frequency from A/D converters. If these converters are on Delta
Tau-provided accessories, the ADC_CLK setting should be left at the default value.
Example: See MI903 Example
See Also:
MI903, MI993
MS{anynode},MI908 PWM 5-8 Deadtime / PFM 5-8 Pulse Width Control
Range: 0 - 255
Units: PWM Deadtime = 0.135 µsec * MI908
PFM Pulse Width = [1 / PFM_CLK (MHz)] * MI908
= PFM_CLK_period (µsec) * MI908
Default: 15
PWM Deadtime = 0.135 µsec * 15 = 2.03 µsec
PFM Pulse Width = [1 / 9.8304 MHz] * 15 = 1.526 µsec (with default MI907)
MI908 controls the deadtime period between top and bottom on-times in the 16-Axis MACRO Station's
automatic PWM generation for machine interface channels 5-8. In conjunction with MI907, it also
controls the pulse width for the 16-Axis MACRO Station's automatic pulse-frequency modulation
generation for machine interface channels 5-8.
The PWM deadtime, which is the delay between the top signal turning off and the bottom signal turning
on, and vice versa, is specified in units of 16 PWM_CLK cycles. This means that the deadtime can be
specified in increments of 0.135 µsec.
The PFM pulse width is specified in PFM_CLK cycles, as defined by MI907.
In PFM pulse generation, the minimum off time between pulses is equal to the pulse width. This means
that the maximum PFM output frequency is
PFM Max_Freq (MHz) = PFM_CLK Freq / (2 * MI908)
Example: See MI904 Example.
See Also: MI904, MI994