VOCORE screen Refre...
 
Notifications
Clear all

VOCORE screen Refresh Rate limit?

2 Posts
2 Users
0 Likes
1,922 Views
(@atrytko)
New Member
Joined: 3 years ago
Posts: 1
Topic starter  

Hello there!

I wanted to post this in 'support' rather than 'feature requests' in case this functionality already exists.  When I select the USBD480 tab under Dash Studio, I see an option for 'Display refresh rate limit (FPS)'.  I was wondering if a similar control is possible for VOCORE screens?  I'm working on a project and, as far as I can tell, I think I'm running into USB bandwidth issues.  By temporarily removing my license file from SimHub (and therefore reducing the refresh rate overall), my issue seems to be alleviated (and it also is alleviated if I simply disable the VOCORE screen temporarily).  I'd like to keep the refresh rate up for my other Arduino controllers, though, and I'm thinking throttling down the refresh rate to the VOCORE screen might be the best way to do this.

I haven't found a way to adjust this specifically, but would you mind letting me know whether or not I'm missing a setting that already exists?  (Or if this is functionality that might be added in the future?)

Thanks a lot!

-Alex


   
Quote
(@admin5435)
Prominent Member Admin
Joined: 7 years ago
Posts: 728
 

Hi ! There is no visible UI setting for this however you can edit DashStudioSettings.json (available in C:\Program Files (x86)\SimHub\PluginsData\Common) :

"VoCoreSettings": {
"ShowDriverWarning": false,
"TouchMode": 0,
"RequestedId": null,
"AttachToSpecificId": false,
"Brightness": 255,
"IdleMode": 1,
"UseIdleMode": false,
"Enabled": true,
"EnableTouch": false,
"FlipDisplay": true,
"RefreshRateLimit": 60,
"CurrentDashboard": "Honda Type R",
"CycleFavoriteOnly": false,
"CurrentIdleDashboard": "AC Cobra - Overlay"
},

 I just quickly tested it with vocore and it woks. Remember that it can't phisically go above 24fps so to see a result you will need to pick lower values (20,15), try to pick 60fps divisors so it does not feels jerky.


   
ReplyQuote
Share: