Management communication series through liaison camera card

I have a card OR cameralink and want to handle the integration of a camera time using the controls of the camera series.  Is it possible to place orders of series using other software like MatLab (heresy I know)...

My experience using MATLAB is absent, but if you can call the C API for IMAQ, then you should be able to do.  You can take a look at the help of the reference of the NOR-IMAQ function and specifically examine the functions of Communication series under features low level.

Tags: NI Hardware

Similar Questions

  • Where is the connection of the equipment to the TTL 0 on the expansion of liaison camera card OR?

    In the example of project for the PCIe-1473, there is a TTL e/s 0:

    Yet, the manual shows only TTL 1-8:

    This pin I/O does exist?

    I think that TTL 0 is the small SMB plug at the bottom of the card, below the two connectors to Camera Link.

    Bruce

  • That engine run time is necessary for communication series build Setup

    That engine run time is necessary for communication series build Setup

    You need NI-VISA. If you are using a National Instruments serial port card or device, then you also need OR Serial. All software can be found in the Technical Support page.

    Obviously, you have also the runtime for the software development environment itself as well. For example, for LabVIEW, you need to the LabVIEW Run-Time.

  • How can I download photos from my camera card in the small front port?

    How can I download photos from my camera card once I put it in the small harbour in front of the computer?

    Hi Islarich,

    Thanks for posting the question on the Microsoft Community Forums.

    According to the description, it seems you are trying to download images from the camera.

    It would be great if you could answer this question in order to help you further.

    You connect your digital camera to your computer using, USB cable or a memory card?

    To download the pictures from my camera to the computer, refer to the following Microsoft article:

    How can I get pictures from my camera to my computer? http://Windows.Microsoft.com/en-in/Windows-Vista/how-do-i-get-pictures-from-my-camera-to-my-computer

    Troubleshoot camera connection: http://windows.microsoft.com/en-us/windows-vista/troubleshoot-camera-connection-problems

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • USB and camera card readers do not appear in Microsoft Explorer

    When I open Windows Explorer, my USB drives and camera card readers make their appearance is no longer.  They always showed up there in the past.  Can someone tell me please how to make them reappear?

    I tried to plug something on them, but readers still are not displayed.

    Any help is appreciated!

    Hi joym126,

    1. check if the device is detected in Device Manager. Follow the steps to go to the Device Manager

    a. Click Start, type devmgmt.msc and press to enter.

    b. research of universal bus controllers

    2. run the patch from the link below: Tips for solving problems of USB devices:http://windows.microsoft.com/en-US/windows-vista/Tips-for-solving-problems-with-USB-devices

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Is there an app barcode scanner "through the camera" for the Surface RT?

    Is there an app barcode scanner "through the camera" for the Surface RT?

    Hi Don,
     
    Welcome to the Microsoft Community Forums.
     
    I suggest you refer to the article. for further support, please click App support in the article:
     
    Please post if you need help
  • This program automatically rises when the camera card inserted

    at the same time, I had this program. It would allow a certain number of things. Now I don't have and I don't remember the name of the program. It would come as soon as the camera card has been inserted.

    The program was Windows File Explorer. Please note that this issue is really to do with Firefox, so it is not the right forum to ask this question, although I'm happy to help you. To find this program, search file Explorer in the start menu.
    Have a great day!

    Jon

  • DAQ USB 6363 - generate digital data series through the single DIO line

    Hello

    I'm new with Labview, currently, I bought NI DAQ USB 6363 for generating control signals and signals analog accquire. I would like to send digital data series through one of the digital IOs with throughput of 30 kbps. Please see the attachment for the data frame. Could someone comment the feasibility of this? Y at - it codes for the example that I can refer to? Most of the examples I've looked at so far deals to generate several line instead of 1 single line. How can I achieve this?

    Thank you

    Diem

    Hey diem.

    After looking on your code, I understand what you were trying to do. Here's how I'd do. Usually we do not write code to clients, but you peaked my curiosity of! I hope this helps. Good luck!

    ~ kgarrett

  • Communication series with Mettler Toledo 205 XS

    Hey guys,.

    I'm in the process of establishing a communication series between my PC and a microphone Mettler Toledo (XS-205) balance. The Balance is connected via an RS 232 cable to the adapter USB TU-S9, then to the PC. I do not see the port in the MAX of NOR and via the test Panel, I put the configuration of the communication according to those of my balance:

    BD rate: 9600

    Bit\Parity: 8 / no

    Stop bits: 1

    Handshake: no

    EndofLine: LF

    CharSet: Ansi\Win (only within the balance)

    Continuous mode: OFF ("");

    now, the fact is that if I try to query the command * IDN? \n I get as a response

    1: write operation (* IDN? \n)

    Back County: 6 bytes

    2: read operation
    Back County: 17 bytes
    S\sS\s\s\s-0.0006\s\sg\n

    with an error in the data returned (Hex 0xBFFF006C). I also tried to use the script provided by the site OR Mettler-Toledo scales, but I get all the data and at the end of the routine, I get error VISA: (Hex 0xBFFF0015) timeout expired before the operation is complete.

    Everyone as an indication of what's going on? Thank you much for the help

    See you soon!

    Thank you guys for the quick responses.

    my mistake. Mettler Toledo balances does not accept the SCPI standard commands, but they have their own defined standardized command.

    Thanks anyway

  • Writing of multiple orders with communication series

    Hello

    I'm quite familiar with the basics of LabVIEW, but I'm new to communication series with VISA. I had no chance of finding a solution to my problem, but it is similar: http://forums.ni.com/t5/LabVIEW/VISA-read-write-to-serial-port-Unable-to-impelement-multiple/td-p/93....

    I am able to send a command and read the response with the device, but I can't send several commands to change the settings of the device. For example, I send 'F' to the device to read the current operating frequency and read the response (22). But if I send 'f' to the device to change the operating frequency, read the answer ('send frequency... (''), then send my desired frequency (120), I get no response.

    The default frequency at the opening of the port of the unit is 22. I would like to change the frequency to 120, then read the current operating frequency to ensure that it was indeed changed.

    I'm confused about the format of data to be sent in LabVIEW. In MatLab, it works fine if I send 'f' as a character (fwrite), followed by the desired integer frequency. However, in LabVIEW, it seems that the number I want to send is not read correctly. I have tried to cast the integer to a string and read that the slash code, hexadecimal, normal code, all I could think about.

    Help, please

    This give a try. Press the button "Prepare", followed by the 'Set Freq' button. You need to configure your serial port properly first well.

  • Communication series

    Hello

    I'm using communications series VISA in my vi to communicate with the hardware. My laptop has two COM COM1 and COM2 ports. I'll be using VISA configure a serial port to set specific Com Port.

    COM port will be indicated by using the name of resource VISA. I should know the status of com before another operation takes place. IE say I chose com2 on behalf of the resource for the COM port configuration, but I connected the hardware serial cable on COM1. How can I know the difference? I tried the line of the error checking, but unfortunately his does give no error since the COM1 is present in the laptop.

    Thanking you,

    sushmith

    Hello

    The idea would be to write * IDN? (or you can select the order based on the expected answer your device connected to COM port) command individually, to the COM port

    This should return the identification of the unit (or a known response) of the device connected to the COM port when trying to read the data for the number of available bytes to the port.

    If the returned string is empty (or not the expected answer) then that would mean that no device is connected to the COM port.

  • Salvation; I instaled a new Windows XP Home edition on my computer hp laptop, but it's not conect to the internet through my wireless card.how can solve this?

    Salvation; I instaled a new Windows XP Home edition on my computer hp laptop, but it's not conect to the internet through my wireless card.how can solve this?

    Did you use the recovery process HP plant or install using a different operating system disk? If the latter, you need to install the drivers for all your hardware, including drivers for wireless network cards. You will get only the pilot specific support for your laptop model HP Web site tech.

    If by "wireless card" you mean that you have a 3G USB modem through your cell phone provider, contact the cell phone provider for help with that. MS - MVP - Elephant Boy computers - don't panic!

  • Invoke the qml camera card

    Is it possible to invoke the pure qml camera card?

    I saw how in c ++, but prefer to keep in qml. Seems not work although

    For reference, see

    https://developer.BlackBerry.com/Cascades/documentation/device_platform/invocation/camera.html

    Invocation {
       id: cameraInvocation
       query: InvokeQuery {
              invokeTargetId: "sys.camera.card"
              invokeActionId: "bb.action.CAPTURE"
       }
    }
    

    I try to trigger it with

    cameraInvocation.trigger("bb.action.CAPTURE");
    

    In the console, I get:

    Warning: 16:42:14.882 InvocationPrivate::setQuery: you are not allowed to change InvokeQuery object Warning: 16:42:16.941 InvocationPrivate::onQueryResolved: query failed, no armed signal sent.
    

    It looks like the good feature of ae request

    SAID

  • Hello, I got a serial number for adobe package I installed 3/4 years ago, but I don't know where I put the serial number and now I need it! Is anyway to find the series through the application code? Thank you!

    Hello, I got a serial number for adobe package I installed 3/4 years ago, but I don't know where I put the serial number and now I need it! Is anyway to find the series through the application code? Thank you!

    If it's a Windows machine, and then try running Belarc Advisor

    http://www.Belarc.com/free_download.html

    For a Mac, you can try:

    https://Mac-product-key-Finder.com/

    Find the serial number of your Adobe product quickly

  • Hi I want to buy creative cloud membership can I buy through the debit card because at the moment, it shows me the only card of credit (Visa, Master Card) option only?

    Hi I want to buy creative cloud membership can I buy through the debit card because at the moment, it shows me the only card of credit (Visa, Master Card) option only?

    Payment by credit card is accepted for membership in creative cloud and PayPal is accepted in some countries supported.

    Please visit the Creative Cloud FAQ and Adobe stores | FAQ order online and your payment.

