NEITHER CVS using Labview Linux?

Hi, I have a CVS here, as well as 1455 development under labview linux machine. I've used MAX to set up this CVS, but it seems that my labview is not MAX, and I can see on the site it seems to be available for Linux. Could someone point me in the right direction to set up/use my CVS using labview linux (I've got installed 8.5).

You need to write code CVS to turn an image into a table of number using IMAQ ImageToArray.

Then, use the shared variable or TCP/IP to return data to the host VI.

However, there are two things to remember:

1. an image won't be like in real-time, as show on VI target itself.

2. because the Vision Development Module does not support on Linux, all the processing of the image on Linux must develop in yourself.

Tags: NI Hardware

Similar Questions

  • The statement to Excel using LabView on Linux?

    Anyone has a suggestion how to declare the LabView test data to Excel, using LabView on Linux?

    I've only used LabView on Windows before, so it's new to me.

    BR labviewerik

    Do not use LabVIEW for linux.

    The first thought is to use a CSV format. This can be opened by Excel and is easily stored on a network or via e-mail as an attachment.

    The second option would be to store results in a database. Excel has the ability to bind to data bases to extract data.

    Finally, to see these proposals and vote for this idea

  • zedboard Xilinx Zync 7000 interface using labview

    Hello

    I'm doing my thesis in Zedboard for the development of a test for DDR3 memory and verification. For this I need to set up a base of dedicated on NI Measurement Studio LabVIEW graphical user Interface.

    Theme: Algorithmic Szudy of test set-up for DDR3 SDRAM with a Xilinx architecting.

    Here, I made my algorithm Xilinx SDK. But I need to create a graphical interface using labview. To run these programs. Please let me know how I can do this.

    1 or is it possible to directly access the SoC architecting using Labview. If yes how?

    2. or if I have to do the coding of Xilinx SDK and how do I run this code using Labview?

    Please give me a detailed answer. As I am new to labview. I m not understanding how to start with. If you have any design example please share with me.

    Thank you best regards &,.

    Nithin Ponnarasseri

    No you can not grow directly in LabVIEW and deploy this program to the Board of Directors Zync. NOR has their own material base platform Zync (cRIO and myRIO) but the tools to target these tips are specific to the hardware implementation OR and will not work with other hardware. Develop an interface for another hardware platform is a lot of work and must be adapted for each unique flavor to a new hardware platform. And NEITHER does not support this for other devices.

    If your option will be to develop an application with the SDK Zync for Zync ARM controller and provide a form of communication interface (serial port, TCP/IP, or similar) to this application you can send commands to LabVIEW for your embedded application.

  • This module requires a Lynxmotion AL5A robotic using LabVIEW arm control

    Hello world

    I'm a little confused about what NI LabVIEW toolkits to be used in order for me to program the arm Lynxmotion robotic. Somebody has arms lynxmotion robot programming experience using labview? What should be awared by selecting the correct tool boxes. Do I need to have the tools of design and simulation of control? What about embedded design modules? Please help me.

    Thank you

    Hi DK,.

    The Module digital output NI9474 high-speed Sourcing should be more than enough.

    In fact, we have a demo of work available by using the AL5D and NI CompactRIO. The concept should always be the same property.

    Best regards

    The Ilana Joshua

    Technical sales engineer

    NEITHER ASEAN

  • Possible to use labview with daq system not of NOR?

    Hello

    I have a daq system and the software from another company that NEITHER. But I want some changes in the software. If the opportunity was to make a new program with Labview.

    Is it possible to use the old system of data acquisition? Is this compatible with Labview? Or I have to buy new hardware?

    Thank you.

    Hi VIassaks,

    Good afternoon and I hope that your well today.

    Thanks for the post.

    LabVIEW can communicate with 3rd party hardware using the library function call is located in the tip under the functions Palette palette. If your equipment is equipped with a DLL at the driver level LabVIEW can communicate with the hardware. However, you must obtain documentation of the DLL so that you can create your own interface for the material of the part 3.

    Another option would be if the hardware manufacturer provided LabVIEW VIs that control their material. You will not be able to use the screws (National Instruments Data Acquisition DAQ) because these screws use the DLL OR-DAQ, which is our software at the level of the driver for our DAQ cards. Other companies use their own software to the driver level to control their own material. Only the National Instruments hardware uses the NOR-DAQ driver that allows you to use LabVIEW DAQ screws.

    Hope this helps,

  • Screenshot of Tektronix MSO4104B using LabVIEW

    I am trying to acquire a screenshot of an oscilloscope Tektronix MSO4104B using LabVIEW. I am currently able to collect data from the device and have a waveform displayed on my front of VI. However, for various reasons, our preference is to capture the actual screen shot of the scope.

    I have reviewed the reference for programmers for this camera and have done countless searches on Google for an answer, but have not been able to find a solution. It seems that a few people were able to reach on OTHER Tek scopes by sending a hard copy through the port of communication (GPIB, USB, Ethernet, etc.), but according to the reference of programmers for this particular device, it seems that he will send a paper copy of an installed printer, rather than simply as a stream of data to the port which can be read using VISA controls.

    The other solution I've seen is to record the screen turned to a flash drive, and then copy the file via the port to the PC. However, none of these solutions seems to be available on this device... it's one of the more advanced scopes makes Tek... I can't believe it's so hard! Help, please!


  • waveform, with an average of results using labview to O-scope

    Hello fellow engineers! I'm a first-yeargraduatestudent in CHEE at the University of Houston. Basically, I know nothing about labview. I am trying to program an application that looks like this - I collect a waveform of the signal of O-scope. This waveform does not change its characteristic shape. I need to find the wave form average of waveforms of N (100 for example). Thus, the slight changes (or noise) in the feature of form during the period mustbeaveraged out and I need to have a resultant waveform that represents the average waveform over a period. So, basically, I'm collecting the wave several times (for example 100) on a single period. The O-scope that I use now is Tektronix TDS 2024 B. It communicates with the computer via USB. The version of labview is 8.5. For now, I am able to communicate with the computer using our o-scope through labview. I already downloaded the driver of instruments of your Web site. It turns out that the program can give me only the average result I can get directly from o-scope manually. I need to have more say on average (100) using labview. I wrote a program that relies on the instrument driver that is downloaded on your website (for loop part is average, the waveform). The program that I modified and an instrument driver are attached. The program cannot be fully open, if the driver is not put in the right place in the labview (under lib inst.) When I run the program, the average waveform does not appear on the front panal and signal waveform file is not saved correctly. Is there someone can find where I did wrong and it develop for me? Because I barely know Labview, it will be even better if you can add an image or program that you have changed. I'm waiting for your creative ideas.
     
    With the best regards,.
    --
    Weiye


  • you want to send data using labVIEW to arduino using write visa and the process and to take action using arduino. A

    I want to send data using labVIEW to arduino using write visa and the process and to take action using arduino. After that, I want to arduino to send out necessary via a serial port to labVIEW which should be read using visa read and store in a chain. While I am able to write or read both individually, I can't do it consecutively. I used advanced read and write vi for checking my code, but nothing is helping. The wrong bed 'time delay before execution. " Please let me know where I can go wrong. Also is it possible to write code for hx711 using labVIEW

    1. you need not "\n" on your orders println().  This command adds an end of line character already in the message.

    2. you get the error because you have a loop around your reading.  After the first reading (well technically, the second because of you add an extra line end character), there is nothing left in the port.  As a result, you will get the timeout.

    3. you should really consider using a Structure of the event.  This way you just don't write and read when you press the Write button and you can also use the structure of the event to make the loop to stop.  I also go up to close the port inside the stop-> value Change event.

  • How to check the CPU usage and paging using LabVIEW

    Hi guys,.

    I build an application that is used to check the CPU usage and paging using LabVIEW. How can I do?

    any help, suggestions or advice will be greatly appreciated...

    Kind regards

    Prashant

    Hello

    If you plan to build your app for Windows, you can use .NET classes. (System.PerformanceCounter), there is a simple example with LabVIEW:

    C:\Program NIUninstaller Instruments\LabVIEW 2010\examples\comm\dotnet\SimpleTaskMonitor.llb

    Also, you have several screws that you can use to verify information about the processor.

    Kind regards

  • Programmatically insert step of ActiveX/COM using LabVIEW

    Hello

    I would like to be able to create sequences like the one set using LabVIEW.

    This sequence has only 2 steps, a LabVIEW VI call and an adapter of ActiveX/COM call.

    I was able to do using an adaptation of the code here: https://decibel.ni.com/content/docs/DOC-36337

    However, I am struggling to add the step of the ActiveX/COM.

    Any help would be welcome.

    Thank you

    Of course, there is a way, if you look for it

    Since you have an existing 'Step' class object, you can also get a 'Module' object for her. Subsequently, you will need to specify that it is an ActiveX module. If you do not know which - probably you need to get the object 'map' somehow... Our case is simpler, so just cast to the ActiveX module and... to set certain properties like ServerId, ActiveXReferenceExpr and so on.

    I've attached an example for you. Interesting thing is the ServerId - I just read this chain of the TS for similar action and reused it here so do not ask me how to get automatically

    You will need to complete your 'properties' as 'file' - but I'll gracefully leave this work for you =.

    Best regards

  • Time real ADC/DAC for SMPS by using Labview and USB

    Hi all

    I asked the Sales Department of this same question, so here's a two-pronged approach:

    I am reserching a control algorithm for power switching, and so far, its performance simulations seem to be good.  Now, the goal is to implement the circuit from the experimental data.

    I've seen several NI USB DAQ boxes that seem to have the performance, I'm looking for (for example, the box USB-6211 a sampling rate and resolution I need).

    The control algorithm uses the following mathematical functions: add/sub/mult/div/exhibitor and derivative/integral.

    My question is this: is "strong enough" Labview take four-channel data 250Ksps, crunches the numbers in an equation and spits out the answer to an analogue on the channel, while time REAL?  I'm looking for a rate of analog output of ~ 100 kHz.

    Thank you for any suggestions you have!

    -Rick

    Hey,.

    So if you were trying just to perform an input or output, then the box USB-6211 would certainly be able to treat it as the machine clock could manage the inputs/outputs, no software. However, what you are wanting to do, basically a feedback system, he will have to avoid (at least to a USB device) because you need to be able to specify Active which is the output. So, for this reason alone and the fact that you want out of 100 kHz, this device and the USB devices in general will be not an option any what software you use, LabVIEW or otherwise. On another note, you want to make sounds more like live update, not in real time, which is more on the jitter. Bottom line, for these kinds of requirements, you might need to move to an FPGA card, something like the NI PCIe-7841R would work. It's more expensive, but for your needs, FPGA will be the only option and it comes down to the latency of the bus, but also the response time of software. With FPGA, as shown in the first scheme of the following document, you basically close your software through hardware loop.

    Basics of FPGA

    http://www.NI.com/white-paper/6983/en

    -Ryan S.

  • How to view mdsplus data using labview

    I posted this question in the Council of Labview, but seems that nobody does it so far. I don't know what is the best place to ask this question. So I reposted here.  Thank you very much.

    I am a newbie to Labview. I'm writing a few vi to display and write data to Mdsplus.  I downloaded Mdsplus(labview) can discover Mdsplus functions, like mdsconnect, mdsput, ect, in vi to call a library function. But I have no ideal how to use it. I tried to use the Mdsconnect function to connect to a machine, but it still gives me an error like: Labview: an exception occurred in the external code that is called by a call library function node...  I was looking for help on the internet documents, but could not find anything useful. Could you please help me with this problem?  If you have examples of these vi, or teach me how it, it would be very useful. I'm using Labview 8 (windows). I would appreciate your help!  Looking forward for your reply.

    Oops,

    I attached properly in the previous post.

    Greg

  • float to bytes conversion using labview

    in the project of the University to number of float serialy using labview. I don't know how to convert his individual bytes actualy I want to encode float in its float bytes. kindly help me in this regard

    Send "bytes" is usually done in the form of strings. Just use catalogued with the disconnected type entry (or use "flatten chain").

    To get started, simple would be to use the finder example in LabVIEW and search for serial communications.

  • How to program using Labview to an accelerometer

    Hello:

    I got an accelerometer which has digital I2C/SPI serial interface, so I bought a USB - I2C converter for data acquisition. I would like to know if I can use Labview to acquire data of com port and also program for the accelerometer to capture the data of the axis z. I have a box of white myDAQ NOR but SB. says that it is not an appropriate device to acquire before I2C/SPI signals. The datasheet of the accelerometer is in the accessory and the specification of the converter is this link: http://www.robot-electronics.co.uk/htm/usb_iss_tech.htm .

    I hope someone can solve the problem for me. It is best to use the software labview for me because most of my project work is based on that.

    Best regards

    The f

    Good and bad news.  You have an accelerometer that 'speaks' I2C or USB to I2C converter, so if you connect both of them, you can send 'orders' of your accelerometer easily of LabVIEW by using communication series live that's the good news.  The bad news is that it seems that you need to address your accelerometer using calls very low level, a work, I certainly don't want to face!  This crys on a 'pilot', a middle piece of equipment that does all the "hard work" to take a high level order ("Please tell me the acceleration") and he translates things your device includes (including the Setup program, records, calendar, packing and unpacking of the bits and bytes, etc.).

    Bob Schor

  • Cloning a hard drive using LabVIEW

    I'm trying to clone my laptop 476 GB HDD for a 450 GB SSD.  The data on the laptop HARD drive are about 350 GB total, so there should be.  Each commercial application, I've tried has failed to be cloned for one reason or another.

    So I thought, ' Hey, I have a development environment, I'll do my own cloning software in LabVIEW!  I understand that sector-by-sector copy of data is extremely low, but is it possible to do this in LabVIEW?  My research drew a blank.

    Thank you

    Malcolm

    Yes, unfortunately you have almost 0 chance to be able to do it using LabVIEW (except trying to hang in an application that does) as LabVIEW is a high too high level language - all file system operations pass by and get handled by the operating system.

    As others have said, you should reduce the partition first, before you can move the disk - many tools better cloning can do for you. Unfortunately, I don't remember the name of the tool, I used to do it on my laptop but I certainly heard of the Acronis software before. Make a copy of the file in the operating system will not work because it won't copy things like the boot sector information.

    There are also a few layouts guard/traps around moving a HDD to SSD (for most around things like sector sizes) - it is useful to have a read around this before you start.

Maybe you are looking for

  • Cannot find drivers for my Satellite L500-21dts

    HelloI want to download all drivers support for laptop Satellite L500-21dts.I tried to find this model on the toshiba Web site but I have not found.so can you suggest where I could find all of these drivers. If possible please answer me to my emial i

  • implementation of a communication with a SHIELD by a vector can case

    I'm trying to communicate with a ECU by a vector can case... does anyone have information on how I can put up with the vector communications can case?... y at - it a library of functions of VI for that?

  • SL500 camera does not work

    Hi I just bought my first thinkpad so I don't really know much. My problem is that I can't get my camera to start. the only program that I found is the center of the camera that really helps me at all. It only offers me to use Skype in a video confer

  • RV110W PPTP

    Hi all I connected Client PPTP devices to my RV110W (PPTP server) but the problem is that a connected client cannot "see" another PPTP client. The installation would be: Client PPTP (linux - firewall disabled) connects to RV110W (PPTP server) PPTP Cl

  • How to assign only read access to a user for HFM App

    HelloI have a doubt like the United States, the actual process of the stripe to assign a user as the read access only for request of HFM. I am new to this and I know that this need be done through HSS. Could then someone let me know the process