Wow, plz help-me i don't understand anything hahaha, how i change the LedLayout? have much options an i'm confused
Go here and double click on the "default" line to edit
click here to set it to green and save :
Wow, plz help-me i don't understand anything hahaha, how i change the LedLayout? have much options an i'm confused
No problems don't worryI discovered what it was to do, and now all leds works thanks, i'm sorry for many questions.
I want to put something like this: when it does not have any game open the display indicates the time for 5 seconds the clock time and then 5 seconds to indicate the temperature of the cpu, and stay alternating like this, how i do?
Avoid capital case in components names, rename everything into lower case, inside nextion and inside the mappingPlease can you help with my ERS bars on my Nextion display. I have 2 bars, 1 for battery charge and another for charge available for the current lap. I've made a copy of the 'dash_universal' mapping file and added the following to it..
[global.ERS_BATT_CHRG]
val=min(100,max(0,isnull([DataCorePlugin.GameRawData.Physics.KersCharge],0)))
FORCEREFRESH=1
[global.pbERS_REM]
val=min([DataCorePlugin.GameRawData.StaticInfo.KersMaxJ],max(0,isnull([DataCorePlugin.GameRawData.Physics.KersCurrentKJ],0)))
FORCEREFRESH=1
I copied the lines of code from the turbo bar and thought I had modified it correctly, but doesn't seem to work. Any ideas?
Have attached the template in an archive.
Avoid capital case in components names, rename everything into lower case, inside nextion and inside the mapping
and don't forget to regenerate the structure file. https://github.com/zegreatclan/AssettoCorsaTools/wiki/Nextion-Display
So still a bit expensive but maybe? I'll keep looking.Brake bias has just been added with the latest version "DataCorePlugin.GameData.NewData.BrakeBias" it merges brake bias for all the games where the data is available.
I originally though about analog speedometer, but I can't find something affordable going to something like 300kmh. If you know somewhere to find a speedo in the 30-40 euros range, i'm interested
It depends of the game. At my knowledge rf2 can be the slowest due to the crew chief plugin architecture. Is it the game which is giving you trouble ? Otherwise on a recent machine it should be almost instant. Netherless each little steps have a cost in time which I tried to keep as low as possible. Some delays such as serial port can't be reduced. Please be sure i've made and continue to make all the possible optimisations to keep latency as low as possible.Any tips to improve responsiveness? Was playing with some starter lights last night, got them coming up in sequence all good but they seem a little bit slower compared to in game, which unfortunately at the start a split second can mean all the difference.
Yeah rf2, so probably just that, everything else seems perfect, just the start light thanks man!It depends of the game. At my knowledge rf2 can be the slowest due to the crew chief plugin architecture. Is it the game which is giving you trouble ? Otherwise on a recent machine it should be almost instant. Netherless each little steps have a cost in time which I tried to keep as low as possible. Some delays such as serial port can't be reduced. Please be sure i've made and continue to make all the possible optimisations to keep latency as low as possible.
Hi, is it now possible to get the ABS and TC data from PCARS? Kind regards, ErikI looked znd sadly in pcars shared memory there is not such data, I only found mAntiLockActive for abs.
Netherless I'm planning to add soon UDP support for pcars and so I will have more data.
Hi, is it now possible to get the ABS and TC data from PCARS? Kind regards, Erik
Hi there, only just found out about this software. Awesome so far! Really like it, it's really userfriendly! I have 2 questions for now:
- I'm using an TM1638 with an Arduino board. When I make a custom screen for the 7-segment display it does popup when I loop through the screen (button 1&2) but when I assign this screen (or any other screen) to a different button e.g. 3 or 4 or 5, it doesn't seem to open the screen (neither short press nor long press). However it does work when I chose for During. So when I keep pressing the button, the right screen comes forward.
Thanks in advance! And I'm definitely gonna make a donation when I get it all up and running.
Edit: all above is for iRacing btw
Edit2: When I change the Target in the MappingPicker to DisplayScreenFor1s/3s it does show the right screen. But of course stops after 1s/3s. Even when I pic a standard screen (MainScreen), it doesn't show the screen when I press the button. Am I doing something wrong or am I trying something impossible?
Edit3: Also action SerialDashPlugin.GoToFirstScreen doesn't seem to work.
You can use ncalc scripting (see my wiki) for expanding the leds data and create some 0-1 value to display to map on the leds.Second question is about the LED's on the TM1638. Is there a way to let them blink is the pitlimiter is on?
Cool thanks!Weird, I'll check all of that
I've tried this but it failed to work. I've used DataCorePlugin.GameData.NewData.PitLimiterOn but it seems to contain the value from InPit. So it sets to 0 when I leave the pitlane and to 1 when I enter it. Value doesn't change when pitlimiter is switched on/off.You can use ncalc scripting (see my wiki) for expanding the leds data and create some 0-1 value to display to map on the leds.
Cool thanks!
I've tried this but it failed to work. I've used DataCorePlugin.GameData.NewData.PitLimiterOn but it seems to contain the value from InPit. So it sets to 0 when I leave the pitlane and to 1 when I enter it. Value doesn't change when pitlimiter is switched on/off.
Edit: All these below seem to be identical in iRacing
DataCorePlugin.GameData.NewData.IsInPit
DataCorePlugin.GameData.NewData.IsInPitLane
DataCorePlugin.GameData.NewData.PitLimiterOn
Cool thanks!
I've tried this but it failed to work. I've used DataCorePlugin.GameData.NewData.PitLimiterOn but it seems to contain the value from InPit. So it sets to 0 when I leave the pitlane and to 1 when I enter it. Value doesn't change when pitlimiter is switched on/off.
Edit: All these below seem to be identical in iRacing
DataCorePlugin.GameData.NewData.IsInPit
DataCorePlugin.GameData.NewData.IsInPitLane
DataCorePlugin.GameData.NewData.PitLimiterOn