Apps Download removed [Deleted]

Status
Not open for further replies.
Is it possible if simhib and shakeit apps could support automobilista sim ? And another request for shakeit app, it would be great that the app recognises the games automatically like simhub when the game starts. Thanks ;)
Automobilsta is supported on both, simhub now have it's own dedicated entry, Shakeit is still on old fashion and you must use the rf1 plugin and option,
 
Wotever, I have a request; can you add to the functions: Left(value, start, number) and right(value, start, number)? and perhaps some more functions that would help to dissect the returning values.
Main reason I need it is that I want to mimic the real 7 segment displays where the characters always remain fixed on their absolute coordinates. Now If I show RPM's the digits will jump forwards and backwards when it changes from 1 to 2 for instance.
thanks!

Further more, the app crashes on my computers after a while. Could it have to do with below mentioned error which appears as soon as I start the app, with or without connection to a game.
ERROR First chance exception errorSystem.IO.FileNotFoundException: Unable to find the specified file.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR First chance exception errorSystem.IO.FileNotFoundException: Unable to find the specified file.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR First chance exception errorSystem.Net.Sockets.SocketException (0x80004005): The system detected an invalid pointer address in attempting to use a pointer argument in a call
at System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
 
Wotever, I have a request; can you add to the functions: Left(value, start, number) and right(value, start, number)? and perhaps some more functions that would help to dissect the returning values.
Main reason I need it is that I want to mimic the real 7 segment displays where the characters always remain fixed on their absolute coordinates. Now If I show RPM's the digits will jump forwards and backwards when it changes from 1 to 2 for instance.
thanks!

Further more, the app crashes on my computers after a while. Could it have to do with below mentioned error which appears as soon as I start the app, with or without connection to a game.
ERROR First chance exception errorSystem.IO.FileNotFoundException: Unable to find the specified file.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR First chance exception errorSystem.IO.FileNotFoundException: Unable to find the specified file.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR First chance exception errorSystem.Net.Sockets.SocketException (0x80004005): The system detected an invalid pointer address in attempting to use a pointer argument in a call
at System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)

Hum left and right, good suggestions ;)
I have also javascript language incoming with all the goodies supported natively by this language :D, it will be easy to go further :D

For the crash, if it's a full crash you will find the infos into the windows event viewer, the log trace you sent is only an internal trace of the networking brodcaster, nothing harmfull.

Start the event viewer by searching it in the windows startup menu, then navigate into windows log / applications, finally search for an error related to Simhub (probably shown as .net runtime)
 
Hi Wotever, Master of Codes :)
Is there some "hidden" possibility to switch LED layouts depending on chosen car?
I know I can put all LED Layouts in one LED profile, but I think with 20 cars this will get a little "messy"
 
Hello. I'm new to all this and I'm a bit lost. I´ve bought a 5" monitor and it´s working fine. I´ve been able even to make my own dashboard.

