Help transferri​ng a screen capture file (.gif) of an Agilent E4443A to a PC over GPIB???

I'm currently using an Agilent PSA Series Spectrum Analyzer E4443A which has an internal HD, but not accessible via LAN like the newer Window based Analyzers. I've read the programmer's manual and tried the examples, but no luck. I'm able to send the command in Labview to capture the screen using ":mmem:stor:scr 'C:mal.gif' " and that work's fine. I'm having trouble with using the " :mmem:data? 'C:mal.gif' " Not sure how to handle VISA read calls to get the data to a file. Example attached.
Mal G.
Test Engineering
Empower RF Systems Inc.
Attachments:
mal_g_gif.vi ‏13 KB

smercurio_fc wrote:
雪飘人间and梅 wrote:
I have the same problem with Agilent E4447.
With the command "MMEMTOR:C\111.GIF", I can store the .gif file to the E4447 C Drive, but how to transfer the picture to my PC?
See here: http://forums.ni.com/t5/LabVIEW/Agilent-E440x-Spec​trum-Analyzer-screen-capture/m-p/361469
I want remote command for save screen shot in .gif and tranfered to local PC means Remote PC. I am using C#.NET for remote accessing.
 I dont want use any Drivers,lib.
Thank you in Adavance

Similar Messages

  • How do I add time/date stamp to my screen capture file names?

    I'm on mac osx.
    I'm trying to add time/date stamp to my screen capture file names. (at the moment it's just 'Picture 1' etc..)
    I've tried the following command  in terminal but have not had success. please help!!
    defaults write com.apple.screencapture name "datestamp" at "timestamp"
    killall SystemUIServer

    Surely someone else will provide a better solution. Meanwhile, however, you might want to try the following script. Copy and paste the script into the AppleScript Editor's window and save it as an application. Then drop your screen capture files on the droplet's Finder icon.
    on open theDroppedFiles
        tell application "Finder"
            repeat with thisFile in theDroppedFiles
                set theFileName to name of thisFile
                if (word 1 of theFileName is "Picture") and ¬
                    (word 2 of theFileName = word -2 of theFileName) then
                    set theExtension to name extension of thisFile
                    set P to offset of theExtension in theFileName
                    set theCreationDate to creation date of thisFile
                    set dateStamp to short date string of theCreationDate
                    set timeStamp to time string of theCreationDate
                    set name of thisFile to "Screen Shot " & dateStamp ¬
                        & " at " & timeStamp & "." & theExtension
                end if
            end repeat
        end tell
    end open
    Message was edited by: Pierre L.

  • Screen Capture file location?

    Suddenly my screen captures are sent only to the clipboard instead of the desktop as they used to. How can I change that back? I'm using ShiftCtrl+Cmd4 or ShiftCtrl+Cmd3.
    Also, where would you change where the screen capture files ends up?

    You're pushing too many buttons. The additional ctrl button copies to the clipboard.
    See the Preference panels>Keyboard>keyboard Shortcuts for the list of buttons.

  • Screen Capture (file format) used to be pdf

    Is there a way to change the default file format for a screen capture. The file format in OS 10.3 used to capture as a PDF. Now the format is PNG. I know you can open the file in preview and resave it.
    I just want to see if there is someway to change preferences or something so it will default as a pdf file.
    thanks

    Hi, amantia and costicladop —
    amantia, welcome to Apple Discussions!
    There are various options to accomplish your objective.
    OnyX 1.6.5 (a free utility) and Cocktail 3.6.5 ($14.95 shareware utility) offer the option to change graphic file format with a "single click" — in OnyX »» Appearance »» Screen Capture and Cocktail »» Interface »» Misc. »» Screenshot file format, respectively.
    They're both just implementing Terminal commands — which provide another option.
    bmp, gif, jpg, jpg-2000, pdf, photoshop, pict, png, sgi, tga, and tiff options are available in both utilities.
    Hope this helps . . .
    Regards,
    Dean
    p.s.  costicladop — following your link engages an automatic download. (Duh.) Wanting to read something first, I went to http://www.arenasoftware.com/ — which forwards to http://www.digitalarena.co.nz/. The software page on that site only mentions three software products, none of which is shotChoice. Could you provide a descriptive link? Thanks!

  • Screen Capture files are corrupted

    I use the built-in Screen Capture all the time....Command-Shift-3 and Command-Shift-4.
    As recently as two days ago, it worked beautifully.
    Today, it's not working correctly. The files get saved to the desktop, but they are corrupted. I can make out the image that I captured, but it looks like the horizontal setting on old cathode ray TVs is waaay out of sync.
    I've tried a different user on the machine. I've tried changing the format from png to jpeg to pdf and back to png. Same result.
    This is weird.
    Any ideas?

    OK, weird. The problem has 'gone away' without doing anything specific. I didn't even realize it - I just did a screen shot because I needed it and then sent it to the person who needed it. Only later, did I realize that I had had problems just yesterday.
    I didn't even get a chance to try the suggestions listed above.
    By the way, all three versions of the file were corrupted: the desktop icon, the Quick Look version and the actual file as seen in Preview.
    If it happens again, I'll be back.
    Thanks for the help people. I hope to return the favor.
    Message was edited by: Zonker in Russia

  • Screen Capture File Type (PNG)

    I would like to change the file type, currently PNG, of OS X's screen capture. Is there a preference I can change to choose different file types? I would like it to be JPEG.
    Thanks for your help
    John

    Found answer by using terminal.
    Alright, start up Launchpad. Go into your Utilities folder and start up Terminal. Just type in what I show you & I'll also included it in the text below so you can simply copy paste it into your Terminal.
    defaults write com.apple.screencapture type jpg
    Now, the last part jpg is obviously saying that we want the default to be a JPEG. You can actually change this to any image format you want. You can change it to a BMP, TIF, PDF, whatever. Once you have that hit enter and type:
    killall SystemUIServer
    Make sure to capitalize it just as I have here. Once you have that hit enter. Ok Lets take another screencpature and see how the info has changed. Command+Shift+3 .. Right click .. get info ..
    https://www.youtube.com/watch?v=6SD7rAfBJPk

  • Screen Capture File Size Discrepancy

    Can someone please explain to me why the screen capture (cmd-shift-4) generates such huge files?
    I made a screen capture which was saved to my desktop as picture-1.png. Examining the file's properties showed that the file size was 1.03MB.
    Next I opened the file in Photoshop, used Save For Web, and set the file type to PNG-24. This file, which in every way is identical to the original except for file size is only 11kb.
    Why is the OSX screen capture larger by a factor of nearly 100?

    Just by way of illustration, when I take a PNG screenshot of my 23 inch LCD I get a 4.4 MB file. But only if the desktop picture is all that is showing.
    By contrast, a PNG screenshot of the same screen with OSX windows covering the desktop is only 360KB. Why the discrepancy?
    PNG compresses using a raster notation that works at its best when continuous identical pixels cover some horizontal stretch. Just like Mac OSX windows. Noncontinuous colored pixels are very hard for PNG to compress, since there are very few identical colors. This is why photographs should be compressed with JPG (which uses a color averaging scheme) and web animations with PNG.
    The OSX screenshot format uses 32 bit PNG, which is 16.7 million colors. So if you are reducing the bit depth to 24 bits, that is a huge reduction in filesize. Especially if the 24 bit format converts colors to identical runs, which compress better in PNG. I am talking about color variation you can't even see. That would explain the "factor of nearly 100" you noticed.

  • Screen Capture File Format

    Does anyone know a way to change the default file format in the Mac OS screen capture utility to a different format other than PNG? Thanks.

    cbenham wrote:
    Does anyone know a way to change the default file format in the Mac OS screen capture utility to a different format other than PNG? Thanks.
    There are two default screen capture mechanisms in Leopard:
    The direct ⌘ shortcut, and the application, grab.
    I presume you are referring to the ⌘ shortcuts since the default for grab is tiff
    ⌘-Shift-3 = Screen
    ⌘-Shift-4 = Selection
    ⌘-Shift-4 + Spacebar = Window
    To change the format, in a terminal enter
    defaults write com.apple.screencapture type image_format
    where "image_format" can be
    tiff
    jpg
    pdf
    and possibly others.
    When using the terminal, you are on your own and if you are unfamiliar with it, be very careful.
    Message was edited by: nerowolfe

  • Screen capture file storage

    It looks like Jabber stores screen captures forever under My Documents/MyJabberFiles.  Does Jabber jimit the growth of these?  Is there a way to change this to use the temporary files directory so that they can be easily purged?
    The endless growth of screen captures and chat history isn't a good behaviour.
    Thanks,
    Eric

    I just came across this "problem" today as well.  File transfers are stored in this location as well.  My concern is not only from an excessive file growth problem, but also a litigation discovery problem.  We don't like to have any data on our desktops that is discoverable.  I would like to be able to change this default location for screen captures and file transfers to a network location.  Or even better, an option to change the location to a network location and purge after x number of days.
    We do not keep chat history for the same reason, to avoid having to retrieve files from desktops if a discovery request comes in.

  • Grab - default screen capture file location

    HI. Is there a way to have Grab save screen captures to a location other than the Desktop? I checked in Preferences and there are none.
    Thanks!

    are you talking about the app "Grab" or are you talking about screen capture via the keystrokes cmd-shift-3 and cmd-shift-4? if you're talking about the cmd-shift-3/4 then there is an easy way to change the save location for the file.
    in terminal issue the following command
    *defaults write com.apple.screencapture location /LOCATION*
    where LOCATION is the location of the directory you want to save to.
    for example if you wanted to save to a folder that you've created on your desktop called 'Screenshots' then the command would be
    *defaults write com.apple.screencapture location /Users/YOURUSERNAME/Desktop/Screenshots*
    or alternatively
    *defaults write com.apple.screencapture location ~/Desktop/Screenshots*
    this will take effect once you log out and log back in.
    hope this helps

  • Need Help on Remote Host Screen Capture.

    hi.,
    This is KrishnaRao from Hyderabad.,Am looking for code like Spyware Functionality.We have Pc's in Network
    my host is server.am looking to run Java code which connects to another computer based on IP/System Name and capture photos from Remote host(Client).thing is i dont want to place any client file @ remote host.
    i got photo capture through java.awt.Robot class.i heard through Remote Desktop Protocol i can do
    the process which want.So first of all i need how to connect remote machine using RDP. So kindly process any code availible with Java Community.
    Code for Photo capture
    Robot robot = new Robot();
    BufferedImage bufferedImage = robot.createScreenCapture(new Rectangle(new Dimension(1024, 768)));
    File imageFile = new File("screenshot.jpeg");
    ImageIO.write(bufferedImage, "jpeg", imageFile);So kindly help out in this ..contact me via "krishnaraoveera1294(at)gmail.com"

    User GuyWIthGuts blocked for a week for spamming the same topic to 7 forums.
    The threads in the following forums are being removed:
    Abstract Window Toolkit (AWT)
    Java Applet Development
    Annotation Processing
    Generics
    Networking
    Remote Method Invocation (RMI)

  • Imported screen capture file looks blurry

    Hi, I am re opening an old post, because I didnt find any answer.
    The post is from 9'th of May 2008:
    "I'm using a demo version of iShowU to record my computer screen. The resulting .mov file looks great! However, when imported into FCE and rendered, the quality is not nearly as good. It becomes blurry and the text is choppy.
    I have tried several preset and a few custom settings in iShowU. Almost all of them produce a great looking movie when playing in Quicktime. But none of them look good in FCE 3.0. They look passable, but not as good as I had hoped.
    Any suggestions?
    Thanks,
    Mike
    I have the same problem, using the FCE 4.0. I am struggling with this for two weeks now and still couldnt find any solution. I would really appreciate if somebody could help me,
    thanks in advance,
    Michał

    Thanks for Your answers, it were inspiring
    I think I have the answer.
    1) You should use Animation codec, instead od dv pal or dv ntsc
    do not scale it or resize if You plan to edit it
    2)In FCE You MUST choose in the sequence preset, one of Apple Intermediate Codec. Using any dv preset, will cause blurring.
    (I don't know how it works in FCP, any info will be greatly appreciated)
    in FCE all apple intermediate (as HD ) are in 16:9 aspect ratio, i wonder how can I make screencast in 4:3?

  • Possible to use swf or other screen capture files with RH8

    Or am I limited to image files. Wish I could transition to HTML but not an option right now.
    Thanks for your help.

    That and the fact that Windows Vista no longer supports WinHelp files out of the box. Users have to download a viewer to enable them to see their contents. WinHelp is a help format that is so little used nowadays that I'd do all you can to migrate to another format.
    Read the RoboColum(n).

  • HELP!! Black screen on my MacBook Pro after leaving open and on for over 8 hours.

    Hi everyone,
    This is the first time I'm using the discussion board as I haven't had any problems with my MacBook Pro since I bought it in November 2010. However, yesterday, I left my laptop on and open for over 8 hours without realising. When I came back to my laptop it had a black screen that just wouldn't go away. I pressed all the buttons on my keypad to wake it up but this didn't work. The caps lock key lights up when pressed and the volume button makes the clicky noise when turned up and down but the screen is still black. I have tried turning the laptop on/off using the power button several times. When it starts up it makes the usual sounds and I can hear that it is on but the screen is still black.
    I do not use my laptop for anything complicated. I really only use it to browse the web. I hope someone can help me. I have tried to make an appointment with the Genius Bar but there are no available appointments at my local one. I'm not a mac expert and don't understand technical words so please speak in layman terms otherwise I won't understand. Any help would be greatly appreciated. Many thanks

    If you've a 15" version, maybe...
    Mid-2010 15" MacBook Pros - the bad NVIDIA GPU
    If you're having frequent kernel panics with your 15" mid-2010, or intermittent screen problems, the problem is, more than likely, the faulty NVIDIA GPU found in a number of those machines.
    Here's just a sample of a kernel panic log that points to the faulty NVIDIA card:
    Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0x82ac4000->0x82b7afff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
             com.apple.nvidia.nv50hal(6.4.0)@0x83c05000->0x84019fff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
             com.apple.NVDAResman(6.4.0)@0x834a0000->0x8378dfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
    Here's the "official" Apple take on the issue - but the very real kernel panics need not be preceded by 'Intermittent black screen or loss of video'... in fact, you might not experience any video problems at all. Although video problems can certainly be a portent of things to come…
    So what can you do? Print out a copy of your kernel panic and a copy of the Knowledge Base article and take them, along with your machine, to your local Apple Store or an Apple Authorized Service Provider. They should be more than willing to install a new logic board at no cost. I have no idea why this faulty GPU is making the headline here on the MacBook Pro forum so often now - could it be because Mountain Lion is just bringing the issue to a head more readily? I don't know - I only know that we're seeing more and more of these kernel panics of late.
    Good luck,
    Clinton

  • Screen Capture Blurry After Transcode

    This is probably a dumb question because I am not usually the one working with video, but I really need help! I am doing a demonstration on my computer and I need to make it into a DVD. I used Windows Media Encoder 3 to capture my screen and then save it as a wmv. This file looks fine. I edited the video in Premier CS4 and it still looks fine. But when I try making the Premier file into a DVD using Encore, it makes the quality look horrible. Pictures become really pixelated, and text just becomes big blobs. I tried to transcode using the highest setting, but this did not help. Is there something else I can do? Thanks for any help!

    First, the screen capture to WMV will heavily compress the footage. WMV is a streaming media, delivery-only format, and is not meant to be edited - strike one. Now, PrPro, while it will Import WMV, will have to basically convert it to DV-AVI to allow for Frame-level editing. DV-AVI conversion, even at an internal basis, does a little bit of compression. Though nothing like the quality hit just going to WMV, there is a tiny hit there is some - strike 2 (well, probably really strike 1.25...). Then, you need to get to MPEG-2 for the DVD. That is another heavily compressed format. When starting with a DV-AVI, it does a nice job. When you start with a WMV, to though the process of converting it back to I-frame footage to edit, and then compress the heck out of it again - strike 3. This does not make THAT much difference whether you do the MPEG-2 conversion (Transcoding) in Encore, or from PrPro. The key word is "much." You might want to experiment with using a standalone encoder to create your MPEG-2, rather than either Encore, or PrPro. Some are better. The ones used by Hollywood with 10-pass encoding run into the tens, if not hundreds, of thousands of dollars, and are run by experts, who do nothing else all day, 5 days per week. Besides going to a stand-alone encoder, you will need to bit-budget to find out how much material vs the bit-rate, will fit your disc.
    The better workflow would be to NOT use WMV, but instead an I-frame format/CODEC in the first place. DV-AVI (though slightly compressed) would be an ideal choice. Then, the ultimate quality to MPEG-2 would be to Export from PrPro is something like the Lagarith Lossless CODEC, and use a stand-alone encoder and bit-budgeting to get the ultimate 100% DVD-compliant MPEG-2. That would be Imported into Encore, and if not detected automatically should be set to Do Not Transcode.
    Hope that this explains where the quality is going, and provides a workflow that would cut the losses.
    Hunt

Maybe you are looking for

  • Unable to register FullfillmentESB of OrderBooking Application

    Hi Experts, we are using SOA suite 10.1.3.1.0 with Jdev 10.1.3.1.0, when we are trying to deploy the FullfillmentESB to Integration server, prompted with the following error: Entity Deployment Failed error code: 0 : 10 summary: An unhandled exception

  • Form9i about username and password in URL

    hi all i need to hide the user name and password that comming in URL "http://192.168.1.100:8888/forms90/f90servlet?form=C:\ver6\MODULE1.fmx&userid=SCOTT/TIGER@orcl&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES" Pleas

  • Error message in PAI module

    Hello, i have written an message 'text' type 'e' in a PAI module. when this message is executed i am taken bacl to the screen but none of the fields are editable any longer. i have to come out of the transaction. can someone help me on this? what els

  • I need to return an ipod bought on ebay - please help

    I bought a new ipod through ebay a month or so ago only to find it faulty - jamming constantly, screen sticking, skipping through songs - so I contacted the seller. He told me I needed to contact Apple, although on this forum it looks like you are me

  • Title has too much black time

    When I add a title to the movie, the title scrolls by very fast and then I have a number of seconds of black before my movie begins. I have tried to alter the speed and the pause, but I can't change the length of time the black stays on the screen. A