Results 1 to 6 of 6

Thread: Help Calculated pids (filters)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    Hi dhoagland,

    First, check that you are logging all the pids mentioned in the calc pids and filters that you're using.

    Second, you need to use the pid() call to enclose the pid strings (and you should simplify the pid strings)... i.e. like this:

    return pid("TP")>16 and pid("ECT")>60


    Third, when using if-else, a return causes the calc pid/filter to immediately exit... i.e. the second if-else will not be executed... so the filter is only checking one condition.
    Last edited by joecar; June 5th, 2022 at 10:35 AM.

Similar Threads

  1. Calculated pids
    By x MadMAX DIESEL in forum Black Box Logging
    Replies: 37
    Last Post: June 22nd, 2018, 09:26 AM
  2. Calculated PIDS?
    By beav in forum Diesel
    Replies: 0
    Last Post: December 3rd, 2013, 04:19 AM
  3. V8 User Calculated PIDs
    By Ninety8C5 in forum Tips and tricks
    Replies: 0
    Last Post: November 17th, 2013, 08:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •