Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/18/2014 in all areas

  1. If you insert a "Preserve Run-time Class" primitive on the class after casting to an LVObject it will work. Variants don't know all the intricacies of class types. So between casting the variant to a LVObject and before casting back to a variant, insert the above-mentioned primitive and away you go. Shane. I would also simply name the constant input for the Variant to Data "Object" instead of renaming the item within the variant.
    1 point
  2. Hi Alex, SUre it was a new feature in 2012 I think. The DVR is created in the RIO driver and is really intended to be fired straight into the TDMS function. The help page is at http://zone.ni.com/reference/en-XX/help/371599J-01/lvfpgahost/fpga_method_fifo_acqread/ but can't find much else. There is an example of it under Hardware Input Output>>FlexRIO>>High Throughput>>High Throughput Streaming.lvproj One thing I have never worked out is that everything references it as an "external" DVR but I never found any documentation about what this differentiation means. The one important comment is that it must be deleted before the driver can acquire more data, it must be this. Cheers, James
    1 point
  3. Just to expand.......... TDMs is a flat-file database. Basically a data table with a look-up table (by name, index etc) with no relationship between entries .MySQL, Postgres, SQLite et. al. are relational databases. A simple way to decide which is preferable for your requirements is to think about what questions you want to ask of the DB. : If you just need to look up data based on a single criteria, e.g. channel names. Then TDMS.. If you need to ask "open" questions such as "How many", "What has" or "When did". Then relational database.
    1 point
  4. Maybe use a subpanel to switch out the visible controls depending on user preference?
    1 point
  5. Creating a Windows 8 look UI for customer...
    1 point
×
×
  • Create New...

Important Information

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