What does the PRIN setting in MAX mean for my Dalsa CL-C8-6000A Camera?

I am using PCI-1424 with Dalsa CL-C8-6000A Camera. The
integration setting in MAX allows me to set the integration time using PRIN. But what does the number mean? How do you I convert it to time units (seconds,say)?

Dalsa uses the PRIN line to control its integration time based on the pixel clock of the camera. So to convert PRIN to time units, you first need to do know the frame rate you will be working at. This will allow you to then calculate the pixel clock and thusly the amount of time for say 1000 pixel clocks.
One consequence of this is that as you change your frame rate, your integration time will also change (since your pixel clock is now faster or slower).
Jack Arnold
National Instruments

Similar Messages

  • HT201210 What does the do not disturb selecton mean? under settings

    What does the 'do not disturb' selection mean under settings?

    It allows you to not be disturbed by calls, messages, E-Mail notifications, etc. You can also set it for certain times, like from 10:30pm to 6am

  • What does the "yellow section"  "other" files mean under hard disk storage?

    what does the "yellow section"  "other" files mean under hard disk storage?

    david just to right of your initial post is a column entitled "More Like This." Check out some of the posts that seem similar.

  • On my mini ipad, I cleared the cookies/histories in the safari setting.  But what does the advance-setting of the clearing the website data does?  What's that used for? Thank you!

    On my mini ipad, when I'm on the internet -- a few times I will see a blue small pop-up boxes telling me to allow down/load or add something like the bubble-splash game or something similar.  I jusr click ignore and it goes away.. I'm not sure why it's showing up lately.. I'm not sure if it's a virus or hacked in or a web brower matter..
    Should I go to the cookies/histories in the safari setting and have it cleared out?  Will that help resolve that?? 
    And what does the advance-setting of the clearing the website data does?  Sorry, I'm not familiar.. what's is that used for? Should I use that feature as well?? Thank you!

    This indicates corrupt files.
    A restore should resolve.

  • What does the square and capital n mean in safari

    What does the square and capital n mean in safari it's right next to the battery meter

    HI and welcome to Apple Discussions...
    If you have installed any new apps, (games?) that could indicate a symbol for it.
    Carolyn

  • What does the Traffic Setting under Location Services do in iOS 5?

    What does the Traffic Setting under Location Services do in iOS 5?
    Do I loose anything valuable by turning that function off on my 4S?

    No mention of it in the User Manual and Mpas still shows the traffic fine with it switched off.
    Even my TomTom can update Traffic with the setting switched off.
    It's a mystery

  • What does the cloud with downward arrow mean when trying to download a game from app store?

    what does the cloud with downward arrow mean when trying to download a game from app store?

    Hey there ArmidaKers,
    Welcome to Apple Support Communities.
    This article provides information about accessing your past purchases from iTunes in the Cloud, and it should answer your question about the download icon that you’re seeing when browsing the App Store on your iPad.
    Download past purchases - Apple Support
    So long,
    -Jason

  • What does the upside down question mark mean???

    what does the upside down question mark (¿) mean??? its a collection of dem together like ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿
    what does it represent??? how can we read it??           

    Where do you see it?
    Debugging?
    Email?
    Importing an image?
    Converting a PDF?
    Sounds like a corrupted font or munged Unicode interaction...

  • HT201210 what does "the firmware is not compatible" mean?

    what does "the firmware is not compatible" mean?

    it's been rooted or Jailbroken you will not get help here. via rules of the site  google what you asked it can be fixed

  • What does the i in apple products stand for?

    What does the i in apple products stand for?

    http://pc.net/helpcenter/answers/meaning_of_i_in_apple_products
     Cheers, Tom

  • What does the usage of CURSOR word mean in an SQL statement?

    Hey folks,
    Please check out the following query and do please explain me what does the usage of CURSOR keyword in an SQL statement mean.
    select deptno,cursor(select ename from emp a where a.deptno=b.deptno) from dept b;
    well, the output was like this,
    DEPTNO CURSOR(SELECTENAMEFR
    10 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    CLARK
    KING
    20 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    SMITH
    JONES
    SCOTT
    ADAMS
    FORD
    30 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    ALLEN
    WARD
    MARTIN
    BLAKE
    TURNER
    JAMES
    6 rows selected.
    40 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    no rows selected
    Your favour'll be deeply appreciated.
    Cheers,
    PCZ

    This returns a non-square result set. Each row of the result is a deptno and then a result set of the enames in that deptno.
    This can be useful when you need to send a lot of data to a client application in a single query that would otherwise contain a lot of redundancy. It tends to be a relatively unusual construct (I've only found one situation where it was appropriate in my career) and requires some relatively sophisticated understanding on both the database and client sides.
    Justin

  • What does the "Local Area Connection* 12" mean?

    using the commands below(win 8.1 professional):
    netsh wlan set hostednetwork mode = allow ssid=myWifiName key=myWifiPwd
    netsh wlan start hostednetwork
    In Windows 7, the commands will generate "Wireless Network Connection 2"(I think the reason is that there already exists a connection called WLAN. So it starts from number 2).
    In Windows 8.1, the commands will generate "Local Area Connection* 12"(I could not figure out the reason why the number is 12 and what the asterisk means???).
    I could not stop myself from thinking why the number starts from 12 and what the asterisk means? I could not get useful info from google. So I registered an account. Could you help me please ? thanks.

    Windows makes several "simulated" network adapters for various purposes. For example, if you're on an IPv4-only network, but you want to connect to an IPv6 computer on the internet, Windows can create a simulated network adapter that tunnels the IPv6 traffic
    through your IPv4 network.
    There are actually quite a few of these simulated network adapters.  Since they usually quietly take care of themselves, and they don't correspond to any actual network hardware that you (the end-user) can see or touch, Windows will hide them by default,
    to avoid clutter.
    Now suppose Windows just started numbering all the adapters with the same naming scheme ("Ethernet 1", "Ethernet 2", "Ethernet 3", . . ., etc.).  Then by the time you actually install your actual NIC, it would probably get a name like "Ethernet 7". 
    But since Windows hides the first 6 network interfaces, you'd see a listing that only includes one NIC: "Ethernet 7".  And you'd probably say "stupid Windows doesn't know how to count."
    So instead, we have two numbering schemes.  Real, physical NICs get numbered "Ethernet ###" (or "Wi-Fi ###", etc.) while all the hidden network adapters get "Local Area Connection* ###".  That way, the NICs that you see will be numbered
    starting from 1, even though there are a big pile of hidden network interfaces that were installed first.
    What does the asterisk mean?  The asterisk used to be the signal that the NIC was a hidden NIC.  Older versions of Windows named all visible NICs "Local Area Connection ###", and hidden ones were distinguished by adding an extra asterisk. 
    These days, we try to avoid using nerdy jargon like "Local Area Connection" when talking to you, so we changed the naming pattern to "Ethernet".  But since hidden NICs don't matter, we kept their old naming pattern with the asterisk.
    If you're curious, you can see all the network interfaces on your system with this PowerShell command:
    Get-NetAdapter -IncludeHidden
    (I'm the engineer that invented and implemented Windows's current NIC naming policies.)

  • What does the padlock on I-Tunes mean?

    I just bought my Nano today and having troubles. I hooked it up and it automatically downloaded my songs on it. But now it's got a padlock at the bottom of screen by the bar that shows how much memory is used and what's left on my I-Pod and the list of songs are not black for me to click and move. What does the padlock mean?
    thanks
    Chris
    Nano    

    The padlock icon indicates that you have the iPod set to auto transfer. That's also why the songs are 'greyed out' and not selectable or editable.
    If you want to change this, you'll have to select manual transfer instead.

  • What does the icon on my battery mean?

    hello nokia lebanon what does the exclamation mark (?) shown at the battery icon means ?
    Moderator's note: The title was edited. A better subject was provided.

    Hi NicolasMansour,
    What's your phone's model? If this is for a Windows phone, can you verify if this  is the icon that you're seeing? If yes, that means the battery power or state of the battery isn't known at the current time. See: What do the icons on my phone mean? If you're referring to a different phone or a different icon, would you mind telling us its model and sending us a screenshot so we can further check?
    We look forward to your reply. BTW, congratulations on your first post.

  • What do the blue versus gray icons mean for groups in address book

    When I subscribe to another address book, it sits below a line under all my contact groups.
    My group icons are grey, the subscribed contact group icons are blue.
    If I drag a subscribed group to my "All" group then it sits there like a normal group, and sync to my iphone/touch etc. but the icon remains blue.
    I got excited thinking that it would automatically update any changes found in the subscribed address book but that doesn't seem to be the case.
    So what does the blue icon mean? is there something special I can do with it? I can't find any apple documentation anywhere.
    Thanks
    Edward

    The blue dots mean the addressee has a device capable of using iMessage.
    Try using the phone number instead of the email address to send the message.

Maybe you are looking for

  • Unable to delete anything on page/form

    Hi, I seem to be having a problem with deleting objects from my form in application developer mode and in multi row deletes in form mode. I am able to add and amend objects such as buttons to the form etc but when I try and delete, nothing happens. I

  • Error when draging function fromserver to proxy

    Hi ;    when i try to drag a function from server to proxy ; i get this error and when i pressed "ok" button its freez. thanks . INFO: using loging implamantetion"AILogging" Exception in thread "main" com.sap.aii.upload.api.LoginException$Wrongpasswo

  • TS1503 Have any of you gotten an error of required disk is not available when trying to sync you I phone 4 to a MAC?

    Has anyone received an error saying the required disk is not available when trying to sync their MAC with Iphone 4?

  • Popup reopen problem

    Hi, I am using PopupManager class for opening and closing a popup. The problem I am facing is that, once I close the popup and reopen it, whatever action I did when I opened the popup for the first time is lost. I have a tree control inside the popup

  • Capture data from Change Password form

    Hi All, I am trying to capture an error in the "Change Password Form". This error gets generated because of a custom java API call I make in the form. I want to show the error on the "Change Password Results" page. I tried to set the error message as