Difference between revisions of "Troubleshooting"

From DiyLightAnimation
Jump to: navigation, search
(Tools)
 
(39 intermediate revisions by 4 users not shown)
Line 1: Line 1:
----
+
==General==
*[[Lynx Dongle]]
+
Always feel free to post help requests in the forums. Try to include sharp, close-up pictures of both sides of your hardware that is having a problem. As you already know, people in this community are more than happy to help...and are friendly about it to boot!
=Lynx Dongle=
+
==My Lynx Dongle is not working.==
+
  
::# Make sure that your PIC is programmed with the proper firmware.   
+
If you are willing, please use Teamspeak chat. Most nights the DLA staff is in chat and we can quickly help out on most problems.
::# If you have a PIC programmer, you can program it yourself with the [[Equipment#DMX Devices|latest firmware]].
+
::# If you do not have a programmer, find [[PIC_Programming|someone to help program your dongle PIC]].
+
  
----
+
==Concepts==
 +
* Divide and Conquer or Binary Search
 +
::IF you ask the RIGHT questions of an ordered set (all understanding and knowledge about the system) and it is not intermittent, you can always arrive at the answer in 21 questions or less!
 +
* Start at one end or the other and work forward/backward to the other end.
 +
* System integration/separation
 +
::Try to separate power and hardware problems from software and communication problems.
 +
* Ask yourself:
 +
::What do I know about this thing?
 +
::What don't I know about this thing?
 +
::Could I describe the problem to someone else in an understandable way?
  
==My Lynx Dongle is not getting detected by windows.==
+
==Power==
 +
(GFCI, Circuit breakers, extension cords, power panels, etc.)
  
::# Check all of your solder joints again.
+
==Hardware==
::# Do you have the [[Software#FTDI Driver Software|FTDI Drivers]] installed?
+
Check and recheck for:
::# Try changing USB cables.
+
::*Correct solder flow, no [[Glossary|shorts]]  
::# There was one report of at least one bad FTDI USB module.
+
::*Unsoldered leads - especially on large chips - this happens more than you might think!
 +
::*Correct component orientation - matching the silkscreen image on the board - not necessarily the orientation of chip sockets or other carrier devices (they could have been installed backwards).
 +
::*Bent pins on chips, chips not seated in the chip carriers
 +
::*Correct resistor values
 +
::*Correct capacitor polarities
 +
::*Correct part numbers
  
----
 
*[[Vixen]]
 
=Vixen=
 
==Vixen is hanging when I run a sequence.==
 
  
::* Make sure that the DMX option is unchecked under "Add-ins"
+
*[[Troubleshooting Lynx Express|Lynx Express]]
 +
*[[Troubleshooting Lynx Freestyle|Lynx Freestyle]]
 +
*[[Troubleshooting Lynx SSR4-DMX|Lynx SSR4-DMX]]
 +
*[[Troubleshooting Lynx MR16|Lynx MR16]]
 +
*[[Troubleshooting Lynx Wireless|Lynx Wireless]]
 +
*[[Troubleshooting Lynx Dongle|Lynx Dongle]]
 +
*[[Troubleshooting Lynx Splitter|Lynx Splitter]]
  
[[Image:Disable_DMX.JPG|center|thumb|240px]]
+
*[[Light-O-Rama Controllers|Light-O-Rama control]]
  
----
+
==Software==
 +
*[[Troubleshooting Vixen|Vixen]]
 +
*[[Troubleshooting LightShow Pro|LightShow Pro]]
  
==I am getting "Access to the port 'COMx' is denied".==
+
==Firmware==
 +
* What are the problems when setting up a pic programmer?
  
::* Try changing the com port in windows.
+
==Communications==
 +
(DMX cabling, com ports, length of runs, distance or orientation of wireless transmitter and receiver, etc.)
  
 +
* Does your hardware need to be terminated?
 +
* Why aren't my devices talking? (check cabling, check hardware, go back to lowest common denominator - what do you know works)
 +
* [[General Information on Dongle Connections|How do I wire stuff up?]]
  