The first doubt I have is what is the difference between using a second monitor with Dash Studio (what I'm using now) and using Nextion. I understand that Nextion is for a specific kind of monitor, but why different programs? Are they different, better or worse in any way?

As regard my dashboard design, I have two screens, one for idle and one for racing. I will add some more screens for extra info. How can I assign a button on my steering wheel to cycle among all these screens (except idle)?

I also want to add some icons for warnings, such as fuel, water temp, etc. I want to make grey icon turn white. I don't know how to do it, but I guess I'll figure it out. Now, where can I get a list of all the possible warnings or all the info provided by the simulator (Assetto Corsa and Dirt Rally). I like to know, for instance, if I can show on screen things like engine failure, etc. Also, where do you get the scripts needed for every info or event? I haven't found any help docs or something like that.

Thank you.
 
Hello. I'm new to all this and I'm a bit lost. I´ve bought a 5" monitor and it´s working fine. I´ve been able even to make my own dashboard.

The first doubt I have is what is the difference between using a second monitor with Dash Studio (what I'm using now) and using Nextion. I understand that Nextion is for a specific kind of monitor, but why different programs? Are they different, better or worse in any way?

Nextion is an embedded device, it can contain the whole template, it was, about a little more than one year ago the most affordable way to get a small size LCD with good refresh speeds but edit is a bit hard due to the restrictions due to this device.
Since little hdmi screens prices have seriously dropped, Dash Studio on it's side, is a remake of the concept intended for these lcd (but it can run on displays which can plug to your computer), with a proper integrated editor.

Basically today, to embed the display in the wheel for instance, nextion is still a good technology, for anything else DashStudio will do the trick;

As regard my dashboard design, I have two screens, one for idle and one for racing. I will add some more screens for extra info. How can I assign a button on my steering wheel to cycle among all these screens (except idle)?

Go into the mappings tab, then input mappings, you search for graphicaldashplugin, you will have nextscreen actions and so on. You can map it on anything.
upload_2017-9-4_15-18-46.png

I also want to add some icons for warnings, such as fuel, water temp, etc. I want to make grey icon turn white. I don't know how to do it, but I guess I'll figure it out. Now, where can I get a list of all the possible warnings or all the info provided by the simulator (Assetto Corsa and Dirt Rally). I like to know, for instance, if I can show on screen things like engine failure, etc. Also, where do you get the scripts needed for every info or event? I haven't found any help docs or something like that.

Thank you.

@Ensi Ferrum Told everything :D, first step is to look to properties (check the magic "rawdata" option to see all the game specific data, there is a bunch of them :D )

upload_2017-9-4_15-14-57.png
 

Attachments

  • upload_2017-9-4_15-18-34.png
    upload_2017-9-4_15-18-34.png
    60 KB · Views: 197
I have my dashboard almost finished.

The only thing left that I don't know how to do is to make the text I have for remaining fuel ([DataCorePlugin.GameData.NewData.Fuel]) to blink when it's below a certain value. I've been trying to figure out how to write the code by following some examples but I'm too bad at programming. Also, with Dirt Rally the fuel value is not available, so how can I set it to display "30" when no data, instead of "0"

Finally, I've noticed that the track maps are displayed in Dirt Rally (in rallycross events), but not in Assetto Corsa. I'm not sure but I think they were working with AC. Any idea?
 
Last edited:
Today I've been finally able to test Simhub with my second monitor; until now all my tests are displaying the dashboard in a window. I have found a problem with Assetto Corsa. When I run the dashboard, the idle screen is correctly displayed, but as soon as the loading screen appears, the display goes black. However, if I alt-tab, then the correct in-race dashboard image is displayed. Any idea? It must be a problem with AC, because with the other game I'm trying (Dirt Rally), this doesn't happen and the change between idle and in-race dashboards works all the time when going from the menus to the track. Oh, and it's not a problem with my layout because I've tried with others and it also happens. My AC version is a bit old (1.53), if that matters. Appart from this, no map at all in AC.
 
Today I've been finally able to test Simhub with my second monitor; until now all my tests are displaying the dashboard in a window. I have found a problem with Assetto Corsa. When I run the dashboard, the idle screen is correctly displayed, but as soon as the loading screen appears, the display goes black. However, if I alt-tab, then the correct in-race dashboard image is displayed. Any idea? It must be a problem with AC, because with the other game I'm trying (Dirt Rally), this doesn't happen and the change between idle and in-race dashboards works all the time when going from the menus to the track. Oh, and it's not a problem with my layout because I've tried with others and it also happens. My AC version is a bit old (1.53), if that matters. Appart from this, no map at all in AC.

Hi !

I never got his :O_o:, Could you send me your log files (available in the "log" folder of SimHub) ?
Simhub is intended to work on the latest versions of the games, but the fact that it displays after an Alt-Tab means that it could still run on your version,

I would try a few additionnal things
- Update your graphics card drivers (SimHub is graphics card accelerated)
- If you run over your embedded motherboard graphics card, you can try to add some dedicated memory through the bios (256mb is good amount for running SimHub).
- Maybe also push the Simhub process priority using the magic switch :
upload_2017-9-6_8-16-56.png


The CC plugin only works on latest AC version. I'm surprised that you sill have the 1.5.3 version, steam has the bad habit to force updates ASAP. Can you confirm me it's a proper non cracked version ? (sorry for the rude question :(, but I don't support these versions, it causes too much troubles)
 
I will try with version 1.9 and see the resuts.


Can anyone please help me with the fuel issue?

I need that:
when no data is available (Dirt Rally), a fixed value of 50 is used.
when the value of liters is below 5 (for instance), the text (which is white) blinks or turns to red (any of both options would be fine).
 
Last edited:
I will try with version 1.9 and see the resuts.


Can anyone please help me with the fuel issue?

I need that:
when no data is available (Dirt Rally), a fixed value of 50 is used.
when the value of liters is below 5 (for instance), the text (which is white) blinks or turns to red (any of both options would be fine).
This should do the trick if(blink('fblinker',500,[DataCorePlugin.GameData.NewData.Fuel]<5),'',[DataCorePlugin.GameData.NewData.Fuel])

Sadly no way for now to know if 0 is because fuel tank is totally empty or if it's due to unsupported data, i will look what is possible to add for that.

do not hesitate to read the doc ;)
https://github.com/zegreatclan/AssettoCorsaTools/wiki/NCalc-scripting---Language-basics
https://github.com/zegreatclan/AssettoCorsaTools/wiki/NCalc-scripting---Introduction
https://github.com/zegreatclan/AssettoCorsaTools/wiki/NCalc-scripting
 

Stumble with open eyes through your digital life :roflmao: as I always say ....
NCalc might be hard to learn on first look, but once you've get the grips on it .... Holy Moly ....

PS, I've some crazy ideas in my head ...more later :sneaky:
 
The map is working with AC 1.9 :) as well as your code for blinking fuel. Thanks a lot. However, the same problem persists with the dashboard image going black as soon as the loading screen appears. I'll try to figure out a way to automatically focus the dashboard with Autohotkey, because pressing alt tab or win tab everytime I go racing is a bit annoying.
 
As SimHub is an UWP-App it might be possible to run on an Raspberry Pi II with Windows IoT core?
Put this
lcd.jpg
on this
raspberrypi.png.jpg
surrounded by 4 of these
rgbleds.jpg
which are controlled by this
arduino_nano.jpg
which is connected to one of the USB-Ports from the RasPi.
Just a crazy thought ...
 
Status
Not open for further replies.

Latest News

Do you prefer licensed hardware?

  • Yes for me it is vital

  • Yes, but only if it's a manufacturer I like

  • Yes, but only if the price is right

  • No, a generic wheel is fine

  • No, I would be ok with a replica


Results are only viewable after voting.
Back
Top