Jump to content

Mark Balla

Moderators
  • Posts

    607
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Mark Balla

  1. At my daughter's 6th grade band concert. She is first chair trumpet.

  2. http://yfrog.com/mo1lb0j

    What I get to work on today. Top that.

  3. Heading home after a great holliday week.

  4. Headed home to michigian for the holiday week. Ceder springs then on to port Huron.

  5. AQ the Guru's Guru is coming to Chicagoland to present at our Labview User Group. Excited.

  6. Going back home for turkey day all. I will be home tuesday through friday. Any of my home town friends have time to meet up?

  7. Certified 11-13-2010 Placed in General Category.
  8. Friday fondue with the family at the melting pot no soccer in the morning so we can sleep in. Life is good

  9. OK Lets add one item at a time. Please create a radio button for the channels as shown in the video. Then we will go to the Next Item.
  10. Heading to Chicago with the robot team for our first workshop of the season

  11. I think you need to choose one thing to add and get it working Then move on to the next. At this point in the project I think that you need to take control of the code. I still want to help you but you need to be the one changing the code and making it work. I am able to make and post videos like the one I posted before. Are you able to see the videos? Here is a video of how to create a Radio button for a channel selector. Please create one and add it to your code. http://www.screencas.../t/lJCrAN3B5ksp <object id="scPlayer" class="embeddedObject" width="1028" height="733" type="application/x-shockwave-flash" data="http://content.screencast.com/users/mballa/folders/Helping/media/78933397-426b-45fc-9752-ba67b7c04c7e/jingswfplayer.swf" > <param name="movie" value="http://content.screencast.com/users/mballa/folders/Helping/media/78933397-426b-45fc-9752-ba67b7c04c7e/jingswfplayer.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <param name="flashVars" value="thumb=http://content.screencast.com/users/mballa/folders/Helping/media/78933397-426b-45fc-9752-ba67b7c04c7e/FirstFrame.jpg&containerwidth=1028&containerheight=733&content=http://content.screencast.com/users/mballa/folders/Helping/media/78933397-426b-45fc-9752-ba67b7c04c7e/Creating%20a%20Radio%20Button.swf&blurover=false" /> <param name="allowFullScreen" value="true" /> <param name="scale" value="showall" /> <param name="allowScriptAccess" value="always" /> <param name="base" value="http://content.screencast.com/users/mballa/folders/Helping/media/78933397-426b-45fc-9752-ba67b7c04c7e/" /> Unable to display content. Adobe Flash is required. </object>
  12. This is what the current Front Panel looks like. and this is what you want it to look like To me they look very different. Cycle Number, Peak Number, Base Number and Magnitude do not exist on the current front panel. Currently the code does not "Print Graph" or "Print Results" so to make the code do these functions is new. If you only want to change the look of the front Panel you can try some of these techniques. Color: 1: Shift Right Click to bring up the tools pallet and select the paint brush. Right click on the item you want to color and then select a color If you want to change the look of controls you can do this by using the Control Editor. To find help on this go to LabVIEW help and "editor controls" in the search box then select "Customizing Controls and Indicators tat are Parts of Controls and Indicators" and read to the right how to use the editor. Try this first and let me know where you are having problems. Here is a video by Christina Rogers on how to use the control editor There are also some UI videos here. http://decibel.ni.co...10-presentation Mark
  13. Hi Felix, I agree it is not very intuitive to add new updates. One thing to note is that every time you edit (even if you are just changing text) the CR will create a new entry in the down load list. Even though these items are identical it still creates them. Another thing that the new software did was put the title of the software as the Name instead of the file name as it did in the previous version. This is why we are now asking members to change the title name each time they edit their submission so users can see the new version instead of guessing. The title needs to now include the version number and LabVIEW version it was written in. Let me know if you have any more questions on the CR. Mark
  14. Try and make the Front Panel look like you want first. Then try and add the code to make it work. When you run into a problem then post it and we will help you. Mark
  15. Avinashgogineni, It is great to see that you are taking ownership of the program and making improvements on it by yourself. Very good job on the auto cursor following the mouse. I learned something from that code. While I was looking at the code I found a bug that was in my code that I posted. In the "Find Peaks and Valleys.vi" go to the "False" case in the case structure. In this case it is supposed to find the min values but instead it selects the max values I fixed this problem in the current version. I changed the "Export Result to Excel" event case to unbundled for the main cluster instead of using local variables. local variables can lead to problems so I would only use them if you have no other choice. Above the tab control I added a "Select Data" Enum to allow you to select the columns to calculate. I'm glad the code is working well for you. Version 5.3 10-23-2010.zip
  16. I can't review it because you have locked the block diagram. Please do not post code to LAVA with block diagrams locked.
  17. Great NITS. Final presentation on design patterns gave expression flow a plug fun for its statemachine paper.

  18. At Wisconsin NITS catching up with all my Wisconsin Labview buddies.

  19. Can you give us an idea of what your target Platform will be PC, RT, FPGA? Also what is the purpose of the interupt? Will it start, stop, trigger... Interrupt isn't a common term in the labview world. Mark
  20. Certified 10-9-2010 Placed in Database & File IO.
  21. I am unable to understand what it is you want. It sounds like you want to bring back averaging. So here is version 5 The program will average only the points below the threshold. The points above the threshold will not be changed. If you change the "A Points To Average" and "B Points To Average" numbers the graph will redraw. The bigger you make the numbers the flatter the curve will be. Version 5 10-3-2010.zip
  22. Go back to our previous discussion here Download version 2 Then tell me if this is what you want. If yes then I will put the calculation in the new code.
  23. How many points do we average together. How do we know this number?
  24. Do you want to go back to averaging all points? If you do how many points do we average together. How do we know this number?
×
×
  • Create New...

Important Information

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