3rd Gen FAQs 3rd Gen Common Questions & Answers!

Union Jack Taillights

Thread Tools
 
Search this Thread
 
  #226  
Old 04-10-2023, 05:46 PM
cjv2's Avatar
cjv2
cjv2 is offline
5th Gear
Join Date: Aug 2017
Posts: 886
Received 287 Likes on 231 Posts
Originally Posted by fishbert
For example, I don’t really know:
MAPPING_BLINKER_H_L/R_PWM_1_STANDARD … should it be “100%”, or should it be a voltage level?
MAPPING_BLINKEN_2_H_L/R_PWM_1 … should it be left at “100%” or set to “0V”
… details like that.
Speaking *generally* about voltage values (not specifically about the UJ lights):

- For anything controlling an LED, I would take 100% instead of a specific voltage level (unless you're trying to control brightness, which in this case I don't think you are).

- On my own US spec 2017 F56S that does have LED taillamps but does NOT not have UJ lights, I documented default PWM_1 values of both zero and nonzero coupled with the OUTPUT device default-set to hex 00 (meaning no output). In the case of BRAKEFORCED_2 params, OUTPUT was default-set to hex 00 (no output device) while the PWM_1 value (PWM_1_BFD) was default-set to 100% (hex 64). In another case, STANDL_H2 params, OUTPUT was default-set to hex 00 (no output device) and the PWM_1 value (PWM_1_STANDARD) was default-set to hex 00 (aka 0V). Given this variance in approach in default settings, my approach became "don't change a parameter unless you have to, and if the OUTPUT device is set to hex 00, the code evidently doesn't require that you explicitly set the voltage to zero -- or even worse, it's case by case and you can't tell what the cases are, so again don't change a parameter unless you have to."

Bear in mind that this is just my $0.02 from my own coding experience on my own car, but you get the idea. I do get the "mild OCD" -- but a better handle for coding, car or otherwise, is "touch only what you must." The fewer variables introduced the better, should the day come when you have to troubleshoot some weird.

Hope this is helpful.
 
  #227  
Old 04-11-2023, 12:41 AM
fishbert's Avatar
fishbert
fishbert is offline
6th Gear
Join Date: Jul 2008
Location: Ohio
Posts: 1,174
Received 13 Likes on 8 Posts
Originally Posted by cjv2
- For anything controlling an LED, I would take 100% instead of a specific voltage level (unless you're trying to control brightness, which in this case I don't think you are).
Right, that's why I went with "100%" and "fixed" instead of a voltage and "pwm". I made educated guesses based on patterns I was seeing and what logically made sense, and I feel pretty comfortable that what I have is "correct"... but I would certainly value an opportunity to verify against the proper default values straight from MINI.

Originally Posted by cjv2
I do get the "mild OCD" -- but a better handle for coding, car or otherwise, is "touch only what you must." The fewer variables introduced the better, should the day come when you have to troubleshoot some weird.
Yes and no. There's an argument to be made that only touching the bare minimum to get something to appear to work may be effectively introducing a number of variables if there were other settings that are supposed to be changed along with it, but weren't... that the fewest number of variables is achieved when the coding matches what it would be from the factory.

For example, the _IGR_RELEVANT parameter...
That setting appears to control whether messages are sent to an "intelligent alternator control IGR", which supposedly optimizes CO2 emissions by controlling when the 12V battery is charged vs when alternator power is sent directly to vehicle loads. I'm not sure that functionality is even present in a MINI without an engine (like the SE that I was doing this for), but there seemed to be a pattern of LED outputs having their associated _IGR_RELEVANT parameter set to 'not_active' (possibly due to their lower current demand?), so that's what I ran with. Following a strict "don't touch anything you don't have to" strategy, one would leave that set 'active'... but then there's a possibility that may lead to chasing weird faults.
 

Last edited by fishbert; 04-11-2023 at 12:46 AM.
The following users liked this post:
cjv2 (04-11-2023)
  #228  
Old 04-11-2023, 08:45 AM
cjv2's Avatar
cjv2
cjv2 is offline
5th Gear
Join Date: Aug 2017
Posts: 886
Received 287 Likes on 231 Posts
Originally Posted by fishbert
Right, that's why I went with "100%" and "fixed" instead of a voltage and "pwm". I made educated guesses based on patterns I was seeing and what logically made sense, and I feel pretty comfortable that what I have is "correct"... but I would certainly value an opportunity to verify against the proper default values straight from MINI.

