Possible to build PC based frame buffer using PCI 6111?

I'm considering building a variable scan rate, passive capture frame buffer for Scanning Electron Microscopes. There are no off the shelf frame grabbers that support the clock rates I need and so I'm considering building a line grabber with a DAQ style device and building a frame in PC memory. Has anyone done this. Does the 'setup and run' support of a a PCI-6111 support grabbing video lines in rapid succession and then DMA'ing them out before the next video line comes in? Pixel clock is about 38KHz and 640 samples per line.

Rick Walton,
I noticed that I failed to post the link to the product spec page for the PCI-6111 (it can be found here).
The PCI-6111 can handle sampling rates up to a maximum of 5MS/s (see NI PCI-6111 User Manual).
The sampling rates are indeed programmable at your desired range.
If you have any further questions please post back. You can also look at the NI PCI-6111 page for specific pricing and purchasing inquiries.
Craig H.
National Instruments

Similar Messages

  • Is it possible to establish an I2C communicat​ion using PCIe-6363?

    Hi,
    Is it possible to establish an I2C communication using PCIe-6363? If yes any example would be appreciated.
    All I2C labview solution are using LabVIEW FPGA modules but PCIe-6363 doesn't seem to be compatible with FPGA modules.
    However PCIe-6363 can generate dgitial input/output signal up to 1MS/S which is more than enought for 100KHz I2C communcation.
    Thanks
    Charles

    Thanks for your link,
    it clearly explains that a Per-Cycle Tristating DAQ is necessary so I can't use the PCIe-6363 for I2C communication.

  • Building Web Based VoIP Phone using Flex

    Hi, all.
    I want to build a sip client web based using Adobe Flex. Anyone can tell me how I start?
    By the way, I use Asterisk as communication server.
    In other discussion, I find the google alchemy, but I still don't know what it is.
    Please your answer, all flex master.
    Thanks.

    I'll move this to off-topic since you've been correctly pointed to forums.asp.net.  I just want to mention that whatever that article was demonstrating is probably irrelevant in today's web development ecosystem.  For example, an event calendar
    is likely to be its own web control that you can just drop onto a web form (or otherwise instantiate in a web page).  I know of a couple retail components that can do it and there are probably free ones available too.  Even if you build your own
    it will likely be little more than an existing calendar control with perhaps some custom rendering code.
    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

  • Building arguments of URL when using HTTP Adapter

    I am using the HTTP adapter in one of my interfaces and need to call an url that has arguments. For e.g.
    http://dpw6716.roseville.mycompany.com:8058/accelis/servlet/publish?type=create&ItemId=1018&Name=Harshad&Desc=FromXI
    In the above URL the <b>ItemID</b> and the <b>Description</b> are dynamic. Is it possible to build such dynamic urls and used in the http adapter configuration? if so how? Can context objects be used here for the dynamic part?
    Thanks,
    Harshad

    Hi Harshad,
    it is possible to build up dynamic URLs, but the way is quite complex. You have to configure a XI-mandant as "Application System" to use it as allocator. Your message will be received there in an inbound-proxy (ABAP), where you have to implement a dynamic WAS-Request (class CL_HTTP_CLIENT).
    Regards Udo

  • Is it possible to build a firewall using labview??

    Is it possible to build a firewall using labview??
    RAJESH

    There are several kinds of firewalls, for example:
    (1) so called "personal firewall software" which applies some policies to incoming and outgoing ethernet traffic on the computer it is running.
    (2) Dedicated hardware firewalls (having at least two ethernet interfaces) that enforce policies of traffic flowing across. These can be bridging, routing, or even be proxying.
    LabVIEW does NOT have access to the low level packet structure (ethernet header, ip header, tcp header, etc.) and relies on the OS for routing decisions. LabVIEW only deals with TCP and UDP and only at a very high level. A firewall must also make decisions for e.g. ICMP, GRE, or other IP packets, must know the status of all TCP flags (SYN, ACK, URG, PSH, FIN, RST), must check for valid fragmentations, et., etc.. LabVIEW cannot do any typical firewall tasks unless you do most of your work with external routines. In this case, LabVIEW just provides the UI.
    (Even simple ftp traffic would be quite complicated. For example the ports for the secondary data connections must be dynamically allowed based on information gleaned from the control connection, in this particular case the PORT command and the reply to the PASV command).
    I would say the answer is NO! Not with the networking tools provided with LabVIEW alone.
    With lots of work, you might be able to built a simple proxy server using LabVIEW, but this would seem quite useless...
    LabVIEW Champion . Do more with less code and in less time .

  • How to build the members in essbase based on levels using EAL

    Hi All,
    How to restrict the members to build the in essbase based on levels using EAL.
    I've requirement, in one dimension, needs to build the one level1 member as level0 in essbase.
    please let me know the procedure, if any one implemented or face similar.
    Thanks in advance,
    Kiran

    there's no such functionality in EAL to create Essbase outlines based on levels. the only workaround to this is to use Mapping tables:
    1- create the dimension in essbase with the desired HFM level 1 members as level 0.
    2- set this specific dimension to mapping in your design grid within your EAL Bridge
    3- create the SQL Mapping table and start mapping those members from HFM to Essbase.
    Tanios

  • Is it possible to build a project with Labview 2010 on a Windows XP system, that is useful for a system with windows 7 on it?

    Hi there,
    I am planning to use Labview 2010 in a short time.
    But before I'm going to use it I have some questions.
    I know it is possible to run Labview 2010 in an XP environment. But is it also possible to, when running Labview 2010 on a XP system, to build a project to a version that is useful in a Windows 7 environment?
    Or do I have to run Labview 2010, when I want to build a project that is useful on a Windows 7 system, on a system with Windows 7?
    Please give me some information.
    I hope to hear from one of you soon.
    Regards,
    Kenny
    Solved!
    Go to Solution.

    Is it possible to build a project with Labview 2009 on a Windows XP system, that is useful for a system with windows 7 on it?
    Thanks.
    Philippe B.
    Certified Associate Developer / Dépt Moyens d'essais
    www.ingenia-system.com

  • Is that possible to build cube using STAGING FACT TABLE on Essbase ?????

    Is that possible to build cube using STAGING FACT TABLE on Essbase ?????
    If yes, kindly guide me to do ....
    Thanks in advance,
    Mehar

    I'm not sure what you are asking. IF you are asking if you can use a fact table as the source for buildnig an Essbase database, the answer is yes, from either SQL interface or Essbase Studio (or ODI or EIS). IF you are asking if you can use as relational staging table as an Essbase cube then no. If you can phrase the question differently or give an example of that you are trying to do, it might clarify what you are trying to do

  • Flex with a virtual frame buffer

    I have to run an automated version of my flex app on a
    headless server so I'm using a virtual frame buffer (Xvfb) running
    on Solaris in an oc4j container.
    I can get the following command to 'apparently' launch the
    app:
    String cmd = "/bin/sh DISPLAY=:5 /opt/sfw/bin/firefox "+
    url+" -width 1600 -height 1200";
    I say apparently because it does not cause any errors. But
    when I send messages to the flex app via BlazeDS for it to do it's
    thing...they never get there. I know the program works because it
    is fine in my localhost development environment, but how do I get
    the app to launch with a virtual frame buffer or more generally, on
    a headless server?

    This is a wild guess based on a small amount of research, but
    you might want to check the 'headless-server' compiler option - see
    http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Live Docs_Book_Parts&file=performance_118_41.html
    and
    http://community.adobe.com/help/search.html?q=headless-server=true&loc=en-us&hl=en-us&lbl= flex_product_adobelr&go=Search&self=1,
    also
    http://osflash.org/pipermail/osflash_osflash.org/2008-August/015858.html
    hth...

  • Connect SharePoint to SQL Server Database Then Build Rules Based Returns System

    Hello Guys,
    I work for an ecommerce business. We sell a wide range of products to customers all around the world which are ordered from our websites and then dispatched to our customers from our warehouses.
    I have been tasked with developing a computerised return system from the company because at the moment everything is done using paper forms.
    We have all our customer, order and product data within SQL Server databases.
    What I would like to know is...
    1. Can we connect sharepoint online to a local sql server database
    2. Could we then build searches within sharepoint to display data contained within these databases e.g. customer information etc
    3. How is the data presented in sharepoint - is there a way to design how the data is displayed within sharepoint etc?
    4. Can we then build a rules based return system within sharepoint? The on screen workflow would need to vary according to data contained within the database e.g. the weight if the product being returned and also on fields input by the service agent such
    as the reason for the return, what solution the customer would like etc.
    5. is it possible to build these workflows in such a way that they can be saved part way through then gone back to later
    6. Can reports be build based on the returns that are being generated e.g. list of products most commonly returned
    Sorry for all the questions, I am a bit of sharepoint novice. I think it may possible be able to do what we need but I just wondered if the answer to any of the above questions is definately a no because if it is that could mean it is not suitable
    Thanks

    You could use a BCS connection
    http://community.office365.com/en-us/b/office_365_community_blog/archive/2012/10/11/business-data-connectivity-services-in-office-365-sharepoint-online.aspx, this will allow you to edit data in your non SharePoint SQL DB, on premises, from Office 365 SharePoint.
    Search will index the web applications you point it at, and the lists from the BCS will be part of those web apps, site collections, sites at some place and will get indexed. 
    You can create views on the data, that can sort of work like a search, but when you search on the site where the lists are the query will return results based on the BCS data.
    These views can be based on criteria such as the weight of the product being returned and other fields.
    The data is presented as a list.
    You can make it read only or read-write based on SharePoint permissions on the list.  The account used to create the connection can edit.
    BCS is possible in on-premises SharePoint too
    here is a good read on it,
    http://www.dotnetcurry.com/showarticle.aspx?ID=632
    Stacy Simpkins | MCSE SharePoint | www.sharepointpapa.com

  • Frame buffer

    Hello everyone,
    i am going to buy Sun 501-1718 CG3 Color Frame Buffer SBUS Card for my ultra 30. But i am not sure whether this frame buffer can be operational or not.
    According to sunsolve, ultra 30 graphic specification does not have entry for CG3 color frame buffer sbus card.
    if you know or have suggestions, please drop the line
    thanks

    Hello ,
    your System is PCI-based - so you can�t usr a
    sbus frame buffer.
    You can use a Elite3d SUN501-4860 ,
    Creator Series2 SUN501-4174,Creator3d Sun501-4172
    or a PGX SUN370-2256
    Uwe

  • IS IT POSSIBLE TO CREATE SLICER BASED ON CREATED SET?

    HI ALL
    I was wondering is it possible to create slicer for set created based on column items?
    Data table looks like:
    TABLE 1.
                              PRODUCER1     PRODUCER2     PRODUCER3     ....        
    PRODUCER50
    PRODUCT 1                                                 
    PRODUCT 2                                             
    SALES VALUES
    PRODUCT N
    I created set based on column items and called it PRODUCERS
    What I need is to create slicer for PRODUCERS.
    The problem is powerpivot does not give a possibility to create slicer! I can use PRODUCERS in my powerpivot table, but I can not create slicer!
    I was wondering why? And is there any workaround?
    Thanks for potential replies.

    Model structure is simple and looks like below.
    Table 1. with main data.
    Table 2. was created to build a slicer for producers.
    Those tables are disconected ones.
    TABLE 1.
    PRODUCER1     PRODUCER2     PRODUCER3     ....         PRODUCER50
    PRODUCT 1                                                 
    PRODUCT 2                                             
    SALES VALUES
    PRODUCT N
    Table2.
    PRODUCERS
    producer 1
    producer 2
    producer 50
    To remind I need to be able to slice sales data by Producers.
    What I am trying to do now is to:
        - create slicer for Table 2.
        - use this slicer to filter Table 1. ( I need a good measure to do this)
     But I am not sure this workaround is possible. The measure I wrote returns error.
    MEASURE:=IF(VALUES(Table 2[PRODUCERS])="producer 1",SUM(TABLE 1.[PRODUCER1],
                      IF(VALUES(Table 2[PRODUCERS])="producer 2",SUM(TABLE 1.[PRODUCER2],
                      IF(VALUES(Table 2[PRODUCERS])="producer 50",SUM(TABLE 1.[PRODUCER50], "")))
     I could not find any similar topic to find a solution.
    Did anyone meet similar problem?

  • Direct Access To Frame Buffer

    For graphics demos that need to modify each pixel in the applet each frame, how is that done? Calling a method on a Graphics object for every pixel is waaay too sloooow. Even calling a method that does nothing for every pixel is way too slow. What I think I need is a reference to an array of bytes/chars that make up the frame buffer. How can I get that? Im thinking I need to create an Image object from an array of bytes and then draw that Image onto the Graphics object. How would I do that? I only know how to create an Image object by loading an image from a file. Is there a better way to do this? I know this is possible to do cause iv seen demos that do it.
    Advanced Thanks

    Nevermind, I got it. For those interested, I used BufferedImage.

  • How to get frame-buffer working?

    Hi all.
    Sorry if this is something simple, but I'm at a loss. I'm try to get an older PC to run some video apps (Mplayer, VLC, Etc.) at a decent speed, with frame-buffer support.
    I've booted into Arch using after appending the 'vga=n' command to the kernel. I then ran mplayer without any video options specified, but it ran way too slow in comparison with Xorg. I also specified the 'fbdev2' option, but I couldn't go fullscreen. Is there something I need to do, or is the frame-buffer just slower in general?
    The card is a Matrox G200 (8 MB).
    In the end, I guess these would be the applicable questions:
    - Is the Arch kernel built with 'matroxfb' support by default, and if it is, how do I use it?
    - Do I need the 'directfb' package for anything?
    - Do I need to build the Matrox drivers myself?
    - Do I need to build Mplayer, or VLC, myself with Matrox FB support?

    There is special support for Matrox in mplayer: -vo mga and -vo xmga
    Run 'mplayer -vo help', see if those mentioned above are on the list. If not, you'll need to compile mplayer yourself. Though I have no idea what exactly the requisites are to get those working. If you can't get those to work, you're limited to fbdev which is indeed much slower than Xv, because colorspace conversion and scalign need to be done in software. So get vo mga working.

  • I want to play video on my computer to make some analysis to frames,the problem that I face ,I can't change video frame rate using labview,but I can change frame rate to the video out of labview using some program

    HI All
    I want to play video on my computer to make some analysis to it's frames,the problem that I face ,I can't change video frame rate using labview,but I can change frame rate to the video out of labview using some program .
    I used IMAQ AVI Read Frame VI
    for example I have avi video It's frame rate is 25 fbs ,my image processing code is very fast that can process more 25 fbs,so I want to accelerate video acquisition

    Hi abdelhady,
    I looked into this further, and reading an AVI file into LabVIEW faster than its frames per second won't be possible. LabVIEW could read in frames faster than 25fps, but because it will be pulling the available frame at that point in time this would just give you duplicate frames. If you want to be able to read in frames at faster than 25fps, you would need to speed up your AVI file before reading into LabVIEW.
    There's a good shipping example to show how to read in from an AVI file, "Read AVI File.vi". You'll notice that they add timing to make sure that the while loop runs at the right speed to match up with the frames per second of the file being read. This is to make sure you're not reading duplicate frames.
    Thank you,
    Emily C
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Error during MIRO fpr number range .

    Dear All ,                                          Pl see the error below during Posting MIRO --> In company code 1000, the number range 51 is missing for the year 2009 Message no. F5150 Diagnosis The document type you specified has been allocated t

  • 5800 XM Photo Gallery Crash ? Firmware suggession ...

    Hello , in my 5800 XM. The photo Gallery crashes every time in loading thumbnails when browsing. I got more than 100 pics and it keeps crashing when scrolling. Plz tell me if its the latest firmware ( v52.0.07 ) or its my 2 GB external memory or phon

  • ITunes U Private issue

    ISSUE: Can't access iTunes U public with admin credential. Reproduce: 1) Click on private URL https://deimos.apple.com/WebObjects/Core.woa/SignIn/indiana.edu 2) Log in 3) Wait 4) Log in successful, however iTunes U page is black with scroll bar. iTun

  • Alarm Tone, Media Card Issues

    Purchased Curve 9360 about a week ago. Had memory card in my old Blackberry which I transferred and was working fine. Tried to put in a new memory card (wanted more storage), transferred things onto it, everything fine. Tried to change alarm tone to

  • Similar Wi Fi woes but a little different.

    I don't have a physical router (I'm using the built in Airport on my iMac) but can't connect to anything over my iPhone G3's (or my first gen iPhone) Wi Fi. I have Airport turned on on my iMac and it says it's connected to Apple Network ##### and has