Apps Download removed [Deleted]

Status
Not open for further replies.
You have a "changed" function which will give true far a defined time and should fit exactly your need ;)
Use something like that in the visible property :
if([DataCorePlugin.GameData.NewData.IsInPitLane] == 0 && changed([DataCorePlugin.GameData.NewData.IsInPitLane], 1000), 1,0)

Tried but it didn't work. The text element I added is never visible.
 
Ideas:
- an option to quit the program on the right click menu on the tray icon, so you don't have to open it when you want to close it.
- an option to hide the tray icon
- Dash Studio, edit menu, clone option (copy and paste relocates the object)
- Dash Studio, an option to unlock all (or specify the hotkey somewhere, which I always forget) or make the unlock button be operative over several objects at the same time.
- Dash Studio, zoom to fit button or double click on the zoom slider to make the window maximize and adjust the available space
 
Ideas:
- an option to quit the program on the right click menu on the tray icon, so you don't have to open it when you want to close it.
- an option to hide the tray icon
- Dash Studio, edit menu, clone option (copy and paste relocates the object)
- Dash Studio, an option to unlock all (or specify the hotkey somewhere, which I always forget) or make the unlock button be operative over several objects at the same time.
- Dash Studio, zoom to fit button or double click on the zoom slider to make the window maximize and adjust the available space
Hum !

- an option to quit the program on the right click menu on the tray icon, so you don't have to open it when you want to close it.

Yeah that's a request I already had ;) Will look to do it ;)

- an option to hide the tray icon

The try ican behaviour is already optionnal, you can go into the settings and disable "minimize in tray", I made it a default behaviour because the "roots" of simhub where to power some arduino screens who can run everytime even when not playing to display things like system infos mails ... :D

- Dash Studio, edit menu, clone option (copy and paste relocates the object)

The behaviour already exists in a indeirect way , if you copy paste in designer it will offset the parts to show it (which is a pretty standard way to do this in most designers) , but if you copy paste from the components list, it will keep the exact original position :D

- Dash Studio, an option to unlock all (or specify the hotkey somewhere, which I always forget) or make the unlock button be operative over several objects at the same time.

I will look ;)

- Dash Studio, zoom to fit button or double click on the zoom slider to make the window maximize and adjust the available space

Same :D, maybe a reset button too to get back to 100% in a single click
 
HI, I have one problem with msi afterburner....simhub andh msi it's running like administrator privilege, but in the simhub properties msiafterbuer remain whit false flag.

msi afterburner it's update at last review 4.4.0 stable, and simhub at 6.0.1

please help me :):):)
 
HI, I have one problem with msi afterburner....simhub andh msi it's running like administrator privilege, but in the simhub properties msiafterbuer remain whit false flag.

msi afterburner it's update at last review 4.4.0 stable, and simhub at 6.0.1

please help me :):):)

Hi ! I just installed 4.4 Final to check, everything is working fine, on this feature admin rights are not required on simhub. Maybe a little reboot could help ?
 
Hi,
I'm planning to migrate my sim dashboard from my custom made program to SimHub. Most of the functionalities are programmed into the arduino itself. The software is just reading the shared memory and sending packets to serial port with the variables and values.
What is the longest reasonably possible string SimHub can deliver to custom hardware? (opt =='P')
Or, how many separare custom protocol lines can it deliver?
 
Hi,
I'm planning to migrate my sim dashboard from my custom made program to SimHub. Most of the functionalities are programmed into the arduino itself. The software is just reading the shared memory and sending packets to serial port with the variables and values.
What is the longest reasonably possible string SimHub can deliver to custom hardware? (opt =='P')
Or, how many separare custom protocol lines can it deliver?

Techically there is no really limits, SimHub does flowcontrol over the data (that's why you have an override to the serial.read). Protocol wise it's intended to be a single data packet.
 
My way of sending packets to arduino is separate packets for every type of information with a prefix. For simplicity I used the assigned arduino pin as a prefix, then the value. Not very elegant but it stuck since the first tests. :p
Each of them are sent whenever it changes value.
For example, a packet of 326500 means 6500rpms to pin 32 on the arduino, which is then sent to a 'case' statement. It's a miracle it works at all. :D
I guess it's time to revisit my arduino code.
Can you give some tips how do send the data efficiently, so not everything is sent in every packet regardless of having changed or not?
Thank you for your time. :)
 
