09-23-2017 11:25 PM
Hi Sam ,
I tried to install Linx with LabVIEW 2017, and I got everything fine upto adding a device in a Linx target configuration.
But when I create a LabVIEW project I can't add any device named linx target in both existing device list and new target list what can I do to rectify this?
Advance thanks..😃
09-25-2017 07:42 AM
Deploying to targets like Pi and BeagleBone is currently limited to LabVIEW 2014, here is the text from the LINX FAQ:
Which versions of LabVIEW is LINX compatible with?
LINX Remote I/O (Arduino, chipKit, etc) is supported in LabVIEW 2011 or newer and the 32-bit version of LabVIEW is highly recommended.
LINX Local I/O (ie deploying to BeagleBone Black and Raspberry Pi 2/3) is only supported in LabVIEW 2014 SP1 (32-bit).
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
16 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-25-2017 11:45 AM
Good evening hooovah,
I try to download LabVIEW 2014 but I redirect to download 2017 only is there any way to get 2014?
09-25-2017 12:01 PM - last edited on 06-04-2024 11:44 AM by Content Cleaner
I think this is what you want.
https://www.ni.com/en/support/downloads/software-products/download.labview.html#306311
For future reference you can go to ni.com/download and find all NI software.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
16 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-25-2017 12:07 PM
Yes Exactly thanksss.
10-29-2017 02:41 PM
Anything in the pipeline to support newer versions of LV yet?
11-28-2017 02:32 PM
How fast we can read from AI in BeagleBone? I used a loop for reading the AI by "Analog Read 1 Chan.vi", but it's too slow! How can I read it fast in the individual task a write to a FIFO or dual memory continuously and then use it in the another task?
Best regards
Hamid Naghizadeh
11-29-2017 09:07 AM
Hi Hamid,
The speed of AI reading is going to be determined by the speed of the Beaglebone Black onboard sampling clock and the speed at which your LabVIEW loop is running. Are there any delays in the LabVIEW loop?
What do you mean by slow? What speed are you currently acquiring data?
Best
11-29-2017 09:15 AM
Thanks Alex,
I think that ADC sub-system sample time is about 15 ADC clock cycles (at 24MHz (typ) it will be 41.6nSec per cycle) results into about 625nSec . And there is FIFO and DMA to read the ADC, But unfortunately I don't know how to use them in the LabVIEW. Is there any project example in LabVIEW to work with those features?
Best regards
Hamid
11-29-2017 10:21 AM
Hi Hamid,
I'm unfamiliar with the Linx functions specifically, but they should be called similarly to how DAQmx functions are called.
This video outlines how to create a simple DAQmx analog input:
https://www.youtube.com/watch?v=7XNv-BeQ99A
This is the function you should be using to read in an analog input signal:
Analog Read 1 Channel
You can also check the examples within LabVIEW if you've already installed LINX.
Open LabVIEW > Help > Find Examples
Check for a "LINX" folder or open the "Hardware Input and Output" folder and look for "LINX" in there.
Again, not very familiar with LINX, but the corresponding LINX functions should be called in a similar way to how the DAQmx functions are.