Yes and no. There's an argument to be made that only touching the bare minimum to get something to appear to work may be effectively introducing a number of variables if there were other settings that are supposed to be changed along with it, but weren't... that the fewest number of variables is achieved when the coding matches what it would be from the factory.

For example, the _IGR_RELEVANT parameter...
That setting appears to control whether messages are sent to an "intelligent alternator control IGR", which supposedly optimizes CO2 emissions by controlling when the 12V battery is charged vs when alternator power is sent directly to vehicle loads. I'm not sure that functionality is even present in a MINI without an engine (like the SE that I was doing this for), but there seemed to be a pattern of LED outputs having their associated _IGR_RELEVANT parameter set to 'not_active' (possibly due to their lower current demand?), so that's what I ran with. Following a strict "don't touch anything you don't have to" strategy, one would leave that set 'active'... but then there's a possibility that may lead to chasing weird faults.
Short version reply: I follow your reasoning on the "yes and no" part and agreed especially re when the coding matches what it would be from the factory. The challenge is laying hands on what those values are given different install options, people changing things, software updates that may or may not change default values, etc.

I don't want to derail the thread so going to taper off, but I'm impressed with the knowledge set you've got on this -- I have been trying to figure out the role and relevance of those IGR values for what feels like forever. Happy to share what values I find in my car. I know what I have and haven't changed, and what I have changed from and to; so at minimum I can give my own car's defaults. Will shoot you a PM.
 
  #229  
Old 06-21-2023, 10:59 AM
ECSTuning's Avatar
ECSTuning
ECSTuning is offline
Platinum Sponsor
Join Date: Jan 2013
Location: Wadsworth, Ohio
Posts: 34,808
Received 1,966 Likes on 1,766 Posts
Just wanted to update we have some new Ziza versions for the Gen 3 MINIs. The newer ones have a more vibrant design and include the black line trims around the tail lights.

https://www.ecstuning.com/b-ziza-par...g-tail_lights/

 
__________________

MINI Guru/ MINI Owner Since 2004 | NEW Lifetime Part Replacement | Local Pickup
Milltek | Genuine MINI | Forge Motorsport | NM Engineering | ECS Performance | M7 Speed
Customer Service Hours: 8am-8pm EST|Sales Team Hours: 8am-11pm | SAT 10am-7pm 800.924.5172
  #230  
Old 07-28-2023, 03:41 PM
Johnnyfr03's Avatar
Johnnyfr03
Johnnyfr03 is offline
Neutral
Join Date: Jul 2023
Posts: 6
Received 1 Like on 1 Post
Got em!

Originally Posted by ECSTuning
Just wanted to update we have some new Ziza versions for the Gen 3 MINIs. The newer ones have a more vibrant design and include the black line trims around the tail lights.

https://www.ecstuning.com/b-ziza-par...g-tail_lights/

So fit is excellent and it's awesome that the trim is included. Testing they work great. All necessary signalling worked perfectly. Now today was the first day that they went under normal use. I've gotten the brake light error. Got home and tested, all seems fine. Will have to try and to a driving test to see what's going on. Will update!
 
  #231  
Old 07-31-2023, 10:07 AM
ECSTuning's Avatar
ECSTuning
ECSTuning is offline
Platinum Sponsor
Join Date: Jan 2013
Location: Wadsworth, Ohio
Posts: 34,808
Received 1,966 Likes on 1,766 Posts
Ok thanks. Glad you liked them. Yep that weird, check your top brake light on the roof. People have seen once in a blue moon errors like the LKM trips on bulb checks. I have seen this on some aftermarkets. The inline canbus resistor does not keep up with the LKM in the car. Does nothing just a random error, goes away.
 
__________________

MINI Guru/ MINI Owner Since 2004 | NEW Lifetime Part Replacement | Local Pickup
Milltek | Genuine MINI | Forge Motorsport | NM Engineering | ECS Performance | M7 Speed
Customer Service Hours: 8am-8pm EST|Sales Team Hours: 8am-11pm | SAT 10am-7pm 800.924.5172
The following users liked this post:
Johnnyfr03 (07-31-2023)
  #232  
Old 07-31-2023, 04:47 PM
Johnnyfr03's Avatar
Johnnyfr03
Johnnyfr03 is offline
Neutral
Join Date: Jul 2023
Posts: 6
Received 1 Like on 1 Post
Did some coding.

So update on the ZIZA tail lights. Man they look good!!!!
So I did some coding. Haven't been able to test drive so will keep you all posted!
And if anyone wants to know I believe they work like UK. Union Jack with DRL and or regular lights. Red line on side for brakes and amber/yellow turn signals. All work separately, no issues with braking and signals.
So 2 days later and all is working perfectly! Coded all taillight and brake parameters to led and boom! The look awesome on my moonlight gray S!
 

