Jump to content

infinitenothing

Members
  • Posts

    362
  • Joined

  • Last visited

  • Days Won

    15

Posts posted by infinitenothing

  1. 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?

  2. 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.

  3. 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.

  4. 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?

  5. 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

  6. I don't entirely understand what you're getting at. When you say "searching the camera" are you talking about using something like IMAQdx Enumerate Cameras? And when you say "autorun to acquire figures" do you mean you're looking to use dataflow to delay when some events happen? That seems like a general purpose labview question and not a vision question. You'll probably want to use a sequence structure or a queue.

  7. It's a personal preference but I don't like using delete array for that purpose because I think it's confusing. I'm sure it costs me a few milliseconds when I see it and think "why would I want to delete an element from that array?" We want code that's easy to read not easy to write right?

×
×
  • Create New...

Important Information

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