If Possible to make a Image from

Hello
I have a doubt, Well I have a System where Exist a Server a three station of Work, Two PC (Station Work) are Ultra 5 (Very Old)
The Idea is to change these computer by Ultra 80 Station (Because we have this type of machine in my Store)
Is possible to make a Image of the disk of the Ultra 5 and copy this information to Ultra 80?
If this is possible, I would Like to help me,
Regard
Andres

Since the NI-DAQ driver software is multithreaded, a multiprocessor system would have enhanced performance over a single processor system. Either way, you can have multiple handshaking digital I/O cards in a system for high speed acquisition, granted you have enough operating system resources (DMA, IRQ) for the cards.
You can find more information about this by going to the http://www.ni.com/support page and searching All Technical Resources for the keyword "multiprocessor". You will find an excellent NI Developer Zone presentation, as well as tutorials and other technical documents.
Geneva L.
Applications Engineer
National Instruments
http://www.ni.com/ask

Similar Messages

  • How do you make an Image from a Graphics?

    1) Is it possible to make an Image from a graphics?
    I've returned the Graphics of an image in the method of one class so that I can work with it in another class. I was looking for a setGraphics in the Image class but there isn't one. Nor is there a graphics.createImage(). What I'd really like to do is get the background image, draw on it in a separate class, then return it to the original class (for buffering purposes).
    2) is there any way to make a blank Image of given dimensions (without actually making a .gif of a blank screen)? I want to draw on the background even if it is blank, but I can't get the Graphics of a null Image.
    thanks in advance.. :-) jen

    thanks for all your help guys!
    i looked at those websites.
    The reason why the site's buffered images work is becuase they are using the paint method in a single class. (i.e. they are not calling the graphics from someplace else). If you call a Graphics (using getGraphics and the like) from someplace else, you don't get a reference or pointer; you get a COPY. The copy will helpfully record your instructions. But the original graphics doesn't get the instructions. That's my problem. My graphics instructions are not getting sent to the originating Graphics, so drawRect never gets executed.
    Another problem is that I often have no background picture in my container, and hence, I have a null pointer when I try to draw stuff on the returned Graphics.
    So what I want to do is create an image in the subclass of the rectangles, lines, whatever, and send it to my handy little setBackground(Image im) method in my superclass. And whenever the background image is null, create a white image to draw on.
    I am calling the graphics from the background of a custom lightweight container. I would REALLY REALLY not like to mess with my container code... it took me a long time to get it working.
    I also don't want to override paint. That would make all the buffering work I did obsolete. :-(

  • Is it possible to make a movie from sequence of images in JMF?

    I am in need of make a movie from image sequences created from YCbCr(YUV) values. Is it possible to make a movie from sequence of images in JMF?

    yes, it is.
    at www.java.sun.com in the JMF session there are several examples about your problem!
    cheers
    thomas

  • Is it possible to get the image from the i pad when mirroring via Apple TV to fill the screen instead of appearing as a screen within a screen?

    When mirroring, is it possible to get the image from the ipad to fill the screen on the TV instead of appearing as a screen within a screen?

    Welcome to the Apple Community.
    No, the iPad has an aspect ratio of 4:3, a TV has an aspect ratio of 16:9, to fit one into the other is impossible without distorting the picture. If your TV has a zoom feature, you may be able to use this to fill the screen a little more to your liking, but this will result in cropping top and bottom.

  • Is it Possible to make a join from a single table

    Hi all,
    Is it Possible to make a join from a single table
    Suppose HR_ALL_ORGANIZATION_UNITS table
    can we make a join in the following way
    HR_ALL_ORGANIZATION_UNITS.ORGANIZATION_ID =HR_ALL_ORGANIZATION_UNITS.BUSINESS_GROUP_ID
    Thanks in advance

    Hi
    Yes you can join,
    Like below =- it is called self join -
    Slect a.oersson_id,a.employee_numebr, b.full_name
    form
    hr_all_organization_units a,
    hr_all_organization_units b
    where
    a.person_id = b.person_id and
    sysdate between a.effective_start_date and a.effective_end_date and
    sysdate between b.effective_start_date and b.effective_end_date
    914618 wrote:
    Hi all,
    Is it Possible to make a join from a single table
    Suppose HR_ALL_ORGANIZATION_UNITS table
    can we make a join in the following way
    HR_ALL_ORGANIZATION_UNITS.ORGANIZATION_ID =HR_ALL_ORGANIZATION_UNITS.BUSINESS_GROUP_ID
    Thanks in advance

  • Make Composite image from layer data instead from merged data section...

    I am working on parsing the psd file and saving the data as per doc of photoshop 6. I need to make an image from the layer data alone with different combinations of layers selected, visible etc... and not using the merged data section in the file. Can any one please help me in this issue??
    Thank u.

    Ask in the SDK forum.
    Mylenium

  • It's possible to make Hierarchical Tree from multiple tables ?

    the famous example for Hierarchical Tree is about employee_id and manager_id field in employees table ............ so I was wondering it's possible to make[b] Hierarchical Tree from multiple tables ? and How ??
    if the answer associate with example that will be so kind of you :D
    and thanks in advance.

    HI
    use curose in when new form instance or procedure then u can got data more then one table like that
    DECLARE
    htree ITEM;
    top_node FTREE.NODE;
    new_node FTREE.NODE ;
    child_node ftree.node ;
    item_value VARCHAR2(30);
    cursor prime_cur is select main_desc mgr_name, main_code dept
    from pur_item_group_mst;
    cursor child_cur(v_dept number) is select sub_desc,sub_code
    from pur_item_group_dtl where main_code = v_dept ;
    BEGIN
    htree := Find_Item('tmp.tree4');
    for dummy in prime_cur loop
    new_node := Ftree.Add_Tree_Node(htree,
    ftree.root_node,
    Ftree.PARENT_OFFSET,
    Ftree.LAST_CHILD,
    Ftree.EXPANDED_NODE,
    dummy.mgr_name,
    'D:\ORYX_POLYBAGS\accept',
    dummy.dept);
    for child in child_cur(dummy.dept) loop
         child_node := Ftree.Add_Tree_Node(htree,
    new_node,
    Ftree.PARENT_OFFSET,
    Ftree.LAST_CHILD,
    Ftree.EXPANDED_NODE,
    child.sub_desc||' '||'('||child.sub_code||' '||')',
    'D:\ORYX_POLYBAGS\next',
    child.sub_code);
    end loop;
    end loop;
    END;
    Rizwan Shafiq
    www.rizwanshafiq.blogspot.com

  • It's is possible to make a select from a view?

    I don't know if it's possible to make a select of a table-view like V_T5F99FW if it's possible does anybody tell me how can I do?
    Thanks a lot,
    Regards,
    Rebeca

    Hi Rebeca,
    You can surely do a selection from a projection and database view but not from a maintenance view.
    The selection from a view works like a normal selection only.
    watch this link
    http://sap.ionelburlacu.ro/abap/ABAPperformance.html#Select_with_view
    Regards,
    Manish
    Edited by: MANISH GUPTA on Aug 31, 2008 1:38 PM

  • [SOLVED]possible to make live image of a current running arch system?

    Hi Friends!!!. Is it possible to make live iso image of a current running arch system? are there any tools available for that?(I want to do this cause When i install a new arch system, I want to remain my own customizations intact)
    Last edited by Pranavg1890 (2012-10-14 07:29:58)

    OK, so after reading the posts, I think that this is not possible.but i think this sould be feature which should be researched upon cause everytime I install arch on a new machine(arch reinstalls on same machine are very rare cause it's a rolling release and has excellent recovery tools) I have to spend a 5-6 hours of time configuring the system.so, i think it should be a feauture that should be worked upon.for eg. like you could chroot into the iso created and then replace the deafult configs by the one on your system or a system scanner which scans the changes on the system with respect  to default arch installation and make the necessary changes to the live image.Thanks friends for your replies. I mark this thread as solved.

  • Is it possible to make an image of a MBP, and run it as a virtual machine?

    Is it possible to create an image of an exitsting MBP, transfer the image to another system or server, and run that image as a virtual machine?  If so, how?
    Thank you

    Mac OS X will not run in a virtual machine, except as 10.6 Server:
    https://discussions.apple.com/docs/DOC-6841

  • Is it possible to create an image from part of a png image???

    i have an image and i want to create 4 indivdual image from it in which they could be combined to reform the image that i have

    Its actually quite easy, first you create a new blank image the size of the section you need, then you draw the larger image onto the new image so that the section you want starts at the top left corner of the new image. I use the code below, which works fine.
    Image image = Image.createImage("/myimage.png");
    int width = [whatever the width of the new image is];
    int height = [whatever the height of the new image is];
    int x = [x position of where your image section starts];
    int y = [y position of where your image section starts];
    //Creates a new Blank Image where we will draw our
    //section on to
    Image imageSection = Image.createImage(width, height);
    Graphics g = imageSection.getGraphics();
    //set the clip
    g.setClip(0,0, width, height);
    //Draws our larger image onto our new image
    g.drawImage(image, -x, -y, g.TOP|g.LEFT);

  • PSE10- Possible to multi-crop images from scanner?

    I'm taking the task of digitizing hundreds of old photos.  Currently, using my flatbed scanner, I scan 4 pics at a time.  Then I use PSE10 Editor's tool of "Divide Scanned Photo" to split the pictures into 4 different files.  However, sometimes this tools doesn't recognize all 4 pics correctly and I have to crop manually.  This can be tedious to crop, save, open the old file again, crop, save....and do this 4 times.  Is there a way to select multiple crop images from a file and export each to a new file? 
    Any advice is appreciated on my tedious task. 

    Thanks Barbara.  I have a really old flatbed HP scanner and am using regular Windows fax & scan to capture the images.  It's my understanding that newer HP scanners come with this type of software.  Didn't really want to invest in a new scanner.  I've tried a few trials of scanning software, but found PSE10 actually does a better job than them in it's dividing scanner pics.  I'll just deal with the ones that it can't handle manually.  Maybe we'll see a feature where we can crop and export multiple parts of a file in a future release. 

  • Is it possible to make an image by putting YCbCr(YUV) values to it?

    I want to create an image by putting YCbCr(YUV) values on it, any passiblities?

    This is your 9th posting on this topic.
    Many postings have gone unanswered, probably because nobody knows what you are talking about. Asking the same question over and over again will not help you get an answer.
    In some postings you have received sample code or links to tutorials or other resources.
    Not once have you bothered to reply to any of the 9 postings.
    So I'm not going to waste my time attempting to help when you have absolutely no respect for those that have made an attempt to help.
    I suggest you learn how to use Google, I doubt you will get much help from other regular members of the forum.

  • Is it possible to load an image from iPhone's photo gallery?

    Is it possible to create a browse event and load a photo from photo gallery on the iPhone?

    That's not possible with the current packager.
    I hope the next version will support that.

  • MAKE A IMAGE FROM TILING OF SMALL IMAGES

    HI,
    I want to make IMAGE FILE using number of other image tiling together!! how?

    What have you tried?  What thoughts do you have?  Have you looked at the Vision Utilities on the Vision and Motion Palette?
    I've not done this, myself, but I did make a black-and-white checkerboard pattern (with the size of the checks an input parameter), outputting a 2D U8 array that was "turned into" an image.  The functions necessary to "tile an image" do seem to be present in Vision Utilities.

Maybe you are looking for

  • 2005 mac mini on OSX leopard will not boot up from firewire disk

    I have an old mac mini that my son still uses and the super dirve does not work any more. But now the main hard disk needs to some attention from Disk Utility. So I need to boot up from the Leopard install DVD. But of course the DVD dirve does not wo

  • Video in..how do i know it's working

    I have finally got around to trying the video in feature on my GeForce 4 4200ti vtd 8x.  I have the latest nvidia wdm capture drivers installed properly, but every time I try to use winproducer to capture a composite video signal from my vcr I am giv

  • Pointers required in BW Reporting -

    SDNers, I need some help in setting up some unique requirements of my client. 1. How do I have exception color coding for a characteristic. I have the following - risk number ( KF ) and I need to show 1- "ATTN" / 2- "Normal" / 3- "HIGH" based on the

  • Problem with GI

    hi all, I am unable to do GI. This is error i am getting "Version 0 is not defined for fiscal year 2007" tried to look at it in IMG using the binocular help but no clue. please let me know if someone understand what it is saying. thanks sk

  • Does making more classes or incapsulation effect perfoemance?

    I have a Frame with a TabbedPane on it. There are 8 tabs. Each tab contains a JTable with lots of fields & 4 buttons. When I design all this stuff in JBuilder all panels are put into one class (...Frame class). I want to put every tab's JPanel into a