Device monitor feedback

Gtuner IV general support. Operation, questions, updates, feature request.

Device monitor feedback

Postby lkid88 » Fri Nov 27, 2020 8:22 am

Im trying to get ffb_1 value but the value doesn’t stay up long enough for me to read. I’ve noticed that I’m pictures ffb_1 will have 0.00 underneath it and 0 under that but on mine it’s 0.00 and 500 also my LED_1 shows 5.10 and 0 is there a way to reset both back to 0.00 for led and 0 for ffb_1. Sorry if it’s a stupid question I tried reading the Gtuner documentation but I really didn’t understand any of it.
User avatar
lkid88
Private First Class
Private First Class
 
Posts: 3
Joined: Wed Nov 18, 2020 12:29 pm

Re: Device monitor feedback

Postby DontAtMe » Fri Nov 27, 2020 11:23 am

Go with printing the actual FFB values instead.
Code: Select all
fix32 ffbValue;
main {
    if (ffb_get(FFB_1, NULL) != ffbValue) printf("New FFB_1 value: <b>%g", ffbValue = ffb_get(FFB_1, NULL));
}
With this script, you can print the FFB values directly to the output panel. It will update every time there is a new FFB value.
User avatar
DontAtMe
Captain
Captain
 
Posts: 502
Joined: Tue Oct 02, 2018 4:49 am

Re: Device monitor feedback

Postby lkid88 » Fri Nov 27, 2020 6:13 pm

thanks for your reply...where do i put the script?
User avatar
lkid88
Private First Class
Private First Class
 
Posts: 3
Joined: Wed Nov 18, 2020 12:29 pm

Re: Device monitor feedback

Postby Mad » Fri Nov 27, 2020 8:10 pm

lkid88 wrote:thanks for your reply...where do i put the script?

File>New>Empty GPC File

Paste the script

File>Install To>Memory Slot #
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am


Return to Gtuner IV Support

Who is online

Users browsing this forum: No registered users and 100 guests