Welcome | spec | C-PLOT | Support | Users | Contact
 



Motors
Counters
MCA
Interfaces

    Hardware reference : Motors : New Focus Motors : New Focus Model 8750/52/53 Picomotor

New Focus Model 8750/52/53 Picomotor



Interface:
  • Serial, Socket


config file

RS_NF8753 = device_name baud_rate number_of_motors 
HW_NF8753 = host number_of_motors 

edconf:   DEVICES screen
MOTORS      DEVICE  ADDR <>MODE  NUM                                <>TYPE
   YES  /dev/ttyS0         9600    4  New Focus Picomotor 8750/53 (Serial)
   YES  10.0.13.33                 4  New Focus Picomotor 8752/53 (Socket)

 

Function Reference:

Command pass through is available using the following functions.
motor_par(motor, "send", cmd)
Sends the string cmd to the New Focus channel associated with motor .
motor_par(motor, "read", cmd)
Sends the string cmd to the New Focus channel associated with motor , as above, and returns a string containing the response.

Top