Search found 2 matches

by kriswork
Wed Jun 01, 2016 3:42 pm
Forum: Opus
Topic: Reading back the current XY stage position...
Replies: 1
Views: 32328

Re: Reading back the current XY stage position...

Info from Bruker:

'strReturn = Form.OpusRequest("COMMAND_LINE GetStagePosition (0, {NDV=''DeviceName''});")

The above should work with a LUMOS, but we've got an LStepXYZstage which I set the NDV to equal, but It didn't work with Opus returning:

Error in Opus Command Line Execution – ID: 2
by kriswork
Fri May 06, 2016 8:58 am
Forum: Opus
Topic: Reading back the current XY stage position...
Replies: 1
Views: 32328

Reading back the current XY stage position...

Hi, Using OPUS v7.2 on Windows 7. I can move the XY Stage using these script commands: Result = Form.OpusRequest("OPUS_PARAMETERS") Result = Form.OpusRequest("COMMAND_LINE Stage Control (0, {NOX=100, NOY=200 });") ...but when I read back the values of NOX and NOY with the code below I get the XY Ori...