A little help is needed!! I have yet to get the Ledwiztoolbox to work correctly on any of the tables that support it. I've followed all the directions and tryed to put in my configuration and the only thing that actually works is the shaker motor.
My configure Led wiz outputs:
1= start button
2=exit button
3=coin button
4=launch ball
5=extra ball
6=how to play
12=shaker
17=R
18=G
19=B
well for now thats all I have hooked up and maybe at a later date I'll add some flashers but this is where I'm at and it will prob. stay like this for quite a wile..
What am I doing wrong?
original how it comes in the down load:
********************************************************************************
**************************************
' ******************************** Put your LedWiz Output name declarations here ***************************************
' ********************************************************************************
**************************************
const LedW_Start = "1" 'Start Button
const LedW_Launch = "2" 'Launch Ball Button
const LedW_CRFlash = "3" 'Center Right Flasher - Red
const LedW_LFlipper = "6" 'Left Flipper
const LedW_RFlipper = "7" 'Right Flipper
const LedW_Knocker = "8" 'Knocker
const LedW_Strobe = "9" 'Strobe Light
const LedW_LSling = "10" 'Left Slingshot
const LedW_RSling = "11" 'Right Slingshot
const LedW_Shaker = "12" 'Shaker Motor
const LedW_RGBFButton = "13" 'RGB Flipper Red
const LedW_GearMotor = "16" 'Gear Motor
const LedW_LBumper = "17" 'Left Bumper
const LedW_RBumper = "18" 'Right Bumper
const LedW_LNBumper = "19" 'Less Noisy Bumper
const LedW_CBumper = "20" 'Back End / Center Bumper
const LedW_CFlash = "21" 'Center Flasher - Red
const LedW_CLFlash = "24" 'Center Left Flasher - Red
const LedW_ORFlash = "27" 'Outside Right Flasher - Red
const LedW_OLFlash = "30" 'Outside Left Flasher - Red
' ********************************************************************************
**************************************
' ********************************************************************************
**************************************
How I changed it for my configured Led wiz
Am I on the right track or am I doing something wrong?
********************************************************************************
**************************************
' ******************************** Put your LedWiz Output name declarations here ***************************************
' ********************************************************************************
**************************************
const LedW_Start = "1" 'Start Button
const LedW_Launch = "4" 'Launch Ball Button
const LedW_CRFlash = "0" 'Center Right Flasher - Red
const LedW_LFlipper = "0" 'Left Flipper
const LedW_RFlipper = "0" 'Right Flipper
const LedW_Knocker = "0" 'Knocker
const LedW_Strobe = "0" 'Strobe Light
const LedW_LSling = "0" 'Left Slingshot
const LedW_RSling = "0" 'Right Slingshot
const LedW_Shaker = "12" 'Shaker Motor
const LedW_RGBFButton = "17" 'RGB Flipper Red
const LedW_GearMotor = "0" 'Gear Motor
const LedW_LBumper = "0" 'Left Bumper
const LedW_RBumper = "0" 'Right Bumper
const LedW_LNBumper = "0" 'Less Noisy Bumper
const LedW_CBumper = "0" 'Back End / Center Bumper
const LedW_CFlash = "0" 'Center Flasher - Red
const LedW_CLFlash = "0" 'Center Left Flasher - Red
const LedW_ORFlash = "0" 'Outside Right Flasher - Red
const LedW_OLFlash = "0" 'Outside Left Flasher - Red
' ********************************************************************************
**************************************
' ********************************************************************************
**************************************
' ********************************************************************************
**************************************
Edited by ICPjuggla, 20 October 2012 - 01:17 AM.