Hi ! I just installed 4.4 Final to check, everything is working fine, on this feature admin rights are not required on simhub. Maybe a little reboot could help ?

whit reboot it like in image value it's false :(:(:(
open

when msi it's runing normal simhub get
ERROR - First chance exception errorSystem.ComponentModel.Win32Exception (0x80004005): Access Deny at MSI.Afterburner.SharedMemory.ReadMAHMEntry(MAHM_SHARED_MEMORY_ENTRY& entry, Int64 offset)

when msi it's runing whit privilege simhub get
ERROR - First chance exception errorMSI.Afterburner.Exceptions.SharedMemoryDead: Connected to MSI Afterburner shared memory that is flagged as dead.
at MSI.Afterburner.HardwareMonitorHeader.Validate()
 

Attachments

  • Immagine.jpg
    Immagine.jpg
    267.6 KB · Views: 279
whit reboot it like in image value it's false :(:(:(
open

when msi it's runing normal simhub get
ERROR - First chance exception errorSystem.ComponentModel.Win32Exception (0x80004005): Access Deny at MSI.Afterburner.SharedMemory.ReadMAHMEntry(MAHM_SHARED_MEMORY_ENTRY& entry, Int64 offset)

when msi it's runing whit privilege simhub get
ERROR - First chance exception errorMSI.Afterburner.Exceptions.SharedMemoryDead: Connected to MSI Afterburner shared memory that is flagged as dead.
at MSI.Afterburner.HardwareMonitorHeader.Validate()
Hum ! that last error means that the shared memory is not fed correctly by Afterburner. I know that the given data is related to the selected graphs in the MSI settings. Maybe there are too much graphs active ?

It would be interesting too to check if the official android app is working https://fr.msi.com/page/afterburner (bottom of page) Simhub uses the strict same API, It will help to understand if its an afterburner problem or a SimHub problem.
 
Hum ! that last error means that the shared memory is not fed correctly by Afterburner. I know that the given data is related to the selected graphs in the MSI settings. Maybe there are too much graphs active ?

It would be interesting too to check if the official android app is working https://fr.msi.com/page/afterburner (bottom of page) Simhub uses the strict same API, It will help to understand if its an afterburner problem or a SimHub problem.

tanks a lot :) i have check whit app and not work...whit some proof now work :)

PERFECT :)
 
Howdy all
Been away abit. Congrats on ver6!!

Must ask, can I run 2X 2004lcd via I2C??
Im currently using one and have another sitting in a box feeling sad

Id imagen library conflicts?? Theyd have to be exact models?
 
Howdy all
Been away abit. Congrats on ver6!!

Must ask, can I run 2X 2004lcd via I2C??
Im currently using one and have another sitting in a box feeling sad

Id imagen library conflicts?? Theyd have to be exact models?
Hum, sorry no. SimHub sketch only supports one par arduino, mainly because i2c address can't be changed easily on these modules, however i2c LCD have a refresh speed of ~5 to 7fps in the best cases which would reduce by half in case of two LCD on the same arduino. That is far from being comfortable.
 
I know im taking a channce but??

Anyone elsy having this issue??
SDK for ETS2 and Ats making my games freeze on exit, I have to kill power on Pc as it never recovers.


Its not simhub or Shakeit.

Anyone here have an idea?
 
Hum, sorry no. SimHub sketch only supports one par arduino, mainly because i2c address can't be changed easily on these modules, however i2c LCD have a refresh speed of ~5 to 7fps in the best cases which would reduce by half in case of two LCD on the same arduino. That is far from being comfortable.
So you saying I can run two, just on seperate arduinos?
Its mainly for car and track/job info than rpmand speed, so small fps drop will be OK, just musnt flicker
 
I know im taking a channce but??

Anyone elsy having this issue??
SDK for ETS2 and Ats making my games freeze on exit, I have to kill power on Pc as it never recovers.


Its not simhub or Shakeit.

Anyone here have an idea?

Hmmm... actually, no, my setup runs fine on ATS and ETS2 and I have two dll's (64 bits) loaded at the same time, the one for SimHub (funbit's) and the one for ETS2 Local Radio (nlhans'). It also ran fine (1.27, 1.28) with each of those alone. Are you sure it's linked to the SDK dll's? Did you make sure about 32/64 bits version?

EDIT: I've heard about freeze on exit if you use the DX9 overlay in ETS2 Local Radio, you have to replace the d3d9 file as instructed; but it's linked to the overlay, not the dll...
 
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