Jump to content

jcarmody

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by jcarmody

  1. You can "Print" VI documentation to html.
  2. I work with tight controls on what we can do with computers on our company's network. The idea has been tossed around that we could build our own computers that never see the network so we can retain admin control over them. Then, using a networked & not-under-our-control PC with two network cards, we can present the Front Panel of our application from the "free" PC to the "non-free" PC.
  3. Here's a Quick Drop plugin that loads all cases into a Tree, and the elements are draggable to reorder the cases - https://decibel.ni.com/content/docs/DOC-24058 It used to be a RCF plugin in the LAVA CR - https://lavag.org/files/file/90-caseselect/
  4. I love listening to you guys.

  5. I don't understand a thing you're saying...

  6. ... resiting the urge to download.

  7. Write your own function. Seriously, though, you need to share more information about what you're trying to do.
  8. The more you explain, the more confused I get.
  9. I'm not clear on your intent. I think you'd be better off setting all of the pins and a delay in each row. If you don't want a delay, just set it to zero. ExcelTest2.txt
  10. Why are you initializing an array in your For loop? You want to replace elements; here's a very quick way to accomplish that: Also, you don't need to use (ever) the Stop command; just put all of your logic in the other case.
  11. Adding calls to the "Idle" state is an easy way to allow a long process to run without hanging the UI (and without launching an actor).
  12. Maybe he's smarter than everybody else?

  13. https://decibel.ni.com/content/docs/DOC-19943 This makes adding passwords easier.
  14. My CaseSelect Quick Drop plugin helps manage the JKI State Machine, and it includes a 'rename' function that'll go through your VI and update every instance of the old name. https://decibel.ni.com/content/docs/DOC-24058
  15. This uses Array Point to RowCol (from the Code Repository.) This is the next Event case. This takes almost no work, which may make up for it not being exactly what you want...
  16. I wrote a QD plugin that attaches a probe to a wire and launches another VI that'll works in the background. The probe signals the background VI every time it runs, but you could program it to do something continuously. I don't know if you could make it update the probe itself, though. https://decibel.ni.com/content/docs/DOC-38903
  17. If I made a 3D array, it'd be a rube-iks cube
  18. Even if you don't know the size of the array, you can measure it.
  19. I have a few product families and one test sequence for all of them. Not every step (subsequence) in the main sequence is executed for each family, and steps can have different test limits depending upon family/part number. dTRAK manages all of this for me, I just have to configure all of this in dTRAK (it has a web interface for this). If I had thousands of parts, I'd ask G2 to write a custom program to automate the configuration.
  20. My system begins when an operator scans a barcode containing a part and serial number. The part number tells the system which sequence steps to execute and the limits for each test in those steps. Results are stored and retrievable within the system, too. It sounds like G2's web page doesn't do dTRAK justice.
×
×
  • Create New...

Important Information

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