Click or drag to resize

OpCode Enumeration

The types of opcode used by a command protocol to communicate with an InnoLas laser device.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.Nanio
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public enum OpCode
Members
Member nameValueDescription
DiodeOperatingCurrent112 Set diode operating current.
DiodeStandbyCurrent113 Set diode standby current.
DiodeStandbyOnOff114 Set diode standby on/off.
PulseFrequency129 Set PRR.
ExternalControl146 Set external control flags.
FpkStartValue147 Set FPK start value.
FpkRamp148 Set FPK ramp value.
FpkResetTime149 Set FPK reset time.
FpkTriggerSource150 Set FPK trigger source.
GetLaserState164 Retrieving the laser's state (ready etc.)
See Also