Jump to content

infinitenothing

Members
  • Posts

    372
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by infinitenothing

  1. Coerce to type is useful for getting nontypedeffed data into a typedef form but there's a small problem of type safety. For example, if you try and coerce an I32 to a U8, the value will silently wrap without even so much as a coercion dot.

    But in recent versions of LV, we have something to ensure a little safety— "Assert Structural Type Match"

    And fortunately, for this use case, it's not so sensitive as to disallow typedeffed data from matching it's plain counterpart so we can use it to enforce a runtime error if someone wires an I32 up. And, to make this new function more convenient, you can wrap it up in a VIM. 

    TypeDef Snippet.png

  2. No, by current spec I mean:

    Quote

    ±16 mA all channels maximum; ±4 mA per channel typical

     

    By "how are you connecting", I meant connecting to the analog side of the module. For example do you have one of these: http://sine.ni.com/nips/cds/view/p/lang/en/nid/210164

    I see that you have the module setup for differential, that's a little more tricky right? Can you try single ended? maybe with a battery or a potentiometer. Otherwise you have to watch out for things like common mode voltages and such.

  3. I assume you've configured the 9205 for single ended vs differential correctly?

    Are you within the current spec of the 9264?

    How are you connecting the modules? A cable or one of NI's breakout boards?

    Try and simplify things as much as possible. For example, use a battery as a voltage source directly to the input and disconnect the outputs to rule out loading issues.

  4. I made a snippet to illustrate what I was thinking. I have a Basler dart camera that I was able to test with and it looked OK in theory. You'll notice it is in continuous mode. I'm hoping that since trigger and the exposure both go through property nodes, the settings will apply in that order. There might be a theoretical race condition that would apply the new exposure to a capture in progress, I guess for that, you could capture the exposure before and after and have some sort of indeterminate case but I think it would be nearly impossible.

    image grab triggered.png

    • Like 1
  5. I'd like it if my test stations sent their test results to a web server. I'm wondering if anyone has done this. As I see it, I can probably do some port forwarding and expose a Maria/MySQL database over the internet or I could give that database a thin web interface and send the data over PUSH http requests. Are there pro/cons to one over the other? TLS is an option for either. Do you think HTTP would be more firewall friendly?

  6. 1 hour ago, ShaunR said:

    The NI-9219 has a programmable constant current source and +-25mA is the range, isn't it?. The examples show a default excitation current of 50 or 100uA. I don't know what the resolution is off hand so don't know if it can go down to 10uA, though.

    No not programmable

    Quote

    Excitation level is a characteristic and is not software-selectable

    I've never had a problem with self heating but I've always had really good dissipation. I think if you need a lower current, you can use the half bridge method others linked to or a programmable current source like the 9265 with a second analog input module.

  7. Why do you say the current would be too high with a 9219? The user manual say it would apply 2.2V which would be 400uA.

    I guess if you wanted a lower current you could get a current source module and measure the resulting voltage with an analog input card to get resistance.

  8. I guess this is a "what's new in LV" thread now. There are some performance improvements in the conditional indexing tunnels on a for loop. I think it allocates the max size and trims it at the end. The async tools are also a huge performance increase over the old VI server method. Also, DVRs now allow parallel read access which is cool. The menu plugins provided many productivity improvements. VIMs make reuse easier.

    Regarding the new dynamic refnum behavior, does everyone agree that the right terminal is more or less obsolete and could probably be replaced with something like a linked tunnel? Am I misunderstanding the new behavior?

  9. My example uses the second technique (subtracting a constant at IMAQ Subtract). Where are you getting these requirements from?

    Also, it's nice if you let us know where you've cross posted this so we don't duplicate efforts

    https://forums.ni.com/t5/LabVIEW/calculate-1-e-2-of-beam-intensity-profile-Measurement/td-p/3766062/page/2

    https://forums.ni.com/t5/LabVIEW/Background-correction-and-Normalizing-Image/m-p/3766148#M1060967

×
×
  • Create New...

Important Information

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