Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/11/2017 in all areas

  1. Grrr. Yeah, the schedule change messed up my plans there. Hopefully next year I'll be there and can buy you a belated round.
    1 point
  2. SQLite's DATE() function works on text formats, including the text format this library can write, but not the Blob format (which is the LabVIEW binary timestamp). You can easily search by time by calling SELECT COUNT(*) FROM Results WHERE LVTime>=? and LVTime<? and binding the two end times. Bind the end times with the same format that LVTime uses.
    1 point
  3. Hi Max, The actual bug, I think, was that “Step.vi” was ignoring errors outside of 1..99. It has a case structure that only passes those codes to the error-handling subVI (written, originally, because 100 and 101 are not errors). I have changed it so that the extended error codes are now passed (see version 1.7.3 just added to the LAVA CR). I tested it by making a foreign key error and it now works.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.