SLI POLY Operation Manual

Flexible wavelength selector

Advertisement

Quick Links

Flexible Wavelength Selector
POLY
Operation Manual
Ver 24-01

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the POLY and is the answer not in the manual?

Questions and answers

Summary of Contents for SLI POLY

  • Page 1 Flexible Wavelength Selector POLY Operation Manual Ver 24-01...
  • Page 2 5. Trouble shooting 5.1 Device connection error 5.2 Device not working 6. Software development kit 6.1 Poly DLL Manual 6.2 Overall Poly control flow using SDK via Labview 7. Accessories guide 7.1 Accessories overview 7.2 Input accessories 7.3 Output accessories 8.
  • Page 3 5 mm and is mainly used in case of broadband light source with small beam size such as supercontinuum lasers. For large beam sizes such as LEDs and lamps the Poly-A10 model with an aperture size of 10 mm is recommended.
  • Page 4 1.1 Poly-RED Each Poly-RED model can cover a different spectral range. The bandwidth of Poly-RED can be adjusted from 2 to 15 nm (nominal). The exact adjustable bandwidth is different for each model. Please refer to the table below for more details on the tuning range.
  • Page 5 1.2 Poly-BLUE Each Poly-BLUE model can also cover a different spectral range with bandwidth fixed at 20 nm (nominal). Please refer to the table below for more details on the tuning range. For the Custom model, you can configure the product by selecting the type of filter you want according to the user's purpose from the wavelength selection table below.
  • Page 6: Installation

    B. Power adapter : Power supply cable and power adapter for the Poly (Power plug types are provided in accordance with the country specified in the order) C. USB cable (A-B) : A to B type USB cable for connecting the Poly to operating PC www.spectrolightinc.com...
  • Page 7: Product Overview

    2. Installation 2.2 Product overview D. Locking switch A. USB port C. Power switch B. Power port A. USB port : Port for connecting the USB cable from the device to the operating PC/Tablet B. Power port : Port for connecting power supply cable C.
  • Page 8: Software Installation

    Double click Setup.exe b. Follow the guidelines 2. Install the Poly software on a PC/Tablet running Microsoft Windows (7 or later). 3. Copy the calibration file (.ism2 extension file) provided by the distributor/manufacturer to the default location C:\SLI2\POLY2 →...
  • Page 9: Product Installation

    4. Plug the USB cable (A-B) into Poly, then connect the other end to the operating Computer/Tablet. 5. Plug the power supply cable into the power port of Poly, located just beside the USB port. Connect the power supply to a properly grounded outlet.
  • Page 10 *For optimal performance of the product, it is recommended that the incident light be collimated. It is possible to couple Poly with different types of broadband sources, such as supercontinuum lasers, laser driven light sources, and fiber output broadband lamp sources. We provide connecting adapters for each type.
  • Page 11 3. Operation (Wavelength mode) 3.1 Setting the center wavelength and bandwidth 1. CWL (nm) : enter the desired CWL (center wavelength) 2. FWHM (nm) : enter the desired FWHM (full-width at half maximum) 3. Go : click to start wavelength tuning 4.
  • Page 12 3. Operation (Wavelength mode) 3.3 Setting or editing the preset wavelength and bandwidth - In the PRESET tab, you can set your frequently used wavelength and bandwidth for easy access. 1. CWL, FWHM (nm) : enter the desired CWL and FWHM value 2.
  • Page 13 4. Operation (Raman mode, optional) 4.1 Raman mode (Optional function) Customers who purchase the Raman model of Poly-RED can use Raman mode to detect specific Raman band for imaging. The Raman model can select two modes (Stokes, Anti-stokes) in the options tab.
  • Page 14 - FWS operates on Wavelength Base, and in order to use it in Raman mode, it operates by converting wavelength to wavenumber. Because the wavenumber is inversely proportional to its wavelength, the specified wavenumber value may not be the exact wavelength at which the Poly can move. Therefore, the Poly sets the wavelength value closest to the user-specified wavenumber.
  • Page 15 3. Stop : click to stop scanning *Note : Although the Poly has calibration data at intervals of 0.2 nm as the wavelength base, there may be instances where a specific wavenumber does not have a corresponding value because the wavenumber is inversely proportional to its wavelength.
  • Page 16 4. Operation (Raman mode, optional) 4.4 Setting or editing the preset Raman shift and bandwidth - In the PRESET tab, you can set your frequently used center Raman shift and bandwidth for easy access. 1. Excitation Wavelength (nm) : enter the Raman Excitation Wavelength. 2.
  • Page 17: Troubleshooting

    5. Trouble shooting 5.1 Device connection error - If the device and software cannot be properly connected, check whether the communication driver appears properly in Device Manager. If it is a problem with the communication driver, install the latest FTDI USB driver suitable for your OS from the following website - https://ftdichip.com/drivers/ 5.2 Device not working...
  • Page 18: Software Development Kit

    6. Software development kit 6.1 Poly DLL Manual SDK file is based on ".NET Framework 3.0" Namespace: ISM_Device The class : ClassPoly. Python supports the "Python.NET" package for the Python programmers. Or you can check another way of this in the link below.
  • Page 19 6. Software development kit MSG_NO_ERROR = The command has been executed properly. MSG_DEVICE_SEARCHING = Searching for device. MSG_CONNECTION_OK = Device is connected. MSG_SET_WAVE_OK = Successfully changed CWL and FWHM. MSG_DEVICE_INIT = Device is initializing. MSG_DEVICE_BUSY = Device is busy. MSG_DEVICE_READY = Device is ready. MSG_DEVICE_CLOSE_PORT = Device is not ready.
  • Page 20 6. Software development kit B. Poly commands 1. int PolyConnect(string path); -Parameters path : Path and location of calibration file -Return Value MSG_NO_ERROR ERR_COMM_ERROR ERR_DEVICE_ERROR_MODEL_NO ERR_DEVICE_ERROR_SERIAL_NO ERR_DEVICE_ERROR_WAVE_RANGE ERR_DEVICE_NOT_FOUND ERR_DEVICE_FILE_NOT_FOUND ERR_DEVICE_FILE_ERROR -Remark Use the calibration file to activate the port then connect 2.
  • Page 21 6. Software development kit 6. intGetInforData(ref string model, ref string serial, ref string range); -Parameters model : Model number of device serial : Serial number of device range : Wavelength tuning range -Return Value MSG_NO_ERROR ERR_DEVICE_NOTCONNECTED -Remark Reads the model number, serial number or wavelength tuning range of the connected device. 7.
  • Page 22 6. Software development kit 9.int GoBlankPosition(); -Parameters -Return Value MSG_NO_ERROR MSG_DEVICE_BUSY ERR_DEVICE_NOT_READY ERR_DEVICE_NOTCONNECTED -Remark Moves to blank position. Empty position. No filtering. 10.intScanWavelength(double start, double end, intfwhm, double step, double delay); -Parameters start : Start wavelength end : End wavelength fwhm: bandwidth step : step size for scan delay : time to stay at one wavelength...
  • Page 23 6. Software development kit 6.2 Overall Poly control flow using SDK via Labview www.spectrolightinc.com...
  • Page 24 6. Software development kit PolyConnect GetDeviceStatus www.spectrolightinc.com...
  • Page 25 6. Software development kit GetDeviceEnabled SetWavelength www.spectrolightinc.com...
  • Page 26: Accessories Guide

    7. Accessories guide 7.1 Accessories overview FWS can function as a tunable light source through combination with various broadband light sources such as supercontinuum laser and lamp. For this purpose, an input accessory is prepared that allows combining various light sources and FWS. A variety of output accessories are also available so that the selected wavelength can be applied to light delivery methods such as liquid light guide or fiber.
  • Page 27 7. Accessories guide 7.2 Input accessories WS-FA-05P Input accessory for connecting commercial fiber collimators (5 mm diameter) to the FWS. Allows SMA type fiber compatibility. For collimator suggestions please contact us at - support@spectrolightinc.com WS-FA-11P Input accessory for connecting commercial fiber collimators (11 mm diameter) to the FWS.
  • Page 28 7. Accessories guide 7.3 Output accessories WS-FA-SMA Output accessory for connecting SMA type fiber as an output. WS-FA-LGA Output accessory for connecting liquid light guide (LLG) as an output. Comes in 3 mm and 5 mm models. www.spectrolightinc.com...
  • Page 29: Product Selection Guide

    7 - 13 * Units : nm * Units : nm Aperture size Poly-A5 5 mm Suitable for lasers, supercontinuum lasers Poly-A10 10 mm Suitable for light sources with large beam size (tungsten-halogen, plasma, LED) Poly-RED-A5 / Poly-RED-A10 Poly-BLUE-A5 / Poly-BLUE-A10 www.spectrolightinc.com...
  • Page 30: Full Specifications

    8. Product selection guide 8.2 Full specifications Poly-RED-A5 Poly-RED-A10 Poly-BLUE-A5 Poly-BLUE-A10 Spectral range (nm) 255-1700 255-1700 255-1700 255-1700 Bandwidth (FWHM) (nm) 2-15 (nominal) 2-15 (nominal) 20 (fixed) 20 (fixed) Aperture size (mm) Out of band Blocking OD 12 (10 ) in tuning range, OD 6 (10...
  • Page 31 9. Scheme drawing - Poly-RED Poly-RED www.spectrolightinc.com...
  • Page 32 9. Scheme drawing - Poly-BLUE Poly-BLUE www.spectrolightinc.com...
  • Page 33 19800 MacArthur Blvd. Suite 300, Irvine, CA 92612 U.S.A. Headquarters Website : www.spectrolightinc.com E-mail : info@spectrolightinc.com Phone : (949) 800-7780 Sales E-mail : sales@spectrolightinc.com Phone : (949) 800-5117 Technical Support E-mail : support@spectrolightinc.com Phone : (949) 800-7780 OEM Sales E-mail : sales@spectrolightinc.com...

Table of Contents