Appendix D. Servicing the CS110
D-5
Referring to Figure D-2, loosen the 2 Philips head screws on the connector
locking plate on the top of the motor assembly. Slowly rotate the encoder base
plate until Index (Control Port # 8) always equals 5 V (5 V = True = Green in
LoggerNet). Tighten down the 2 Philips head screws on the connector locking
plate and verify that Index still equals 5 V. Using flags 1 and 2, move the motor a
step away from and then back to the fully closed position and verify that Index
equals 5 V for the fully closed position.
The
CS110Shutter
instruction can be used to open, pause and then close the
CS110 shutter to allow visual inspection/verification of proper opened and closed
shutter positions. The following CS110 program can be used to verify proper
opening and closing of the shutter. Stator to shutter overlap exists in the fully
opened and fully closed positions so that slight shutter position variations do not
alter the exposed area to the sense electrode. A fully opened shutter will display
symmetrical stator to shutter overlap, within the 1.8
°
stepper motor step size, on
both edges of each of the 4 openings in the stator. No visible gaps between the
stator and shutter blades should be visible on a fully closed shutter.
'Program to open/close the CS110 shutter (CS110_Shutter1.cr1).
'Last updated by Jody Swenson on 9/26/05.
Public PTemp
Public Batt
Public stat(2)
DataTable(Efield,1,-1)
Sample(2,stat,FP2)
Sample(1,PTemp,IEEE4)
Sample(1,Batt,IEEE4)
EndTable
BeginProg
Scan(5000,msec,0,0)
PanelTemp(PTemp,250)
Battery(Batt)
CS110Shutter(stat(1),1)
'Fully open shutter.
Delay
(0,3000,mSec)
CS110Shutter(stat(2),0)
'Fully close shutter.
CallTable
Efield
NextScan
EndProg
Summary of Contents for CS110
Page 2: ......
Page 4: ......
Page 6: ......
Page 10: ...iv This is a blank page ...
Page 37: ...Instruction Manual 27 ...
Page 48: ......
Page 52: ...Appendix B CS110 Accessories This is a blank page B 2 ...
Page 56: ...Appendix C CS110 Connector Pin outs C 4 This is a blank page ...
Page 72: ...Appendix F Example CRBasic Programs This is a blank page F 4 ...
Page 78: ...Appendix G CS110 2 Metre CM10 Tripod Site This is a blank page G 6 ...
Page 85: ......