Problem with one channel

bdeditch

Full time elf
Joined
Dec 14, 2011
Messages
200
Location
Oroville, California
YAGOONA LIGHTS said:
you still need to config the controller for test mode. you should drop into chat and we can help
I have to get ready for work, here in the US but here are some screen shots
and xml



<network e131='1' ubl='1'/>
<string num='1' act='1' type='WS2811' speed='3500' univ='14' slotstart='1' pixcount='25'/>
<string num='2' act='1' type='WS2811' speed='3500' univ='15' slotstart='1' pixcount='25'/>
<string num='3' act='1' type='WS2811' speed='3500' univ='16' slotstart='1' pixcount='25'/>
<string num='4' act='1' type='WS2801' speed='3500' univ='17' slotstart='1' pixcount='25'/>
<string num='5' act='1' type='WS2811' speed='3500' univ='18' slotstart='1' pixcount='25'/>
<string num='6' act='1' type='WS2811' speed='3500' univ='19' slotstart='1' pixcount='25'/>
<string num='7' act='1' type='WS2811' speed='3500' univ='20' slotstart='1' pixcount='25'/>
<string num='8' act='1' type='WS2811' speed='3500' univ='21' slotstart='1' pixcount='25'/>
<string num='9' act='1' type='WS2811' speed='3500' univ='22' slotstart='1' pixcount='25'/>
<string num='10' act='1' type='WS2811' speed='3500' univ='23' slotstart='1' pixcount='25'/>
<string num='11' act='1' type='WS2811' speed='3500' univ='24' slotstart='1' pixcount='25'/>
<string num='12' act='1' type='WS2811' speed='3500' univ='25' slotstart='1' pixcount='25'/>
<effect num='1' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='2' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='3' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='4' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='5' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='6' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='7' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='8' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='9' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='10' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='11' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='12' suf='A' act='1' pixstart='1' pixcount='25' rgbconv='BGR' null='0' repeat='0'/>
<effect num='12' suf='B' pixstart='1' pixcount='1' rgbconv='BGR' null='0' repeat='0'/>
<effect num='12' suf='C' pixstart='1' pixcount='1' rgbconv='BGR' null='0' repeat='0'/>
<effect num='12' suf='D' pixstart='1' pixcount='1' rgbconv='BGR' null='0' repeat='0'/>
 

lithgowlights

Dedicated elf
Joined
May 6, 2010
Messages
1,023
String 4 is 2801 not 2811

that's the issue

2801 = 750 speeds and 4 wire. 2811 is 3 wire and 2000-3000 speeds
 

bdeditch

Full time elf
Joined
Dec 14, 2011
Messages
200
Location
Oroville, California
lithgowlights said:
String 4 is 2801 not 2811

that's the issue

2801 = 750 speeds and 4 wire. 2811 is 3 wire and 2000-3000 speeds
Thank God someone has better eyesight than I do. I knew it had to be my mistake. I need new glasses and more sleep.
 

kane

Dedicated elf
Joined
Dec 23, 2010
Messages
1,033
Location
Trigg (Northern suburbs of Perth)
bdeditch said:
lithgowlights said:
String 4 is 2801 not 2811

that's the issue

2801 = 750 speeds and 4 wire. 2811 is 3 wire and 2000-3000 speeds
Thank God someone has better eyesight than I do. I knew it had to be my mistake. I need new glasses and more sleep.

A good reason to post as many screenshots as possible, even if you're sure you have double-checked everything.

I find a similar thing when stuck on a programming task in my day job - get someone else to look over it, and because they haven't been staring at it for the last hour, they can sometimes pick up an obvious error.
 
Top