Jump to content

jcarmody

Members
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by jcarmody

  1. Try setting the server path to whichever Python dll you have.
  2. I can follow the wire to its source and get the value of the indicator it's wired to, but only because I happen to know the label text. I'll keep playing to see if I can identify the control by the wire's terminal. Any thoughts? I intend to use this when troubleshooting VIs based on the JKI State Machine, so I know the wire's source. Thanks.
  3. How can I get the value of the data on a wire from a reference to the wire itself? I'd like to make a plugin that will monitor a wire feeding a Case structure's case selector and automatically navigate to the case being executed. It'll make debugging easier where Execution Highlighting is too painfully slow to watch.
  4. Here is my favorite mathmatical identity: I now have a second favorite: What has been seen can't be unseen...
  5. I use the Structured Error Handler Express VI when I want to supress specific errors. It has quite a bit of functionality. This idea on NI's Idea Exchange is similar. Hopefully, NI will add the SEH to the default pallets. Your post prompted me to submit this idea.
  6. I got bit after copying and refactoring a project, then installing the new application on the same PC as the original. The new installer deleted the original app and the old installer would quit when I tried to reinstall it. An NI AE told me how to fix it here.
  7. Could someone comment on what I've done? I half expect a link to this from the Rube Goldberg thread on the NI forum.
  8. I won't be surprised when someone posts an easier way to do this, but I've done it by building an array and only updating the chart when the mouse isn't down. A side-effect of the way I used the Mouse Up event is that if you release the mouse with the pointer off the chart it won't be detected and the chart won't move. If that's what you want, good. If it isn't, change the Mouse Up event source from the chart to the Pane. It sounds from your post that this is the behavior you want.
  9. Thanks, I understand that. What I don't understand is why the Event Structure locks the FP after 'Done Calibrating' has stopped the bottom loop.
  10. Apart from the cause for the unexpected (to me) behavior, I think the solution involves using only one loop to handle FP interaction.
  11. I'm confused by the behavior of the two boolean buttons. If I start this and hit 'Stopped? 2' the VI exits as I'd expect. If I start it and hit 'Done Calibrating' once the corresponding indicator updates and the VI will stop after hitting 'Stopped? 2'. If I start it and hit 'Done Calibrating' more than once the FP won't respond to clicks on 'Stopped? 2' and needs to be aborted. Execution highlighting shows that the bottom loop has stopped and the top loop is still spinning. I added the Wait function because sometimes the bottom loop beat the top loop to the 'Stopped?' indicator/local. EDIT - changing the Event Structure to not lock the Front Panel for this event fixes the issue. I expected that the Event Structure wouldn't have any more influence once it executed and the loop stopped...
  12. Cross-posted here. I added a link to a QD plugin that'll import an array from the clipboard.
  13. Shift + arrow works in a table control.
  14. My Abort.vi does some of what you mention:
  15. The looking I did has me thinking that it is similar to an interface, or a wrapper around an interface.
  16. Seen here. This is something I'm interested in as well...
  17. I do this: ... to clean up the wire in a JKI RCF plugin that inserts this: This assumes that the wire is the shape I want it to be and I can simply move the whole thing. edit - I got help doing this here.
  18. Not strictly just for fun; I use it as a way to sneak around mental blocks. When one side of my brain thinks the other side is only playing, it lets its guard down long enough for me to solve what's stumping me.
  19. I, too, like the JKI State Machine. This isn't the largest program I've written, but it's what I'm releasing now. LVOOP, as drdjpowell mentioned, goes a long way toward making your Block Diagram more manageable.
  20. I've been putting round corners on wires since this plugin was released. Thanks vugie
  21. I'm not as interested in the cost of a new battery as I am in the disposal (expense & GREEN impact ) of the old one.
  22. I love Prii - more gas for me! I drove one on a business trip into the mountains of North Carolina and didn't have any trouble at al. It was quite comfortable and zippy. I'd never buy one, however, as I'm waiting until we dummy up and let those high-mileage Eurpoean diesels into the US. I worry mostly about the Prius' battery. I don't have a coffee can in my workshop big enough to hold one when it dies...
×
×
  • Create New...

Important Information

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