Save Part of Front Panel as picture - sharing VI and asking for advices

Hi,
I use LabVIEW 8.2.1. (DSC&RT),
It is common (at my work) that we want to save some parts of the Front Panel and to add it to the LogBook.
we usually do PrintScreen and then cut the picture to the boundaries we want using 'Paint'.
I have created a simple procedure that makes it easier and the user can now select the boundaries of the picture at the Front Panel.
You can see the 2 VI's attached, (try2.vi is a sub vi of try.vi)
Open 'try.vi' and press 'select boundaries' button and drag the boudaries with your mouse,
after you have selected the boudaries, press 'save picture' button.
I hope there are no bugs.
Originally I have wanted to use drag and drop, but i didn't really understand what is going on behind the scenes
when I used it.
For example - look at the example (at NI Example Finder at LabVIEW) 'Drag and Drop - Multiple Data Types to Start Drag.vi'
(C:\Program Files\National Instruments\LabVIEW 8.2\examples\general\dragdrop\Drag and Drop - Multiple Data Types to Start Drag.vi)
(or via typing 'drop' in at the NI Example Finder search)
1. I don't understand how the 'Drag and Drop Data' (located at the Application Control Palette)
2. I don't understand the inside terminals of the Event Structure of 'Drag Enter' and 'Drop' -
    for example - 'available data names' and 'accepted?'
   where can I get information help written about any of the Event Structure inside terminals?
   (it does not appear in the Context Help when I enter with the mouse)
3. Do you have any comments on the VI  I did ?
4.I am planning to use this VI as a part of Log-In data to a follow-up LogBook Using Mysql as Database and NI sql connectivity toolkit,
   so users will be able to insert information to the LogBook from the Front Panel, and attach pictures of the Front Panel.
  Did anyone here has performed anything similar ?
If you send me corrections of someting or any other NI item, please send it in a version that I can see it (I use Labview 8.2.1 DSC&RT)
Sincerely Yours,
Amitai Abramson.
Attachments:
try.vi ‏67 KB
try2.vi ‏23 KB

There are examples that come with the database connectivity toolkit so you are going to have to be more specific about your question. Whether you call it a logbook or something else, it's still a database and a database write is a pretty generic opertation. If you need help in the design of the database, then you should say that is what you need.
The event data is going to change depending on the event and the type of control. Again, do you have a specific question?

