PDA

View Full Version : Filtering in V8 software



spy2520
August 3rd, 2019, 03:23 AM
What is the best way to filter multiple pids in the V8 scan tool.

Something like:


-- FIL.TER

return (pid("FILT.WOT",frame()) and pid("FILT.BOOST",frame())

)

Would this be the correct way?

spy2520
August 3rd, 2019, 04:05 AM
Maybe & instead of and. Looks like thats working.

joecar
August 24th, 2019, 07:52 PM
Which file do you have the filter in...?