Click or drag to resize

LaserControllerFeatureType Enumeration

[Missing <summary> documentation for "T:RAYLASE.Marker.Profile.Model.LaserControllerFeatureType"]


Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
[FlagsAttribute]
public enum LaserControllerFeatureType
Members
Member nameValueDescription
None0 
Waveform1 Laser supports setting the wave form via SPI interface
IndexedOpticalPulseWidth2 Laser supports setting the optical pulse widthby using indexed value.
OpticalPulseWidth4 Laser supports setting the optical pulse width.
LaserOutputMode8 Laser supports setting the laser output mode (pulsed/cw) via SPI interface
BeamProfile16 Laser supports selecting the beam profile.
SecondaryPower32 Laser supports secondary power.
Simmer64 
PowerTarget128 
Tickle256 
GateModulatesLM512 
Latch1,024 
LaserSync2,048 
PulseRepetitionRate4,096 Laser supports setting the pulse repetition rate via parallel port interface.
AutoConfigureIO8,192 Automatically configure necessary IO-ports on scan controller.
See Also