Similar Messages

  • How can I save an EXE front panel image to a file?

    The methods to save a VI front panel image to a file don't work on executable applications. How can I save an EXE front panel image to a file? (LabVIEW 6.1)

    Hi,
    i wrote some vi that save FP to image and created exe and it works fine. How do you save FP to image in VI?
    If you use VI server method "Get Panel Image" and use "Write JPG file" ( or BPM) it works fine.
    Attachments:
    fp.zip ‏40 KB

  • On my iPhone 4s, I sent a picture via email and asked to size it down.  However, it seems now that the pic stored on my iphone is now forever the smaller size which is not suitable for printing.  Is there any way to get the larger size back?

    On my iPhone 4s, I sent a picture via email and asked to size it down.  However, it seems now that the pic stored on my iphone is now forever the smaller size which is not suitable for printing.  Is there any way to get the larger size back?

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • TS1424 Some recent Downloads of movies or tv programmes with Apple TV have picture but screeching and crackling for sound.

    Some recent Downloads of movies or tv programmes with Apple TV 2 have picture but screeching and crackling for sound. I had downloaded a programme from a series which WAS fine,then a subsequent download of another episode in the same series ruined the 1st. Does anyone know what is wrong? I have also download some free programmes since then and the sound is fine on those.

    Hello JeanQT,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Apple TV (2nd and 3rd generation): Troubleshooting audio issues
    http://support.apple.com/kb/TS5150?viewlocale=en_US
    Best of luck,
    Mario

  • How to make some part of front panel transparent?

    There is a property node to make a front panel completly transparent...but is there anything that only makes some part of the vi transparent like if I define a decorative block in the vi which takes 1 quardant of front panel and I have a control to make it transparent during runtime...
    And moreover the frontpanel transparent property makes the whole window transparent, is there any way to retain toolbar of window like stop, run button when front panel is transparent??

    Hi,
    Have a look at this VI (attached). To make it work you need to create an image mask as a .png (open paint, colour in the areas that you want to become invisible and save it as a .png). The VI diffentiates between white areas and black areas of the mask you create, the black areas will become transparent and the white areas will remain the same- this will be implemented on your front panel. I've included an example of a possible paint image in "mask2.png".
    You may also want to play around with the resolution of the mask created in paint, this will effect how the program works (I advise you use a lower resolution than your display- I used 500x300)
    NT: If the front panel controls disappear, go into the block diagram window and attach a false constant instead of a control. Let me know if this works
    Cheers, Tom
    Attachments:
    custom window.zip ‏107 KB

  • Front Panel binding of shared variables very slow initialization / start

    Hello @ all,
    I am using a server running Windows2000 and LV 8 DSC RTS for datalogging. All shared variables are deployed on that server.
    I am now facing the problem, that all front panels running on the clients using the network shared variables on the server take very long to sync on startup. First the flags on the controls bind to the shared variables turn red, after up to ten minutes they start to turn green. The panels use up to 40 controls bind to the shared variables.
    All firewalls are turned off. I tried to connect the client to the same switch the server is connected to. Same problem. Does anybody have a clue?
    Thx for your quick answers.
    Carsten 

    While I can't offer any solution to your problem, I am having a similar issue running LV8.0 and shared variables on my block diagram (no DSC installed).
    When using network published shared variables, it takes anywhere from 30 sec to 4 min from the vi start for any updates to be seen. Given enough time, they will all update normally, however this 4 minute time lag is somewhat troublesome.
    I have confirmed the issue to be present when running the shared variable engine on windows and RT platforms, with exactly the same results.
    In my case, the worst offenders are a couple of double precision arrays (4 elements each). They will normally exhibit similar "spurty" behavior on startup, and eventually work their way up to continuous and normal update rates. Interestingly enough there are no errors generated by the shared variables on the block diagram.

  • How do i display my labview front panel on a web-page and update it say eyery 5 seconds, I think i need Lookout?

    My front panel display updates every 20secs. I want to be able to view the Labview front panel on a web-page which updates itself continuously. Will Lookout do this?

    LabVIEW will do this with it's built in web server. Full control of a LabVIEW front panel is possilbe with version 6.1. Older versions have the ability to publish a panel with no control. What version do you have? Lookout is a completely different software package for HMI/SCADA applications and has no relationship to LabVIEW except that they're sold by the same company.

  • Acrobat 9, shared reviews, and looking for "Save As" option

    Hello to all,
    I am wondering whether you can help with an annoyance in setting up shared reviews under Acrobat 9.
    Background: I first established shared reviews at my company using Acrobat 8 and our own internal WebDAV server. The setup worked, and still works, marvelously. To set up a shared review, I would select "Send for shared review", select the previously-stored server profile, request to save the file locally, give the review PDF a name, and save it. I'd then post the file to one of various locations specific to our company, and all was well.
    Then the company upgraded me to Acrobat 9. Its shared-review user interface is slightly different - and contains one particularly annoying aspect. It, too, allows you to save the shared-review server address as a profile - but when you do so, you inexplicably lose the ability to choose a name or a location for the shared-review PDF. When you first set up the server, Acrobat 9 prompts you for a file name and a location - and it never does so again. Instead, any time you select the server profile, Acrobat automatically appends a "_review.pdf" suffix to the file name and saves it in the same directory as the original file. This is annoying because I almost never save the review PDFs in the same folder, and need them to have different names both in the PDF file name and on the comment server. So I really need the functionality that Acrobat 8 offered - namely, to select which file name and destination to use for the review PDF. The workaround (re-create the server profile every time) is even more annoying - we work with about 50 reviews per day, and having to retype the server address & verify it every time would get old very fast.
    Does anyone know what I'd have to do to bring back Acrobat 8-style "Save As..." functionality for an existing shared-review profile in Acrobat 9?
    Thanks and best regards,
    --Michael

    > When using Save As to save a PDF, is it possible to have Commenting and Analysis enabled for that saved PDF by default?
    No.

  • Optimal picture settings, calibrations, and adjustments for 65x850c?

    Just got a new 65x850C TV this week. Any one have any recommended calibration settings? Thanks in advance

    Thanks Frank.
    I see what you are saying about IPhoto saving a different image (a jpeg in the Previews folder I presume)  but I believe IPhoto does save the edits - as they always show in the Edit section for the modified photos (ie if I up the exposure by half a stop, IPhoto does somehow retain that info).
    From an IPhoto point of view only, it is possible to look at any edited photo and:
    1) make a note of all edits on the modified picture
    2) revert to original (to get back to the raw file)
    3) re-apply the exact same edit settings to generate the same adjustments on the raw pic.
    My point is that both raw and adjustments information are available in IPhoto and I was really expecting the importing process from IPhoto to Aperture to be more clever in a similar fashion:
    1) make a note of all edits on the modified picture (from IPhoto)
    2) Import the RAW version into IPhoto
    3) re-apply the exact same edit settings (mapped from IPhoto edits to Aperture adjustments) to generate the same adjustments, on the raw pic, in Aperture - thus creating a single version containing the IPhoto adjustments but based on a Raw master.
    To be honest, the way Apple "sells" how easy it is to move from IPhoto to Aperture and retain all the editing effort is a bit misleading to my taste based on the above... And with all the hangs/crashes I have been experiencing with Aperture (my machine is very stable otherwise - even IPhoto with a 100GB+ library never crashes), I feel quite let down with Aperture.
    Do you know if a script would allow to apply the steps that I described above?
    Thanks,
    Jeremie

  • "Home Shared" Apps are asking for original iTunes Account?

    my Dad just got his iPad (64GB WiFi) and asked me to set it up for him (register, transfer content, etc)
    i've had mine (32GB 3G) for a while, so i have a bunch of apps (free and paid).
    i've never used _Home Sharing_ before but i figured that would be a better solution that re-downloading all these apps of mine to his MacBook Air or over WiFi to his iPad so i enabled _Home Sharing_ between his MBA and my MacBook Pro.
    i only transferred iPad apps. no other content.
    everything went fine. until one of the apps on his iPad had a software update. when he went to the App Store, on the iPad, it prompted him for MY iTUNES ACCOUNT and MY PASSWORD.
    *what am i doing wrong here?*
    *is this how home sharing is supposed to work?* (that he has to enter my iTunes account info or be stuck with whatever version of the app lives on his device at the time of the initial "Home Share"?)
    we live together but are rarely on the same network so really, this was intended to be a one time setup to get him started.
    Thanks in advance,
    L

    This situation of yours doesn't seem to be any different from my experiences over the years while using my iMac, iPhone, and my wife's iPhone.
    While using each device, we just sign in to iTunes using my own userName and password each time. It works, marvelously. (I didn't think about that five device limitation when recently adding our new iPad, though.)
    Each and every time we sign on to iTunes, it asks for userName and password. This is an essential task for Apple, otherwise they would lose accountability.
    Are you upset that your father cannot enter his own iTunes userName and password? Well, if he has his own account, then he had an iTunes library different from yours. If your father did not purchase the app being updated, then would you expect Apple to provide a free update based on his userName and password? (Don't hold your breath.)
    It's OK to have two or more iTunes accounts. If you want to let your father update your apps for you, then let him enter your iTunes userName and password when it is requested. (I bet he already knows what those vital statistics are!)
    Accounting is a nightmare for most of us, isn't it?

  • Shared services is asking for re-configuration.

    Dear Gurus,
    I am using 9.0 version shared services, it was working fine since long back, recently domain server have been changed, for the updation i edited the IP and restarted the shared services, surprisingly the shared services is not allowing me to login and is asking for re-configuration as the database is not configured properly.
    I am using native directory also, so there should no data(user info and provision) loss.
    i am going to perform the below steps:-
    1) executing the Cssimportexport utility and take the back up.
    2) taking the back-up of shared services repository
    3) re-configuring the shared services with the existing repository.
    4) executing the cssimportexport utility to restore
    i have db-archive and db-recover utilities.
    please let me know if iam going wrong.
    thanks in advance
    Giri Prasad

    There is a document that I got from Oracle support called "System9-moving repository.doc" it goes thru the steps of rehosting. I it is more then just changing IP addresses. the document shows the configuration files that need to be modified and database entries.
    You should request a copy from support.

  • I am in Brasil, here they have a different carrier. When i go back to the US is there a way I can save everything from my Iphone (contacts, pictures, videos, etc) and transfer them to a US carrier?

    I am currently living in brasil at the moment, and I plan to go back to the US soon.
    I would have to change carriers in this case. I am afraid I will lose every contact here and all the pictures I have taken on my Iphone.
    Is there a way I can do this via transferring to a US carrier without losing all my data?

    Data on the phone has absolutely nothing to do with what carrier you are using. No data is stored on the SIM at all. If you have a (legitimately) unlocked phone, all you should have to do is put your new SIM in the phone and carry on.

  • Front panel indicators used as controllers and viceversa

    It is possible to use indicators also as controllers?
    I would like to load data from a file and then to be able to edit that data.
    Kind regards

    Hi vick217
    this is the Spanish board. But I think  a "Local Variable" or a Value "Property Node"
    could work for you.
    Regards.

  • Facetime is supposed to come with Mac OSX 10.9.1 right? It won't open until I sign in with Apple ID, it still won't open after signing in and the worst part, it doesn't recognise my Apple ID and asks me to sign in again and again...

    Facetime is supposed to come with Mac OSX 10.9.1 right? It suddenlt requires me to sign in with Apple ID. So I did and it still won't open. The worst part is that it doesn't even recognize my Apple ID no matter how many times I try fill it out again and again. I've seen this happen when I first bought the Imac last year, it was fixed by replacing the host file (with some help from the community here). I did the same thing again, it didn't work.
    Any idea please?

    It's fixed by changing the account name (Apple ID) and password

  • Family cannot download from family sharing because it asks for code from cancelled card

    I'm the primary user on family sharing and have recently put a new card on the account. When my boyfriend goes to download music or update an app it continues to ask him for the verification code for the cancelled card. How do I fix this?

    That is because the App you are trying to update is associated with a different Apple ID.  Apps and other purchases are tied to the apple ID that they were initially downloaded with.
    Your options are:
    1.  Enter the password associated with the Apple ID being prompted for, or
    2.  Delete the App and then redownload it using your current Apple ID.  If it is a free app, no problem.  If it is a paid app, you would have to pay for it.
    HTH

Maybe you are looking for