[[Image:ChangeComPort.JPG|center|thumb|240px]]
+
==Tools==
 +
* My multimeter doesn't read the right resistance. (in circuit or out of circuit?, are you inadvertently touching both meter leads at the same time?, set on the wrong range, battery dead)
  
 +
==Quick Troubleshooting Help==
 +
* [[Troubleshooting Vixen|How do I setup my first sequence in Vixen?]]
 +
* [[Troubleshooting Vixen|How do I get my DMX dongle to work with Vixen?]]
 +
* [[Troubleshooting Vixen|Why am I getting comm errors in Vixen?]]
  
::* You will need to make matching changes in Vixen.
+
* My Lynx DMX dongle is not working. Now what?
  
[[Image:Vixen_Dongle_Plugin_Setup_01.JPG|center|thumb|240px]]
+
* [[Light-O-Rama Controllers|How can I get this stuff to control my Light-O-Rama controllers?]]
[[Image:Vixen_Dongle_Plugin_Setup_02.JPG|center|thumb|240px]]
+
  
----
+
* Why are my incandescent lights flickering?
*[[Lynx Express]]
+
* Why are my LED lights flickering?
=Lynx Express=
+
  
----
+
* Parts are backordered at Mouser. What can I use as a substitute?
*[[Lynx Wireless]]
+
=Lynx Wireless=
+
==My Wireless Transmitter and/or Receiver is not working==
+
::# Check all of your solder joints again.
+
::# Check that your parts have been soldered in the correct orientation
+
::# Check that your PIC is properly seated in the socket and in the correct orientation.
+
::# The first Lynx Wireless coop revealed a change in the Microchip PIC24FJ32GA002SP part.  If your wireless is not working properly, you should reprogram your PIC with the [[Equipment#DMX Wireless Devices|latest firmware]].
+
  
----
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
[[Category:Help|{{PAGENAME}}]]

Latest revision as of 10:28, 17 April 2010

General

Always feel free to post help requests in the forums. Try to include sharp, close-up pictures of both sides of your hardware that is having a problem. As you already know, people in this community are more than happy to help...and are friendly about it to boot!

If you are willing, please use Teamspeak chat. Most nights the DLA staff is in chat and we can quickly help out on most problems.

Concepts

  • Divide and Conquer or Binary Search
IF you ask the RIGHT questions of an ordered set (all understanding and knowledge about the system) and it is not intermittent, you can always arrive at the answer in 21 questions or less!
  • Start at one end or the other and work forward/backward to the other end.
  • System integration/separation
Try to separate power and hardware problems from software and communication problems.
  • Ask yourself:
What do I know about this thing?
What don't I know about this thing?
Could I describe the problem to someone else in an understandable way?

Power

(GFCI, Circuit breakers, extension cords, power panels, etc.)

Hardware

Check and recheck for:

  • Correct solder flow, no shorts
  • Unsoldered leads - especially on large chips - this happens more than you might think!
  • Correct component orientation - matching the silkscreen image on the board - not necessarily the orientation of chip sockets or other carrier devices (they could have been installed backwards).
  • Bent pins on chips, chips not seated in the chip carriers
  • Correct resistor values
  • Correct capacitor polarities
  • Correct part numbers


Software

Firmware

  • What are the problems when setting up a pic programmer?

Communications

(DMX cabling, com ports, length of runs, distance or orientation of wireless transmitter and receiver, etc.)

  • Does your hardware need to be terminated?
  • Why aren't my devices talking? (check cabling, check hardware, go back to lowest common denominator - what do you know works)
  • How do I wire stuff up?

Tools

  • My multimeter doesn't read the right resistance. (in circuit or out of circuit?, are you inadvertently touching both meter leads at the same time?, set on the wrong range, battery dead)

Quick Troubleshooting Help

  • My Lynx DMX dongle is not working. Now what?
  • Why are my incandescent lights flickering?
  • Why are my LED lights flickering?
  • Parts are backordered at Mouser. What can I use as a substitute?