Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Labview/CHROLIS 6-Wavelength High-Power LED Sources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHROLIS example
Shows how to connect to the CHROLIS and change Brightness of the 6 LEDs.

Tested with Labview 2023 Q3\
Chrolis software version 3.1.95\
Firmware version 0.4.9

## Front Panel
![Front Panel](ChrolisFrontPanel.PNG)

## Block Diagram
![Block Diagram](ChrolisBlockDiagram.PNG)


6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ Other IDEs can be used, but instructions are not provided in this repository. Ex

### Python Requirements

Python examples make use of the Ctypes module or the pySerial module, which can be installed using the command
Some python examples make use of the pySerial module, which can be installed using the command

```
pip install ctypes
```
and
```
pip install pyserial
```