MicroControl:Installation: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 1: Line 1:
[[category:MicroControl]]
[[category:MicroControl]]


=Installation =
= Downloading =


== Client side ==
The files for MicroControl toolkit are available at [https://www.kitware.com/Customers/microcontrol/ here] The username is "microcontrol" without the quotes, for password please contact
DJ <dhanannjay.deo@kitware.com>


=== Windows ===
= Installation =  


* Download package [https://www.kitware.com/Customers/microcontrol/ here] which contains portable python along with several dependencies
= Client =
* Get the latest source code archive
* Source code can be also obtained directly from a repository. The detailed descriptions of repository branches are [[uClient::Source_code | Git repository]]


=== Linux ===
* Download base package microcontrol-base-V0.1.zip which contains portable python along with several more dependencies
* Download Source code archive  microcontrol-src-V0.3.zip. Note that both packages follow different versioning system
* This will create a tree as follows


For Linux client installation contact DJ
[[File:MicroControl:layout.jpg|500px]]


== Server Side  ==
* Latest source code can be also obtained from a repository. The detailed descriptions of repository branches are [[MicroClient::source_repository | Git repository]]


It is assumed that only Windows drivers are provided for Zeiss microscopes and
== For Linux client installation contact DJ ==


# Register the ActiveX control with windows  
= Windows Server =
 
* LSM 510 series software is started, load the Server macro Server.lvb from MicroControl/Src/Macro folder
 
[[File:MicroControl:server_button.jpg|500px]]
 
* If errors in loading, download and extract microcontrol-vba-controls.zip
* Use regsvr32
Register the ActiveX control with windows  


=== Pre-requisites for Client ===
=== Pre-requisites for Client ===

Revision as of 19:20, 28 February 2011


Downloading

The files for MicroControl toolkit are available at here The username is "microcontrol" without the quotes, for password please contact DJ <dhanannjay.deo@kitware.com>

Installation

Client

  • Download base package microcontrol-base-V0.1.zip which contains portable python along with several more dependencies
  • Download Source code archive microcontrol-src-V0.3.zip. Note that both packages follow different versioning system
  • This will create a tree as follows

File:MicroControl:layout.jpg

  • Latest source code can be also obtained from a repository. The detailed descriptions of repository branches are Git repository

For Linux client installation contact DJ

Windows Server

  • LSM 510 series software is started, load the Server macro Server.lvb from MicroControl/Src/Macro folder

File:MicroControl:server button.jpg

  • If errors in loading, download and extract microcontrol-vba-controls.zip
  • Use regsvr32

Register the ActiveX control with windows

Pre-requisites for Client

(Following pre-requisites are already included in the download) The list is useful if you want to work with a custom installation

  • Python (2.6.1), (contains xml.etree.cElementTree)
  • VTK python wrapping (5.6.1)
  • wxPython (2.8.9.1)