Maybe you are looking for

  • 8610 HP and Windows 10

    After the upgrade to Windows 10, printer is not available.  I downloaded the drivers (again) and installed.  Every time that he told me that he was unable to install a wireless printer. HP printer ran Diagnostics and it said, drivers were not install

  • Satellite 5005-S504 - peripheral USB are not recognized

    Hello with my laptop older, one Satellite 5005-S504, I recently problems with the USB ports. None of the three ports detects a USB device. Device Manager does not indicate a problem on the host controller or root hub. I am running Windows XP, SP3 and

  • Satellite A660 - adapter WLan USB DLINK non-active

    Hello- I'm not happy with my card integrated Realtek wireless. Quality of the connection is not good. So I installed my wireless dlink usb adapter (which works on my old XP PC). The software is installed, but the adapter will not activate for some re

  • switch mode

    Hi all. I am a student of the University (currently in thesis) required instrumentation OR its function. The University has made avaiable for me an NI USB-6289 data acquisition and LabView software for the manipulation of data. For the first part of

  • EliteBook 8540p bluescreen - test memory failed

    Dear readers, My HP elitebook 8540p was serve me a long time, but recently, it displays a blue screen and resets after entering the windows password. Diagnosis at the start to say: Memory test: failed Failure ID: UOEDUC-56C77E-XD7U3G-40N603 Product I