| Description: | The setting of the pen settings with the client control does not work properly. example:
SAM.ScSetPen(1) SAM.ScSetDoubleValue(6, 20000) 'frequency SAM.ScSetDoubleValue(17, 90) 'power SAM.ScSetDoubleValue(15, 2) 'pulse length SAM.ScMoveAbs(0, 0, 0) 'position SAM.ScSwitchLaser(1)
The new value for power is visible in the pen settings but the value is not set if the program is executed. |