Last edited by Johnnyfr03; 08-02-2023 at 04:41 PM.
The following users liked this post:
ECSTuning (08-01-2023)
  #233  
Old 08-02-2023, 06:57 AM
ECSTuning's Avatar
ECSTuning
ECSTuning is offline
Platinum Sponsor
Join Date: Jan 2013
Location: Wadsworth, Ohio
Posts: 34,808
Received 1,966 Likes on 1,766 Posts
Can you post up some install pics after afterwards? Love to see these on different colored MINIs
 
__________________

MINI Guru/ MINI Owner Since 2004 | NEW Lifetime Part Replacement | Local Pickup
Milltek | Genuine MINI | Forge Motorsport | NM Engineering | ECS Performance | M7 Speed
Customer Service Hours: 8am-8pm EST|Sales Team Hours: 8am-11pm | SAT 10am-7pm 800.924.5172
  #234  
Old 08-02-2023, 04:23 PM
Johnnyfr03's Avatar
Johnnyfr03
Johnnyfr03 is offline
Neutral
Join Date: Jul 2023
Posts: 6
Received 1 Like on 1 Post
Originally Posted by ECSTuning
Can you post up some install pics after afterwards? Love to see these on different colored MINIs
Crappy pictures but they do look awesome.
Will get better ones taken as soon as it stops raining!




 
  #235  
Old 08-22-2023, 12:38 PM
ECSTuning's Avatar
ECSTuning
ECSTuning is offline
Platinum Sponsor
Join Date: Jan 2013
Location: Wadsworth, Ohio
Posts: 34,808
Received 1,966 Likes on 1,766 Posts
Those look awesome!
 
__________________

MINI Guru/ MINI Owner Since 2004 | NEW Lifetime Part Replacement | Local Pickup
Milltek | Genuine MINI | Forge Motorsport | NM Engineering | ECS Performance | M7 Speed
Customer Service Hours: 8am-8pm EST|Sales Team Hours: 8am-11pm | SAT 10am-7pm 800.924.5172
The following users liked this post:
Johnnyfr03 (08-22-2023)
  #236  
Old 09-03-2023, 03:20 PM
watchluvr4ever's Avatar
watchluvr4ever
watchluvr4ever is offline
3rd Gear
Join Date: Nov 2010
Location: Battle Creek, MI
Posts: 198
Received 9 Likes on 7 Posts
Hello ECS Tuning, does the amber sequential turn signal work on these without having to mess with coding or anything? I bought a set of Vland ones and that function isn’t working. Just don’t want to have to return another set. Thanks!
 
  #237  
Old 09-05-2023, 06:08 AM
ECSTuning's Avatar
ECSTuning
ECSTuning is offline
Platinum Sponsor
Join Date: Jan 2013
Location: Wadsworth, Ohio
Posts: 34,808
Received 1,966 Likes on 1,766 Posts
Takes some coding which i believe is further up in the thread outside of the normal sequential, they are really quick and move from inside to outside on the amber bar.
 
__________________

MINI Guru/ MINI Owner Since 2004 | NEW Lifetime Part Replacement | Local Pickup
Milltek | Genuine MINI | Forge Motorsport | NM Engineering | ECS Performance | M7 Speed
Customer Service Hours: 8am-8pm EST|Sales Team Hours: 8am-11pm | SAT 10am-7pm 800.924.5172
  #238  
Old 09-05-2023, 01:37 PM
watchluvr4ever's Avatar
watchluvr4ever
watchluvr4ever is offline
3rd Gear
Join Date: Nov 2010
Location: Battle Creek, MI
Posts: 198
Received 9 Likes on 7 Posts
Found it.
 

Last edited by watchluvr4ever; 09-06-2023 at 08:04 PM. Reason: Found info I was looking for
  #239  
Old 09-18-2023, 08:21 PM
N14isLife's Avatar
N14isLife
N14isLife is offline
2nd Gear
Join Date: Feb 2023
Posts: 70
Received 5 Likes on 4 Posts
Is ziza the same as vland for gen 2? Images on site look very similar.
 
  #240  
Old 01-10-2024, 07:05 PM
cub4bearindiana's Avatar
cub4bearindiana
cub4bearindiana is offline
3rd Gear
iTrader: (3)
Join Date: Apr 2011
Posts: 245
Likes: 0
Received 1 Like on 1 Post
hi there.

