Changeset 14274 for firmware


Ignore:
Timestamp:
07/18/12 11:23:20 (12 years ago)
Author:
boccone
Message:
shutter controller docs: adding description of the cabling
Location:
firmware/ShutterController/docs
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/ShutterController/docs/FactShutter.tex

    r14273 r14274  
    9494
    9595\section{\label{sec:1} System overview}
    96 The new remotely controllable shutter system for the FACT telescope is built around two low voltage 24~V linear actuators from Linak\footnote{Linak AG} driven by two VHN-5019 motor driver which are controlled by an Arduino Ethernet micro controller board.
     96The new remotely controllable shutter system for the FACT telescope is built around two LA23 low voltage 24~V linear actuators from Linak\footnote{Linak AG} driven by two VHN-5019 motor driver which are controlled by an Arduino Ethernet micro controller board.
    9797
    98 The Arduino is an open-source electronics prototyping platform based on the ATmega AVR micro-controller line. We chose the {\bf Arduino Ethernet} model which mounts a ATmega328 micro-controller with has 32 KB of ROM  and 2 KB of SRAM and already includes a 10 Mbit ethernet interface (WizNet W5100 chipset).
     98The two linear actuators are fixed on a modified of the T-shaped cable support plates and on a L-shaped support which is shrewd to the lid. The T and L-shaped supports are made in blue anodized aluminum and are shown in Fig.\ref{figShutterPhoto}.
     99
     100\begin{figure}[b!]
     101\centering
     102\includegraphics[width=0.49\textwidth]{shutter_photo1.jpg}
     103\includegraphics[width=0.49\textwidth]{shutter_photo2.jpg}
     104\caption{\label{figShutterPhoto} {Photograph of the installed shutter motor}}
     105\end{figure}
     106
     107The Arduino is an open-source electronics prototyping platform based on the ATmega AVR micro-controller line. We chose the {\bf Arduino Ethernet} model which mounts a ATmega328 micro-controller with has 32 KB of ROM  and 2 KB of SRAM and it already includes a 10 Mbit ethernet interface using a WizNet W5100 chipset.
    99108
    100109The Arduino boards feature a bus like structure on the sides where composed by two lines of pass through connectors where  Arduino compatible boars (shields) can be plugged in. Arduino shields are normally stackable
     
    148157\subsection{Possible upgrades}
    149158The pin 4 and pin 9 Arduino I/O port were also connected to lemo cable in case - for example - of future wire coupling with other subsystems (i.e. the interlock system)
     159\clearpage
     160\section{Cabling and connection}
     161The LA23 actuators requires 5 electrical connection as shown in Fig.\ref{figLA23connector}:
     162\begin{itemize}
     163\item$2\times$ AWG20 wires for the powering of the motor;
     164\item$3\times$ AWG24 wires for the powering and the output signal of the Hall potentiometer sensor.
     165\end{itemize}
     166\begin{figure}[h!]
     167\centering
     168\includegraphics[width=0.5\textwidth]{LA23_connector.jpg}
     169\caption{\label{figLA23connector} {Connection diagram for the Linak LA 23 actuator}}
     170\end{figure}
    150171
    151 \section{Appearance}
     172The linear actuators are provided by Linak with a custom proprietary cable fitted with sealed connector which contains a total of $8\times$ AWG20/24 wires of which only 5 are used from the LA23 actuators. The maximal cable length is 5~m and the provided cable is not shielded. For this reason we reduced the custom cable length to the minimum (about 70~cm) and we used 35~m of UV-resistent shielded cable instead to reach the control electronics.
     173%The patch connector is a
     174In view on the PWM operation, the unused wires of the actuator cable were connected to ground with the goal of reducing the noise on the Hall potentiometer and current sensing measurement.
     175\begin{figure}[h!]
     176\centering
     177\includegraphics[width=0.9\textwidth]{LA23_cable.pdf}
     178\caption{\label{figLA23cable} {Cable specifications for the Linak actuators}}
     179\end{figure}
     180
    152181
    153182%\section{Diagram of the filter board}
    154183
    155184%\section{Logic Block of the firmware}
    156 
     185\clearpage
    157186%\section{The preliminary web interface}
    158187\begin{thebibliography}{50}
Note: See TracChangeset for help on using the changeset viewer.