Jump to content

thevoiceover

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by thevoiceover

  1. QUOTE(Neville D @ Oct 4 2007, 10:54 AM) Yes and I am broke.... Oh well..
  2. I am trying (outside of using VI server property node for displaying primary workspace) to get .NET to tell me the monitor resoultion.. I was told I need to point to the Systems.Windows.Forms.dll and select screen for the constructor.. I am not seeing screen, can someone point me in the right direction so I can create a reference, I am still pretty new to using .NET with LV and am having a pretty bad time figuring this out... Thanks for the help and I hope you all have a good weekend..
  3. I am curious on if anyone has anything that could convert HSL to RGB for me that I could run in some LabVIEW code.. I could have sworn I had a .dll way back that did this, but I can't find it... I couldn't find anything in LV that did this either... I am running 7.1.1
  4. Still pretty new at development for Labview and I have run into some issues over time that have usually been solved by reading in these forums! As for now, I am a little stuck and wanted some advice.. For starters, I am using LV 7.1 and want to organize a directory on my PC and delete anything withing a certain directory that is older than a certain date (last date modified and last date created)... So if a file in this certain sub-directory is over say 20 days old, it will get deleted. Is it possible for someone to throw something together for me in 7.1 format so I can work from it? This will help me understand file i/o a little better! Thanks to all, TVO
  5. QUOTE(tcplomp @ Mar 27 2007, 11:44 PM) This really helped out a bunch, took me a little time to figure out as I wasn't sure on the "property", but I figured out it was a property node and I was suprised to see how much can be accessed there. I bet these can be pretty powerful! Now my last step is to assign a particular color for each failcode (each failcode will have its own plot), so the plot will change color during it running (if I look at history the coloras will change depending on what data is being shown).. Any idea or direction to lend here? Thanks again for the above help, it really got me out of a bind. I can see I have a whole new world opened up now (with the introduction of property nodes!) I am new to programming in general, so this is all pretty exciting...
  6. Hey guys, I am somewhat new to LabVIEW (been looking into it a few years but only this year became serious!) and may word things incorrectly, if so - my apologies in advance. I may also have a hard time explaining what I need as I am basing it around what I believe LabVIEW can do for me and this is all off memory. I am trying to put together a chart that will contain 5 plots and updates every 15 minutes. I am also using an event handler to handle the timeouts/refreshes and gives the user the option to do other things with my code still running for the query... The plots I am using are derived from SQL code (output array / index array / decimal string to number) for the top 5 failures of a specific hardware platform (failures such as no power, no video, etc... - out of 20).. I would like each plot to be labeled by the particular failure (I extract this from the array) but the 5 failures can change over time because this code is giving me the top data from 20 different failures with the failures sorted in SQL by "top failure amount" in descending order. This is where I run into issues, I do not know how to display these 5 plots correctly and if any given 1 changes how to update the plot and account for (show) the change... I am assuming the change would mean a different color plot would come into place and if so, would the history account for this change correctly? Can anyone tell me a good way to chart data (5 plots)with history and if labels can be given by an extracted string from an array. The plots need to be able to change over time as the failures will change. Last but not least, does it seem like I am taking the correct approach to this? My boss pretty much told me he wanted a graphical chart listing the top 5 failures that is refreshed every 15 minutes (in case something out of the ordinary pops in). Am I "over" thinking this too much? What am I missing? (Aside from any listed code ) Did I also mention I am brain fried?? Thanks for any input, it is deeply appreciated! Respectfully, TVO
×
×
  • Create New...

Important Information

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