May I ask what coding did you do? I though these work out the box just plug and play. Why was coding required and what sort of coding did you perform?

thank you.


Originally Posted by Johnnyfr03
Crappy pictures but they do look awesome.
Will get better ones taken as soon as it stops raining!



 
  #241  
Old 02-21-2024, 08:09 AM
PUNK_AND_GOTH's Avatar
PUNK_AND_GOTH
PUNK_AND_GOTH is offline
Neutral
Join Date: Aug 2021
Location: Atlanta,Ga
Posts: 3
Received 0 Likes on 0 Posts
if you use ISTA and go under software updates and go to retrofits and choose coding for LCI tail lights and update it .you will have no need to use BC for the OEM mini lights from then on
 
  #242  
Old 02-25-2024, 10:11 AM
IrishCooper's Avatar
IrishCooper
IrishCooper is offline
5th Gear
Join Date: Nov 2004
Location: Bedford, TX.
Posts: 1,040
Received 18 Likes on 16 Posts
Originally Posted by cub4bearindiana
hi there.

May I ask what coding did you do? I though these work out the box just plug and play. Why was coding required and what sort of coding did you perform?

thank you.
You have to code because depending on what year your MINI is and what options it has the rear turn signal electrical pulse might not operate in the way the taillights need to function properly. For my 2022 F56 I had to separate the electrical signal from the turn signal because it was matched with the brake light electrical signal and didnt function separately. As with any aftermarket part they might be plug and play for some cars but not all.
 
  #243  
Old 02-25-2024, 06:14 PM
NBCGLX's Avatar
NBCGLX
NBCGLX is offline
4th Gear
Join Date: Jul 2014
Posts: 517
Received 113 Likes on 91 Posts
Originally Posted by IrishCooper
You have to code because depending on what year your MINI is and what options it has the rear turn signal electrical pulse might not operate in the way the taillights need to function properly. For my 2022 F56 I had to separate the electrical signal from the turn signal because it was matched with the brake light electrical signal and didnt function separately. As with any aftermarket part they might be plug and play for some cars but not all.
Can you clarify, did you retrofit the UJ tail lights to a car that didn’t have them? Or, did you install aftermarket UJ tail lights to a car that came with the OE UJ tail lights?
 
  #244  
Old 02-27-2024, 08:23 PM
IrishCooper's Avatar
IrishCooper
IrishCooper is offline
5th Gear
Join Date: Nov 2004
Location: Bedford, TX.
Posts: 1,040
Received 18 Likes on 16 Posts
Originally Posted by NBCGLX
Can you clarify, did you retrofit the UJ tail lights to a car that didn’t have them? Or, did you install aftermarket UJ tail lights to a car that came with the OE UJ tail lights?
In my personal experience I have a 2022 F56 so it already came with OE UJ lights. So I was installing aftermarket taillights. Some of the older 3rd Gens that have the circular taillights dont need to separate the turn and brake signal, but need to be coded for LED over halogen. There is a variety of options, thats why I mentioned that coding is required for most people.
 
  #245  
Old 02-28-2024, 04:20 AM
NBCGLX's Avatar
NBCGLX
NBCGLX is offline
4th Gear
Join Date: Jul 2014
Posts: 517
Received 113 Likes on 91 Posts
Originally Posted by IrishCooper
In my personal experience I have a 2022 F56 so it already came with OE UJ lights. So I was installing aftermarket taillights. Some of the older 3rd Gens that have the circular taillights dont need to separate the turn and brake signal, but need to be coded for LED over halogen. There is a variety of options, thats why I mentioned that coding is required for most people.
Right, my car came with the OE UJ lights from the factory, too. I’ve avoided the aftermarket options – or really what I want, OE UK/EU tails – because no one seems to have figured out the coding properly to separate the brake light and turn signal functions (since they’re combined with the OE U.S. UJ tail lights). It seems you’ve figured that out, however?
 
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
minicooperjp
F55/F56 :: Hatch Talk (2014+)
8
07-29-2023 05:47 PM
som3on3_10
R50/R53 :: Hatch Talk (2002-2006)
9
09-26-2012 09:58 AM
MC2005s
R50/R53 :: Hatch Talk (2002-2006)
20
08-29-2011 02:49 PM
Jephen19
Stock Problems/Issues
1
12-24-2008 12:33 PM
SMKKVK
R50/R53 :: Hatch Talk (2002-2006)
27
01-10-2006 07:32 PM



Quick Reply: Union Jack Taillights



All times are GMT -7. The time now is 03:08 PM.