Here is the list for our demo devices. Different devices might have different default settings. Please adjust the procedures based on your corresponding devices.
Connect the Neon with the din board through a connector.
Connect the LED’s negative wire in pin 4 for digital output (we take DO1 as an example).
Plug the 24V power supply’s negative wire in Din board’s pin 10 for grounding.
Connect the positive of power supply with the positive of LED. It shorts the two wires at pin20 which is reserved as terminal.
Use Neon to control the LED.
cd /usr/src/Neon/Sample/Neon_Setting
to adjust Neon setting.sudo ./NeonSet DO 1 1
to turn on the LED, use sudo ./NeonSet DO 1 0
to turn off the LED conversely.Connect the light with the light controller at channel 1.
Connect the light controller with din board at strobe channel 1. Plug the positive wire in pin 3 for device output, and plug the negative wire in the pin 10 for grounding.
Connect the Neon with the din board through a connector.
Connect a trigger device on the din board. Insert the positive wire at pin 11 for trigger in, insert the negative wire at pin 10 for grounding. Here we used a 5V power supply for demonstration, you could connect your own device for your own purposes.
Adjust the default settings from Neon. Please enter the specific file path to adjust the settings. We modified the strobe-out polarity to set turning off the light as default, this step might be different due to your controller devices. Once the Neon reboots, the setting would be restored.
sudo -i
to get in root mode.cd /sys/class/neon_camctrl
to change directory.cat
command to check current status. To change the default setting of strobe-out polarity, use the command echo 1 >StrobeOutPolarity
.To extend or narrow the device strobe out time, please follow the steps
cd /usr/src/Neon/Sample/Neon_Setting
to change the current working directory.sudo ./NeonSet StrobeOutPulseWidth N
. The parameter N is the time of the width, the unit is us(10^-6 second).cd /usr/src/Neon/Sample/Neon_Information
. Use sudo ./NeonInformation
to get current status.