<?xml version="1.0"?>
<rss version="2.0"><channel><title>Hardware Latest Topics</title><link>https://lavag.org/forum/12-hardware/</link><description>Hardware Latest Topics</description><language>en</language><item><title>Alternatives to NI-9208 or DAQ competitors?</title><link>https://lavag.org/topic/22469-alternatives-to-ni-9208-or-daq-competitors/</link><description><![CDATA[<p>
	Hello guys! Sorry for asking this question, you've probably heard it before!
</p>

<p>
	Are there any decent alternatives to NI hardware like analog input modules when it comes to DAQs?
</p>

<p>
	I'm talking about equipment combos like this:
</p>

<ul>
	<li>
		NI-9208 (24 bit, 16 channel analog input module) and maybe cDAQ-9188 or cDAQ-9174, or some other model.
	</li>
</ul>

<p>
	For example, I've seen and know that there's much, much cheaper alternatives for industrial control if using something like a PLC. But most of those AFAIK have analog input modules that reach 16 bits, and that's not considering the differences in scan rates, for the acquisition tasks, etc.
</p>

<p>
	For example in the case of those module its 500S/s. (Pretty sure its aggregate and at high-speed mode though)
</p>

<p>
	- Edit: Forgot to mention, all the ADC inputs of these are Isolated too right? They also have a lot of certs.
</p>

<p>
	What other options are there besides NI hardware for these tasks? I also know Keyence has equipment, but its also really expensive I think.
</p>

<p>
	Plus:
</p>

<p>
	<span style="font-size:11px;">Just in case, you may be wondering if me researching alternative equipment is cost effective / would save cash. But my salary for a month is much less than just one module from NI. ( I'm in a developing country. )</span>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22469</guid><pubDate>Tue, 08 Mar 2022 16:46:18 +0000</pubDate></item><item><title>NI DAQ alternatives</title><link>https://lavag.org/topic/20599-ni-daq-alternatives/</link><description><![CDATA[<p>
	LAVA users,<br>
	We are looking for alternatives for NI DAQ devices for industrial automation. Since NI has its devices mostly focused on advanced/high speed/high precison data acquisition/processing its prices are inadequate to simple automation tasks. <br>
	I would also say that NI PC based daq systems are expensive if need to be distributed systems (found <a href="http://sine.ni.com/nips/cds/view/p/lang/pl/nid/213850" rel="external nofollow">this</a> but still relatively expensive cRIO required).<br>
	Just now we need to extend our compactDAQ based system with two DIO modules. We even have free chassis slots for this, but station that needs this IOs is few meters away from PC. How easier would it be if we could use single ethernet cable..  Ofcourse we can add another small cDAQ (what we probably going to do) but this is slightly expensive solution for our customer.
</p>

<p>
	Does anyone have some experience with 3rd party solutions? Any known daq devices vendors? Standalone ethernet daq modules?<br><br>
	Regards,<br>
	Zyga
</p>
]]></description><guid isPermaLink="false">20599</guid><pubDate>Wed, 08 Aug 2018 12:50:55 +0000</pubDate></item><item><title>EtherCAT basic project</title><link>https://lavag.org/topic/53602-ethercat-basic-project/</link><description><![CDATA[<p>
	We've just got an ABB EtherCAT communication module for ACS880 - FECA-01 and were absolutely sure we won't have any problems creating a LabVIEW control application for it. However, we got stuck from the very beginning. We found practically no examples or instructions on how to create an EtherCAT application from scratch. There are a few examples, mostly related to setting up a project with <a href="https://www.ni.com/" rel="external nofollow">NI</a>-9144 or similar, but nothing for a custom EtherCAT slave device.
</p>

<p>
	I am curious if anyone could provide me with any pointers as to how to set up a project for FECA-01 or point me in the right direction.
</p>

<p>
	Thank you in advance.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">53602</guid><pubDate>Thu, 23 Jan 2025 19:20:17 +0000</pubDate></item><item><title>MIL-STD-1553 bus</title><link>https://lavag.org/topic/3377-mil-std-1553-bus/</link><description><![CDATA[<p>Hi All,</p>
<p>   Has anyone worked with the MIL-STD-1553 bus before?  Specifically, is it possible/practical to convert between 1553 and RS-232, or between 1553 and Ethernet?</p>
]]></description><guid isPermaLink="false">3377</guid><pubDate>Tue, 23 May 2006 23:16:24 +0000</pubDate></item><item><title>PXI-1084 trigger routing issue between PXI-6683H and PXIe-7820R</title><link>https://lavag.org/topic/59204-pxi-1084-trigger-routing-issue-between-pxi-6683h-and-pxie-7820r/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	So this is a blatantly repost from the discord channel but I'm getting kind of desperate here. I have opened an issue with the <a href="https://www.ni.com/" rel="external nofollow">NI</a> support function but I figure I might as well try the rest of the community here too.
</p>

<p>
	This is a copy and paste of my problem description which I have sent to <a href="https://www.ni.com/" rel="external nofollow">NI</a> and it is very similar to what I have written in the discord channel:
</p>

<p>
	 
</p>

<p>
	I am building a new PXI-based test system that duplicates an older system which has been working reliably since around 2019. The purpose of this setup is to provide absolute time to an FPGA so that all FPGA read/write signals can be timestamped correctly.
</p>

<p>
	The timing architecture is as follows:
</p>

<ul>
	<li>
		A PXI-6683H generates a custom 1 Hz pulse using <a href="https://www.ni.com/" rel="external nofollow">NI</a>-Sync.
	</li>
	<li>
		This pulse is routed over PXI_Trig0 on the backplane.
	</li>
	<li>
		In the LabVIEW RT application, on the falling edge of the pulse, I write the next whole second value to the PXIe-7820R through a front panel control.
	</li>
	<li>
		On the rising edge, an FPGA loop is expected to trigger, latch that value as valid, and update the FPGA time function.
	</li>
	<li>
		Between pulses, the FPGA time is advanced using the FPGA internal 40 MHz clock.
	</li>
</ul>

<p>
	To verify that the FPGA loop has triggered, the FPGA sets a status indicator to 1, which I read back from the RT side. In the failing system, this status always remains 0. I also observe that other FPGA functions appear inactive. Based on this, my conclusion is that the FPGA is not seeing the trigger, or is not responding to it.
</p>

<p>
	Important context:
</p>

<ul>
	<li>
		The same software and FPGA firmware concept works in another chassis, a PXI-1062Q.
	</li>
	<li>
		The new system uses a PXI-1084 chassis.
	</li>
	<li>
		I am aware that the PXI-1084 is divided into three trigger bus segments, but both the PXI-6683H and PXIe-7820R are installed within the same segment.
	</li>
	<li>
		I have verified that the PXI-6683H can generate a signal.
	</li>
	<li>
		In MAX test panels, I can successfully drive PXI_Trig0 from the 6683H and read it back using MAX functionality, which suggests that the 6683H is operational and that PXI_Trig0 exists at least in some sense.
	</li>
	<li>
		I have formatted the RT controller and reinstalled software, but the issue remains.
	</li>
</ul>

<p>
	My main question is whether there is any chassis-specific routing limitation, configuration requirement, or compatibility issue in the PXI-1084 that could prevent a user-generated PXI_Trig0 signal from being seen by the PXIe-7820R, even when both modules are in the same trigger segment.
</p>

<p>
	 
</p>

<p>
	So... anyone? I am hoping for a super obscure yet super easy solution here.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">59204</guid><pubDate>Mon, 30 Mar 2026 06:44:45 +0000</pubDate></item><item><title>PCIe 6323 RTSI - Labview 2022Q3</title><link>https://lavag.org/topic/59209-pcie-6323-rtsi-labview-2022q3/</link><description><![CDATA[<p>
	Hello everyone,
</p>

<p>
	I'm having an RTSI issue between two PCIe 6323 cards. I upgraded my PC from Windows 7 or 10 and LabVIEW 2013 to Windows 11 and LabVIEW 2022 Q3. My high-speed acquisition is no longer working. I was using the counter on one card as a clock source for the other card via /Dev1/Ctr2InternalOutput. But it seems this option no longer exists in newer versions of DAQmx. I consistently get error -89125: DAQmx Start Task.vi
</p>

<p>
	<span style="color:#9b59b6;"><em>"Unable to find registered trigger lines between devices on this route.<br />
	If you have a PXI chassis, correctly identify the chassis in MAX and ensure it has been configured correctly. If you are using PCI devices, make sure they are connected with an RTSI cable and that the RTSI cable is registered in MAX. Otherwise, make sure there is a trigger line available on the shared trigger bus between the devices.</em></span>
</p>

<p>
	<span style="color:#9b59b6;"><em>Source device: Dev2<br />
	Destination device: Dev1"</em></span>
</p>

<p>
	I can't find the RTSI option in <a href="https://www.ni.com/" rel="external nofollow">NI</a>-MAX. Does it still exist? Is it possible to synchronize the two cards using an internal counter?
</p>

<p>
	Thank you for your help
</p>

<p>
	<br />
	Translated with DeepL.com (free version)
</p>
]]></description><guid isPermaLink="false">59209</guid><pubDate>Wed, 15 Apr 2026 07:48:35 +0000</pubDate></item><item><title>Data Acquisition using keithley 2450 and 2461 for making I-V measurement</title><link>https://lavag.org/topic/59182-data-acquisition-using-keithley-2450-and-2461-for-making-i-v-measurement/</link><description><![CDATA[<p>
	Dear all,
</p>

<p>
	 
</p>

<p>
	I am facing a problem of triggering both instruments keithley 2450 (for gate control) and 2461 (for pulsed Vds and drain current measurement).
</p>

<p>
	I used state machine approch to setup parameters and making voltage sweeps.
</p>

<p>
	Now, the problem is to synchronize triggers between instruments.
</p>

<p>
	Could someone here in the forum help me with this problem or give me an idea how to do it ?
</p>

<p>
	 
</p>

<p>
	Thank you in advance.
</p>
<p>
<a class="ipsAttachLink" href="https://lavag.org/applications/core/interface/file/attachment.php?id=22676&amp;key=f61d257dc1ed3c68c5baa31d5a21999e" data-fileExt='vi' data-fileid='22676' data-filekey='f61d257dc1ed3c68c5baa31d5a21999e'>FET I-V Tracer_Keithley 2450 and 2461.vi</a></p>]]></description><guid isPermaLink="false">59182</guid><pubDate>Mon, 19 Jan 2026 11:44:18 +0000</pubDate></item><item><title>Quadrature encoder position acquisition on FPGA using the NI-9361</title><link>https://lavag.org/topic/59174-quadrature-encoder-position-acquisition-on-fpga-using-the-ni-9361/</link><description><![CDATA[<p>
	<span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">I’d like to ask you about reading quadrature encoder position signals in an FPGA environment using the <a href="https://www.ni.com/" rel="external nofollow">NI</a>-9361. In X4 mode, I followed the example program to write my code, but I still cannot get any data. I am using a loop timer together with a flat sequence structure to form a timed loop for acquiring the position signal.I’m very sorry that I only have a Chinese version. I hope to get help from everyone!</span>
</p>

<p><a href="https://lavag.org/uploads/monthly_2025_12/9361code.png.d851c514e45371a1d8ec280285554076.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="22650" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2025_12/9361code.png.d851c514e45371a1d8ec280285554076.png" data-ratio="39.87" width="2275" class="ipsImage ipsImage_thumbnailed" alt="9361 code.png"></a></p>]]></description><guid isPermaLink="false">59174</guid><pubDate>Wed, 10 Dec 2025 15:33:14 +0000</pubDate></item><item><title>Help Needed: DAQmx 2024 Q4 Compatibility with LabVIEW 2020/2022 for cDAQ-9183</title><link>https://lavag.org/topic/59169-help-needed-daqmx-2024-q4-compatibility-with-labview-20202022-for-cdaq-9183/</link><description><![CDATA[<p>
	Hello everyone,
</p>

<p>
	I’m looking for a precise answer regarding <strong>LabVIEW ↔ <a href="https://www.ni.com/" rel="external nofollow">NI</a>-DAQmx compatibility</strong>, because the official documentation is not entirely clear for recent hardware.
</p>

<p>
	We need to work with a <strong>CompactDAQ cDAQ-9183</strong> chassis.<br />
	According to <a href="https://www.ni.com/" rel="external nofollow">NI</a>’s documentation, this device is officially supported starting from <strong><a href="https://www.ni.com/" rel="external nofollow">NI</a>-DAQmx 2024 Q4</strong>.
</p>

<p>
	Our current environment is <strong>LabVIEW 2020</strong>, and the customer may consider upgrading to <strong>LabVIEW 2022</strong>.<br />
	However, the issue is that DAQmx 2024 Q4 does not seem to provide “Support for LabVIEW 2020”, and it is unclear whether it still supports LabVIEW 2022.<br />
	The public DAQmx–LabVIEW compatibility table is not up to date for the newest driver versions, and the installer no longer clearly shows which LabVIEW versions are supported.
</p>

<p>
	<strong>My main question is therefore the following:</strong>
</p>

<p>
	<span class="ipsEmoji">👉</span> <strong>How can we verify which version of LabVIEW is actually compatible with the specific <a href="https://www.ni.com/" rel="external nofollow">NI</a>-DAQmx version required by the cDAQ-9183?</strong>
</p>

<p>
	More specifically:
</p>

<ul>
	<li>
		<p>
			The cDAQ-9183 requires <strong><a href="https://www.ni.com/" rel="external nofollow">NI</a>-DAQmx 2024 Q4 or later</strong>.
		</p>
	</li>
	<li>
		<p>
			<strong>How can we know whether DAQmx 2024 Q4 still includes support for LabVIEW 2020 or LabVIEW 2022?</strong>
		</p>
	</li>
	<li>
		<p>
			The documentation does not state clearly which LabVIEW versions are supported by the newer DAQmx drivers.
		</p>
	</li>
</ul>

<p>
	<strong>In other words:</strong><br />
	<span class="ipsEmoji">👉</span> <strong>I want to know whether it is possible to use the cDAQ-9183 with LabVIEW 2020 — and if so, how?</strong><br />
	<span class="ipsEmoji">👉</span> <strong>And I want to know the same thing for LabVIEW 2022.</strong>
</p>

<p>
	If anyone has an official reference, a compatibility matrix, or has already tested this combination in a real project, any insight would be greatly appreciated.
</p>

<p>
	Thank you in advance.
</p>
]]></description><guid isPermaLink="false">59169</guid><pubDate>Sun, 30 Nov 2025 19:19:17 +0000</pubDate></item><item><title>Windows 11 Audio Drivers</title><link>https://lavag.org/topic/59157-windows-11-audio-drivers/</link><description><![CDATA[<p>
	Does anyone know of a LabVIEW toolkit that is based on Window Audio Drivers (<span style="font-size:11pt;">WDM/MME, ASIO, WASAP)? I would like to use a Sound Card for Microphone\Speaker Test and Measurement Application. </span>
</p>
]]></description><guid isPermaLink="false">59157</guid><pubDate>Mon, 10 Nov 2025 20:12:30 +0000</pubDate></item><item><title>Trying to install touch screen driver on cRIO 9042 and it needs root access</title><link>https://lavag.org/topic/59141-trying-to-install-touch-screen-driver-on-crio-9042-and-it-needs-root-access/</link><description><![CDATA[<p>
	When I try to install the eGTouch touchscreen drivers on my cRIO 9042 it tells me I need root permission to do so. I have changed all the permissions for the install files to everyone and made them executable for everyone as well on my Linux PC and transferred them via an ext4 USB drive to maintain their permissions and when I try to install them on the cRIO I still get the same error that I am not root administrator. If I try to do it using sudo, it asks for a password which is not the admin password I already set, nor the lvuser password. I tried blank as well and nothing allows me root access to do it. I installed them on my Linux PC as root without issue so it is definitely a cRIO root access problem. Does anyone have any way to do this?
</p>
]]></description><guid isPermaLink="false">59141</guid><pubDate>Wed, 24 Sep 2025 17:46:43 +0000</pubDate></item><item><title>LabVIEW Base and PXIe</title><link>https://lavag.org/topic/59085-labview-base-and-pxie/</link><description><![CDATA[<p>
	Without getting into it too much , big picture , how limited would we be with PXIe and Base ?
</p>
]]></description><guid isPermaLink="false">59085</guid><pubDate>Mon, 14 Jul 2025 19:57:03 +0000</pubDate></item><item><title>read/write CAN Data USB-8473</title><link>https://lavag.org/topic/18977-readwrite-can-data-usb-8473/</link><description><![CDATA[<p>Hi Guys,</p>
<p>I really need some help with reading/writing defined data over the USB-8473 module.</p>
<p> </p>
<p>I am not really familiar with CAN at all, so maybe it is just a small thing I am missing to fix my problem.</p>
<p> </p>
<p> </p>
<p>What do I want:</p>
<p>I want to write/read defined signals from my .dbc-file</p>
<p>In this case for example i want to write a specific value to the can signal "ISw_Stat", also I want to read some values like "CSC_val_01" to "CSC_val_12"</p>
<p> </p>
<p>What do I have right now:</p>
<p>I managed to get a working communication up and running, also I can read/write data (but not a defined one, for now I just do all data)</p>
<p> </p>
<p>What is missing:</p>
<p>I have struggle to do the right formatting of my data</p>
<p> </p>
<p> </p>
<p>I have attached my program so far.</p>
<p> </p>
<p> </p>
<p>thanks</p>
<p><a href="https://lavag.org/applications/core/interface/file/attachment.php?id=10218" data-fileid="10218" rel="">Test CAN.zip</a></p>
]]></description><guid isPermaLink="false">18977</guid><pubDate>Fri, 08 May 2015 06:38:21 +0000</pubDate></item><item><title>Looking for EDI information</title><link>https://lavag.org/topic/22454-looking-for-edi-information/</link><description><![CDATA[<p>
	Has anyone ever had to receive calibration / parametric data from a vendor using EDI?
</p>

<p>
	I personally will get the data from our internal systems but it seems that no one I've spoken to inside my company has ever had to receive serial number specific calibration data before.
</p>

<p>
	Right now, we get PDFs with data that we have to transcribe manually into our tests.
</p>

<p>
	I want to point the business / IT folks to some sort of specification but have no experience with EDI.  Some spelunking returned "EDI Specification 863" which might be right by the description...
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22454</guid><pubDate>Thu, 24 Feb 2022 16:49:12 +0000</pubDate></item><item><title>PXI , advice for a total newb</title><link>https://lavag.org/topic/37515-pxi-advice-for-a-total-newb/</link><description><![CDATA[<p>
	Ok , i am looking for someone with extensive real world  PXI experience , who doesn't work for one of the suppliers etc... where I work none of us have any PXI experience.
</p>

<p>
	Here is a big picture overview of what we would be replacing for now.
</p>

<p>
	We have test stands that need upgraded, they currently use discrete instruments, Function Generator (4 Ch) , 4 channel oscilloscope , a Keithley 2750 , with 40 channels of DAQ , multiplexer card and relay cards ... all slots are full on the Keithley.
</p>

<p>
	So, for PXI I was thinking DMM card , multiplexer(s) , relay cards , Oscilloscope and Function Generator ...
</p>

<p>
	Ideally I would like to talk to someone for say 30 minutes on phone or Teams or whatever to get a better real world application feel etc..
</p>

<p>
	From what I have read , we would not need a controller as the PC would be in control of everything and not offloaded to the controller.
</p>

<p>
	One of the aspects of PXI I like is the ability for expansion in the future.
</p>

<p>
	if you have any inclination to talk to us , message me on here and we will figure it out ...
</p>

<p>
	TIA Regards
</p>

<p>
	Dan
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">37515</guid><pubDate>Mon, 26 Aug 2024 23:03:39 +0000</pubDate></item><item><title>GNSS Test Toolkit 3.0 USRP Transmission</title><link>https://lavag.org/topic/51677-gnss-test-toolkit-30-usrp-transmission/</link><description><![CDATA[<div style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	<span>Hello </span>
</div>

<div style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	<div style="font-size:18px;">
		<p style="font-size:16px;padding:0px;">
			I am working with USRP and GNSS Test Toolkit 3.0 to generate GNSS signals. As I transmit the simulated signal through the USRP, I have difficulty getting anything on my GNSS device(no satellites visible/no location fix). What might be wrong, especially about the generation parameters/configuration? What should be the TX power level? Are there any other aspects that I need to consider? 
		</p>

		<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
			<strong>Description of hardware setup:</strong>
		</p>

		<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
			I am using NI USRP-2974 with the default streaming project, where I read the GNSS binary file created using GNSS toolkit 3.0 and transmit the IQs at a rate of 10MS/s (read from the binary file) at a center frequency of 1602 MHz using an omni antenna which is appropriate for the L band. All other USRP TX settings are at default values. I have tried attenuators ranging from -50 dB to -90 dB. My GNSS receiver/test device is a surveying GNSS tablet with a GNSS antenna.
		</p>

		<p style="font-size:16px;padding:0px;text-align:center;">
			<img alt="gnss_signal_tx.PNG" data-ratio="45.45" width="999" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://forums.ni.com/t5/image/serverpage/image-id/337894iBB8DCA94E22D2273/image-size/large?v=v2&amp;px=999">
		</p>

		<p style="font-size:16px;padding:0px;">
			 
		</p>

		<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
			<strong>Configuration of the GNSS test toolkit</strong>:
		</p>

		<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
			I have used <em>niGLONASS Write Waveform to File (Simple, Automatic Mode).vi</em> from the GNSS toolkit 3.0 with the default values (including the almanac and ephemeris files provided with the toolkit)
		</p>

		<p style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-size:16px;padding:0px;text-align:center;">
			<span><span><img alt="gnss_simulator_settings.PNG" data-ratio="75.43" style="border:0px;vertical-align:middle;" title="gnss_simulator_settings.PNG" width="814" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://forums.ni.com/t5/image/serverpage/image-id/337895iCD65B755B36570F1/image-size/large?v=v2&amp;px=999"></span></span>
		</p>

		<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
			 
		</p>

		<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
			I will be looking forward to hearing from you. Best regards,
		</p>
	</div>
</div>
]]></description><guid isPermaLink="false">51677</guid><pubDate>Sat, 21 Sep 2024 17:25:38 +0000</pubDate></item><item><title>WTB Fluke 284 Arbitrary Waveform Generator</title><link>https://lavag.org/topic/28307-wtb-fluke-284-arbitrary-waveform-generator/</link><description><![CDATA[<p>
	Not sure if this is correct forum ...
</p>

<p>
	But , we are in the market for 1 or more of these instruments in working order (they are long obsolete) , we need to upgrade , but that is not a trivial task as we have stands all over the world using these things , not to mention all the software that would need upgraded to run with the new instrument. it is a painful situation that has to and will change , but , we need a few spares if we can find any.
</p>

<p>
	I am hoping someone has 1 or more laying on a shelf that they no longer want <span><span class="ipsEmoji">🙂</span></span>
</p>

<p>
	Regards
</p>

<p>
	Dan
</p>

<p>
	p.s. we have been searching the internet , but , nobody seems to have any.
</p>
]]></description><guid isPermaLink="false">28307</guid><pubDate>Mon, 05 Aug 2024 21:25:56 +0000</pubDate></item><item><title>Need help to try and access commands to drive Legacy SD-100 equipment</title><link>https://lavag.org/topic/24118-need-help-to-try-and-access-commands-to-drive-legacy-sd-100-equipment/</link><description><![CDATA[<div style="background-color:#ffffff;border:0px;color:#0c0d0e;font-size:13px;text-align:left;vertical-align:top;">
	<div style="border:0px;font-size:13px;padding:0px;vertical-align:baseline;">
		<div style="border:0px;vertical-align:baseline;">
			0
		</div>
		
	</div>
</div>

<div style="background-color:#ffffff;border:0px;color:#0c0d0e;font-size:13px;text-align:left;vertical-align:top;">
	<div style="border:0px;padding:0px;vertical-align:baseline;">
		<p style="border:0px;font-size:15px;padding:0px;vertical-align:baseline;">
			I have attached a RS232 to USB converter and connected SD-100 Verity Monochromator Legacy Equipment(circa 1999 Device). No software available(unable to find and manufacturer does not have) to drive commands to the unit. I know the unit is a self contained with logic and microprocessed controlled and with external(via Rs232)commands will do its own arrangements to scan and send back plottable data from the RS232 port etc. I have randomly sent commands through the Debugging software to send commands and observe the received data. The unit does not respond and not sure if its because its looking for the right commands or a series of commands I am not aware of etc. I am at a lost and would like to be able to use this equipment. Anyone who might have an inkling on the approach or a better idea please let me know... Thanks in advance!!!
		</p>
	</div>
</div>
]]></description><guid isPermaLink="false">24118</guid><pubDate>Sun, 14 Jul 2024 20:20:58 +0000</pubDate></item><item><title>XCP and CCP in LabVIEW (and X-NET)</title><link>https://lavag.org/topic/20685-xcp-and-ccp-in-labview-and-x-net/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	My actual requirements are a bit nebulous at the moment but just assessing my options.
</p>

<p>
	Has anyone had any luck with 3rd party software with XCP/CCP and LabVIEW? This could be 3rd party hardware or XNET stuff. Maybe a home-brew driver or vendor supplied?
</p>

<p>
	I realise NI offers the  NI ECU Measurement and Calibration toolkit for XCP/CCP support with XNET hardware but I want to know if this is my only option!
</p>

<p>
	<br>
	Thanks!
</p>
]]></description><guid isPermaLink="false">20685</guid><pubDate>Wed, 07 Nov 2018 12:41:47 +0000</pubDate></item><item><title>Quick DAQmx channel order question</title><link>https://lavag.org/topic/24084-quick-daqmx-channel-order-question/</link><description><![CDATA[<p>
	OK , i do not actually have the hardware yet ,i am using simulated so a little tough to test it out , i suppose i could use different ranges on each channel to try to figure it out ..
</p>

<p>
	 
</p>

<p>
	anyway , if I configure a task to use channels , in say this order , 1,7,3,6 ....
</p>

<p>
	will I get the data back in 1,7,3,6 or 1,3,6,7 ?
</p>

<p>
	TIA
</p>

<p>
	Dan
</p>
]]></description><guid isPermaLink="false">24084</guid><pubDate>Sat, 29 Jun 2024 00:30:04 +0000</pubDate></item><item><title>Agilent 34970A "High Speed" DAQ</title><link>https://lavag.org/topic/23893-agilent-34970a-high-speed-daq/</link><description><![CDATA[<p>
	I have an application where i need to scan up to 16 channels at 10Hz , using a 16 channel multiplexer card 34902A.
</p>

<p>
	 
</p>

<p>
	i have tried a few simple things and am not close the 10 Hz , i saw somewhere either on here or NI.com about buffering , but , for the life of me i cant find it again.
</p>

<p>
	edit: i started with the advanced scan example.
</p>

<p>
	So , how do you set up buffering , and poll the instrument at regular intervals ?
</p>

<p>
	i did all the configuring outside of the while loop , and only triggered and read (into a queue) in the DAQ loop , but , it seems as though i am still a little shy of the 10Hz.
</p>

<p>
	 
</p>

<p>
	Any pointers ?
</p>

<p>
	 
</p>

<p>
	Dan
</p>
]]></description><guid isPermaLink="false">23893</guid><pubDate>Tue, 30 Apr 2024 21:53:37 +0000</pubDate></item><item><title>how to ouput a single pulse using CO?</title><link>https://lavag.org/topic/23896-how-to-ouput-a-single-pulse-using-co/</link><description><![CDATA[<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Hello there!
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	I am using a PCI-6110 DAQ and the purpose is to synchronize a DO with some AO.something like this:
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span><span><img alt="lovlex123_0-1714635745652.png" data-ratio="64.25" style="border:0px;vertical-align:middle;" title="lovlex123_0-1714635745652.png" width="400" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://forums.ni.com/t5/image/serverpage/image-id/332247i3F854134D64EF80A/image-size/medium?v=v2&amp;px=400"></span></span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Now, im using AO/StartTrigger to trigger a DO,however,this works fine on PXIe-6341(another card for test),but unable to work on PCI-6110
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	there is an<span> </span><strong>error -200077</strong><span> </span>and it asks me to change sampTimingType from<span> </span><strong>SampTime</strong><span> </span>to<span> </span><strong>OnDemand,</strong>obvious there is no such thing in DAQmx Timing VI.
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Finally I choose to use a Timing Node to set sampTimingType as <strong>OnDemand</strong>, and a new<span> </span><strong>error -200452</strong><span> </span>come.
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Is there a way to solve this problem?
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">By the way,this VI would run on a LV2012 computer ,so some newer function may not work.</span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Here I post a example VI :
</p>

<p>
	<a class="ipsAttachLink" data-fileext="vi" data-fileid="18302" href="https://lavag.org/applications/core/interface/file/attachment.php?id=18302&amp;key=de2f4f67904ccc010d1e1d589eed282f" rel="">example.vi</a>
</p>
]]></description><guid isPermaLink="false">23896</guid><pubDate>Thu, 02 May 2024 08:23:50 +0000</pubDate></item><item><title>emession reception data</title><link>https://lavag.org/topic/23868-emession-reception-data/</link><description><![CDATA[<p style="border:0px solid rgb(227,227,227);margin:0px 0px 1.25em;color:rgb(13,13,13);font-family:'Söhne', 'ui-sans-serif', 'system-ui', '-apple-system', 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;word-spacing:0px;white-space:pre-wrap;background-color:rgb(255,255,255);">
	Hello, I have a problem with my two VIs. The first VI is for data acquisition, and the other VI is for data recording. I am working with CompactRIO, and communication between the CompactRIO and my PC is done via an Ethernet cable.
</p>

<p style="border:0px solid rgb(227,227,227);margin:1.25em 0px;color:rgb(13,13,13);font-family:'Söhne', 'ui-sans-serif', 'system-ui', '-apple-system', 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;word-spacing:0px;white-space:pre-wrap;background-color:rgb(255,255,255);">
	For the acquisition chain, there is an acoustic sensor attached to a rod and a hammer. On the second VI, I want to record the data right after I strike with the hammer to capture the vibrations. How can I achieve this?
</p>

<p style="border:0px solid rgb(227,227,227);margin:1.25em 0px 0px;color:rgb(13,13,13);font-family:'Söhne', 'ui-sans-serif', 'system-ui', '-apple-system', 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;word-spacing:0px;white-space:pre-wrap;background-color:rgb(255,255,255);">
	Additionally, I want to define a specific number of samples, but whenever I set it, the receiving VI freezes.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2024_04/emission.PNG.1e7d3f86321512dad5c351949b94ed6c.PNG" data-fileid="18271" data-fileext="PNG" rel=""><img alt="emission.PNG" class="ipsImage ipsImage_thumbnailed" data-fileid="18271" data-ratio="46.39" width="1200" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2024_04/emission.PNG.1e7d3f86321512dad5c351949b94ed6c.PNG"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2024_04/reception.PNG.8df2f9d576b37c5b6c3f4341e49828cd.PNG" data-fileid="18272" data-fileext="PNG" rel=""><img alt="reception.PNG" class="ipsImage ipsImage_thumbnailed" data-fileid="18272" data-ratio="42.61" width="1200" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2024_04/reception.PNG.8df2f9d576b37c5b6c3f4341e49828cd.PNG"></a>
</p>
]]></description><guid isPermaLink="false">23868</guid><pubDate>Fri, 12 Apr 2024 13:54:32 +0000</pubDate></item><item><title>How to synchronize a FlexRIO device with a DAQ inside a PXIe chassis?</title><link>https://lavag.org/topic/23823-how-to-synchronize-a-flexrio-device-with-a-daq-inside-a-pxie-chassis/</link><description><![CDATA[<p>
	I have a PXIe-7975R(FlexRIO FPGA with 5732 digitizer)and a PXIe-6341(DAQ) both installed in a PXIe-1073 chassis(you can check in screenshot below) and I want to synchronize there two device.
</p>

<p>
	 
</p>

<p>
	my goal <span>:</span>The DAQ will output some control signal and the FPGA will acquire some other signal and they are synchronized .
</p>

<p>
	what I tried:
</p>

<p>
	1. output a digital signal to 5732, however its DIO port somehow dont work,and that force me to input signal using AI port,but there are much much noise
</p>

<p>
	2.this chassis used to run ScanImage(   <a href="https://docs.scanimage.org/" rel="external nofollow">https://docs.scanimage.org/</a>   an program based on MATLAB using DAQmx API),so Im sure the same thing could be realised using LabVIEW,however I couldnt find a way to do so.
</p>

<p>
	 
</p>

<p>
	So ,is there a way to synchronize there two device?Or are there some modules like DAQmx  avalible?(examples of 5732 only demonstrates Clock Select and Streaming) 
</p>

<p>
	 <img class="ipsImage ipsImage_thumbnailed" data-fileid="18250" data-ratio="30.53" width="226" alt="1710656848193.png.29fb505e58f851653172521b25338d8e.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2024_03/1710656848193.png.29fb505e58f851653172521b25338d8e.png">
</p>
]]></description><guid isPermaLink="false">23823</guid><pubDate>Sun, 17 Mar 2024 06:38:33 +0000</pubDate></item><item><title>Unico Drive with DeviceNet - How to w/LabVIEW</title><link>https://lavag.org/topic/7298-unico-drive-with-devicenet-how-to-wlabview/</link><description><![CDATA[<p>If you are one of us unfortunate people who must talk to a Unico drive with a DeviceNet card, here is a little code diagram that will show you the bit manipulations needed to get your data in and out of the drive.</p>
<p>Hope this will help someone.</p>
<p>Regards,</p>
<p>Craig Dobis</p>
]]></description><guid isPermaLink="false">7298</guid><pubDate>Fri, 21 Mar 2008 21:12:24 +0000</pubDate></item><item><title>NI-DAQmx Error -50103: The Specified Resource is Reserved</title><link>https://lavag.org/topic/5900-ni-daqmx-error-50103-the-specified-resource-is-reserved/</link><description><![CDATA[<p>I have a large system where we are using DAQmx to acquire several analog voltages.  Due to architectural considerations, we have decided to use separate DAQmx tasks for reading each channel.</p>
<p>Here's the problem.  We occasionally get error -50103 which states that "The Specified Resource is Reserved".  I was able to find an NI knowledge base entry, <a href="http://digital.ni.com/public.nsf/allkb/04BEDD9E9E91ED3486256D180048116D" rel="external nofollow">Causes of NI-DAQmx Error 50103 "The Specified Resource is Reserved"</a>, which addresses this issue.  Basically, <strong>the problem is that DAQmx Read is reentrant and I'm trying to read two channels </strong><strong>(using separate DAQmx tasks) </strong><strong>on the same board at the same time</strong>.</p>
<p>Why would this cause an error?  The DAQmx Read VI has a "timeout" input that defaults to 10 seconds!  Why can't DAQmx Read simply wait until the resource is no longer "reserved" and then read the channel.  If the resource does not become free before the timeout occurs, then I am fine with getting a timeout error or even error -50103.</p>
<p>IMO, this is either a bug or a very poor design of the DAQmx API/behavior.</p>
<p>My solution is to create a wrapper VI around DAQmx Read which implements a retry (in a While Loop) when error -50103 occurs, until the timeout expires.  I'm also going to contact NI to see if I can convince them that this is a bug or valid feature request.  Either way, I'll post updates here if I learn anything from NI.</p>
<p>Does anyone else have experience with or thoughts about this issue?</p>
<p>Thanks,</p>
<p>-Jim</p>
]]></description><guid isPermaLink="false">5900</guid><pubDate>Tue, 14 Aug 2007 22:26:24 +0000</pubDate></item><item><title>PCI-6503 with traditional NI-DAQ</title><link>https://lavag.org/topic/23262-pci-6503-with-traditional-ni-daq/</link><description><![CDATA[<p>
	Hi,<br />
	   I have some PCI-6503 boards and I need to install them in PCs with WinXP to use it with traditional NI-DAQ and SCXI-1000 chassis.
</p>

<p>
	The boards are Ok, but i can understand why, in some PC, when I try to make a self test with traditional DAQ in MAX , I get a "The device did not pass the test" error. (with DAQmx the self test is passed without any errors)<br />
	Having a look at the detailed error, it is a -10461 resourceReservedError, but there is no application or nothing else that can reserve the board. Is a brand new XP installation.<br />
	Any Idea on how to solve?
</p>

<p>
	thank you so much.
</p>
]]></description><guid isPermaLink="false">23262</guid><pubDate>Fri, 09 Jun 2023 14:20:32 +0000</pubDate></item><item><title>Assistance with Synchronizing IRIG Timecode Between V-data Generator and High-Speed Camera Using myDAQ and LabVIEW Body:</title><link>https://lavag.org/topic/23670-assistance-with-synchronizing-irig-timecode-between-v-data-generator-and-high-speed-camera-using-mydaq-and-labview-body/</link><description><![CDATA[<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Hello NI Community,
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	I am working on a project where I need to synchronize a V-data IRIG-B Timecode Generator with a high-speed camera using an NI myDAQ device, and I’m controlling the setup with LabVIEW.
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Objective</strong>: I aim to ensure that the IRIG timecode from the generator matches precisely with the timecode used by the high-speed camera, for accurate timestamping and synchronization of video frames.
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Current Setup</strong>:
</p>

<ul style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px 0px 0px 2.5em;text-align:left;">
	<li style="text-align:left;">
		V-data IRIG-B Timecode Generator (Model: TCG) outputs an unmodulated IRIG-B signal.
	</li>
	<li style="text-align:left;">
		High-speed camera with IRIG-B input for synchronization.
	</li>
	<li style="text-align:left;">
		NI myDAQ device for data acquisition.
	</li>
	<li style="text-align:left;">
		LabVIEW for data processing and control.
	</li>
</ul>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Challenges</strong>:
</p>

<ul style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px 0px 0px 2.5em;text-align:left;">
	<li style="text-align:left;">
		I am unsure of the best way to configure myDAQ to accurately capture the IRIG-B signal and how to compare this with the camera's internal IRIG implementation.
	</li>
	<li style="text-align:left;">
		I need guidance on processing the IRIG signal in LabVIEW to match it with the high-speed camera's timecode.
	</li>
</ul>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Specific Questions</strong>:
</p>

<ol style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px 0px 0px 2.5em;text-align:left;">
	<li style="text-align:left;">
		What are the best practices for setting up the myDAQ to read an unmodulated IRIG-B signal for maximum accuracy?
	</li>
	<li style="text-align:left;">
		How can I process the IRIG signal in LabVIEW so that it is in a format that can be compared with the camera's timecode?
	</li>
	<li style="text-align:left;">
		Are there any known issues or considerations when using myDAQ with IRIG timecodes and high-speed cameras that I should be aware of?
	</li>
	<li style="text-align:left;">
		Is there example LabVIEW code or VI that demonstrates handling and decoding IRIG-B signals?
	</li>
</ol>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Attempts So Far</strong>:
</p>

<ul style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px 0px 0px 2.5em;text-align:left;">
	<li style="text-align:left;">
		I have the myDAQ setup to read voltages, but I'm uncertain if I'm capturing the IRIG signal correctly.
	</li>
	<li style="text-align:left;">
		I've tried thresholding the analog signal to create a digital representation but I'm not confident in the accuracy.
	</li>
</ul>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Any advice, example VIs, documentation, or tips you could provide would be greatly appreciated. Thank you in advance for your assistance!
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Best regards,
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	- Joseph P.
</p>
]]></description><guid isPermaLink="false">23670</guid><pubDate>Wed, 13 Dec 2023 16:00:48 +0000</pubDate></item><item><title>LVDS generation - repeat mode clock rate</title><link>https://lavag.org/topic/23651-lvds-generation-repeat-mode-clock-rate/</link><description><![CDATA[<p>
	Hi Guys,
</p>

<p>
	 
</p>

<p>
	I am trying to get a PXI 6562 up and running.
</p>

<p>
	 
</p>

<p>
	I want to save a pre-generated pattern to the card and just repeat it continuously.
</p>

<p>
	Everything seems fine till I go over a clock rate of 25Mhz, then I get an error 0xBFFA4C3 which tells me that the card cant keep up with this sample rate.
</p>

<p>
	 
</p>

<p>
	Is there a tweak I can reach up to 100Mhz? Is there any description about this behavior? At least I cant find anything <span><span class="ipsEmoji">😕</span></span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="18113" data-ratio="69.82" width="1200" alt="image.png.6095469510b225ae9516246cd9cfdb3e.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2023_11/image.png.6095469510b225ae9516246cd9cfdb3e.png">
</p>

<p>
	 
</p>

<p>
	<span>thanks in advance!</span>
</p>

<p>
	 
</p>

<p>
	br
</p>
]]></description><guid isPermaLink="false">23651</guid><pubDate>Wed, 29 Nov 2023 06:45:30 +0000</pubDate></item><item><title>Analog Trigger on counter input</title><link>https://lavag.org/topic/23510-analog-trigger-on-counter-input/</link><description><![CDATA[<p>
	Hello everyone,
</p>

<p>
	I have in my possession a NI PCIe 6346 card. I want to do fast acquisition both on a counter input and on several analog inputs. Ideally, the threshold of one analog input should trigger fast acquisition on both. 
</p>

<p>
	1) I've managed to do this for the analog input task, but it doesn't work for the counter task (conditions 4 and 5).  Does anyone have any ideas? 
</p>

<p>
	2) I've replaced my analog trigger with a digital trigger. Can anyone tell me why condition 2 is NOOK, but condition 1 is OK? For me it was two methods doing the same thing. <span class="ipsEmoji">🤔</span>
</p>

<p>
	3) Does my VI start the 2 tasks at the same time (I've seen examples of condition 3, but I'm not familiar with them)? 
</p>

<p>
	Translated with www.DeepL.com/Translator (free version)
</p>
<p>
<a class="ipsAttachLink" href="https://lavag.org/applications/core/interface/file/attachment.php?id=18009&amp;key=f2fae79337364c3ccd7fe8c5727221d8" data-fileExt='vi' data-fileid='18009' data-filekey='f2fae79337364c3ccd7fe8c5727221d8'>Acquisition Rapide.vi</a></p>]]></description><guid isPermaLink="false">23510</guid><pubDate>Mon, 16 Oct 2023 13:40:23 +0000</pubDate></item><item><title>Reliable PCI(e) RS232 Card</title><link>https://lavag.org/topic/23446-reliable-pcie-rs232-card/</link><description><![CDATA[<p>
	I may be in need of a dedicated serial adapter , the NI ones are super expensive , but , if it was up to me thats what I would buy...
</p>

<p>
	So , does anyone have any recommendations .... you can find them anywhere from $20 to $600
</p>

<p>
	obviously it needs to interface with NI-MAX , although I am sure they all would..
</p>

<p>
	Dan
</p>
]]></description><guid isPermaLink="false">23446</guid><pubDate>Wed, 30 Aug 2023 22:32:49 +0000</pubDate></item><item><title>cRIO9040 crash</title><link>https://lavag.org/topic/23375-crio9040-crash/</link><description><![CDATA[<p>
	Hi guys<br />
	I have a problem with my crio9040.<br />
	Indeed, for several weeks I have not been able to identify a crash of this one for no apparent reason.<br />
	My log file generate by my program because i have a hardware crash.
</p>

<p>
	When I look at the cRIO log in NImax, it informs me of this but I'm not sure that's the problem:
</p>

<p>
	<strong><u>Kernel log:</u></strong>
</p>

<p>
	<em>"2023-07-21T00:00:41.352+02:00 BPP2 kernel: [28355.542124] CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.<br />
	2023-07-21T00:00:41.392+02:00 BPP2 kernel: [28355.580251] CIFS: VFS: parse_server_interfaces: malformed interface info"</em>
</p>

<p>
	On restart.
</p>

<p>
	<strong><u>Error log:</u></strong>
</p>

<p>
	"<em>####<br />
	#Date: Fri, Jul 21, 2023 08:39:32 AM<br />
	#OSName: Linux<br />
	#OSVers: 5.15.113-rt64<br />
	#OSBuild: 331633<br />
	#AppName: lvrt<br />
	#Version: 21.0f3<br />
	#AppKind: AppLib<br />
	#AppModDate: </em>
</p>

<p>
	<br />
	<em>InitExecSystem() call to GetCurrProcessNumProcessors() reports: 2 processors<br />
	InitExecSystem() call to GetNumProcessors()            reports: 2 processors<br />
	InitExecSystem()                                      will use: 2 processors<br />
	starting LV_ESys1248001a_Thr0 , capacity: 24 at [3772766387.42935610, (08:39:47.429356000 2023:07:21)]<br />
	starting LV_ESys2_Thr0 , capacity: 24 at [3772766387.49391699, (08:39:47.493917000 2023:07:21)]<br />
	starting LV_ESys2_Thr1 , capacity: 24 at [3772766387.49391699, (08:39:47.493917000 2023:07:21)]<br />
	starting LV_ESys2_Thr2 , capacity: 24 at [3772766387.49391699, (08:39:47.493917000 2023:07:21)]<br />
	starting LV_ESys2_Thr3 , capacity: 24 at [3772766387.49391699, (08:39:47.493917000 2023:07:21)]</em>"
</p>

<p>
	 
</p>

<p>
	I network a record file at some point, hence the CIFS:
</p>

<p>
	<em>"mount -t cifs //<span style="color:#8e44ad;"><strong>networkpath </strong></span>-o username=<span style="color:#8e44ad;"><strong>name </strong></span>,password=<span style="color:#8e44ad;"><strong>password</strong></span>,uid=admin, vers=1.0 <span style="color:#8e44ad;"><strong>localpath</strong></span>"</em>
</p>

<p>
	I have another test bench that uses this function without crashing.
</p>

<p>
	does anyone have any idea how to find the problem?
</p>

<p>
	thanks !
</p>
]]></description><guid isPermaLink="false">23375</guid><pubDate>Fri, 21 Jul 2023 07:11:43 +0000</pubDate></item><item><title>DAQmx Error -200557 with cDAQ-9171 and NI 9215 in MAX Test Panel</title><link>https://lavag.org/topic/23325-daqmx-error-200557-with-cdaq-9171-and-ni-9215-in-max-test-panel/</link><description><![CDATA[<p>
	Hi all.
</p>

<p>
	After mounth of continuosly running with zero problem, now I'm getting the error "-200557 Specified property cannot be set while the task is running. Set the property prior to starting the task, or stop the task propr to setting the property".
</p>

<p>
	First I got the error on my program (basically, a QMH acquiring data from a DAQ module). But I get the same error from the <strong>MAX Test Panel</strong> of the module, <strong>even after many restart of the Windows PC and even after I uninstalled and installed again the DAQmx drivers and the LabVIEW runtime</strong>.
</p>

<p>
	This is the error and the MAX window. The module is a DAQ NI 9215 and is mounted in the cDAQ-9171 USB chassis.
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="17821" data-ratio="83.99" width="918" alt="MAX.PNG.7c2d8ac4bd512d6e08f25a43eb9cd5fc.PNG" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2023_06/MAX.PNG.7c2d8ac4bd512d6e08f25a43eb9cd5fc.PNG">
</p>

<p>
	In other PCs where the same LabVIEW program is running, with the same combination of hardware (9171 + 9215) the typical MAX device list is like that:
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="17822" data-ratio="50.28" width="708" alt="MAX_ok.PNG.e3c564fd02c9ce0917f994bcad3a14f5.PNG" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2023_06/MAX_ok.PNG.e3c564fd02c9ce0917f994bcad3a14f5.PNG">
</p>

<p>
	with the chassis 9171 listed and the 9215 is listed as a board in the chassis.
</p>

<p>
	Unfortunally the PC and the boards are in a<strong> remote location</strong> and, at the moment, I'm not able to phisically unplug the usb chassis or change the board with a different one.
</p>

<p>
	Can somebody help me, suggesting something else I could try, having only a remote access to the Windows PC?
</p>

<p>
	Thank you,
</p>

<p>
	Marco.
</p>
]]></description><guid isPermaLink="false">23325</guid><pubDate>Tue, 27 Jun 2023 07:06:39 +0000</pubDate></item><item><title>HYTEK iUSBDAQ - U120816 DIO problem</title><link>https://lavag.org/topic/12439-hytek-iusbdaq-u120816-dio-problem/</link><description><![CDATA[<p>I have downloaded all the iDAQUSB Hytek drivers and vi's and even tested the idaqtest&amp;log.</p>
<p>I have created my own vi where i read continuously Data from digital DIO(channel 9-16) and save them successfully in my database.</p>
<p>I have a micro controller-encoder-transmitter and on the other side a receiver-decoder-Hytek-PC</p>
<p>The micro-controller is sending a 255 header followed by 14 bytes each for a different sensor. The problem i am facing is that i need a some sort of trigger to only read when change of state so that the one byte don't overwrite the other. in my case my hytek is reading 255-255 for all my data.</p>
<p>I need it to read only when it s triggered so i don t have overwrite.</p>
<p>Can i use the trigger input for digital input as well?? i was thinking about connecting the trigger input to the vt(trigger) of the receiver. but i dunno if it will work on labview.</p>
<p>I am enumerating...opening session...read/write IO and closing the devices each time. but i need it to read each time i send a new byte. how can i do that? </p>
<p>i would appreciate any help.thank you</p>
]]></description><guid isPermaLink="false">12439</guid><pubDate>Sun, 23 May 2010 18:33:01 +0000</pubDate></item><item><title>Bangalore Escorts</title><link>https://lavag.org/topic/23096-bangalore-escorts/</link><description/><guid isPermaLink="false">23096</guid><pubDate>Mon, 03 Apr 2023 03:40:32 +0000</pubDate></item><item><title><![CDATA[Need help with NI Switch->Terminal-box Connection details]]></title><link>https://lavag.org/topic/23043-need-help-with-ni-switch-terminal-box-connection-details/</link><description><![CDATA[<p>
	I've been trying to figure out connection details of my NI switch hardware and the connections terminal.  Unfortunately I have not been able to find the answer by going thru all the provided documentations , google , and forums.    The most significant information is missing from all documentation, I'm hoping someone can help me out.  I've tried to ohm out man possible combinations.  
</p>

<ul>
	<li>
		Questions:
		<ol>
			<li>
				Question:  Based on the hardware listed below,   on the Terminal TBX50 (Card splits to 4 terminal blocks), which terminal pin is com0+, com0-,  com8+,com8-?
			</li>
			<li>
				Question:  In the Topology below, on Terminal TBX50  which pins correspond to  ch0..ch31  and ch32..ch63
			</li>
		</ol>
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		I have PXIe-2525 NI Switch, plus a cable that goes from the card to 4x 50-pin terminal boards (NI-TBX50).
	</li>
	<li>
		The Switch is configured as a <strong>2-Wire Dual 32×1 Multiplexer Topology</strong>
	</li>
</ul>

<p>
	 
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="17555" data-ratio="118.03" width="233" alt="image.png.b5d260a94d81a8d06724c14f17492fef.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2023_03/image.png.b5d260a94d81a8d06724c14f17492fef.png">
</p>

<h2>
	Making a Connection
</h2>

<p>
	When using the NI 2525 as a 2-wire dual 32×1 multiplexer, the positive leads of the first bank (ch0+ through ch31+) route to com0+, and the negative leads of the first bank (ch0– through ch31–) route to com0–. The pair com0+ and com0– is addressed collectively as com0 in software. The second bank follows a similar routing scheme.
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="17554" data-ratio="70.70" width="925" alt="image.png.ee2b1687737dea5e70b6104daf02e07e.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2023_03/image.png.ee2b1687737dea5e70b6104daf02e07e.png">
</p>
]]></description><guid isPermaLink="false">23043</guid><pubDate>Thu, 09 Mar 2023 18:56:18 +0000</pubDate></item><item><title>Looking for software for the discontinued aeroflex 3011/3035</title><link>https://lavag.org/topic/23007-looking-for-software-for-the-discontinued-aeroflex-30113035/</link><description><![CDATA[
<p><a href="https://lavag.org/uploads/monthly_2023_02/s-l500.jpg.4cfe8ad4d3d3e610b9a5db12c8dcaf8d.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="17530" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="75.00" width="500" class="ipsImage ipsImage_thumbnailed" alt="s-l500.jpg" data-src="https://lavag.org/uploads/monthly_2023_02/s-l500.jpg.4cfe8ad4d3d3e610b9a5db12c8dcaf8d.jpg"></a></p>]]></description><guid isPermaLink="false">23007</guid><pubDate>Sun, 26 Feb 2023 07:07:39 +0000</pubDate></item><item><title>9751 module (injector) for non-standard use</title><link>https://lavag.org/topic/22998-9751-module-injector-for-non-standard-use/</link><description><![CDATA[<p>
	Has anyone worked with the 9751 module (injector)?<br />
	I have not quite a standard task and need to understand how to use this device
</p>
]]></description><guid isPermaLink="false">22998</guid><pubDate>Sat, 25 Feb 2023 07:42:52 +0000</pubDate></item><item><title>Does anyone have a working link to an old DAQmx driver (8.0.1)?</title><link>https://lavag.org/topic/22956-does-anyone-have-a-working-link-to-an-old-daqmx-driver-801/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I am trying to help a colleague restore an old ATE and we are looking for the identical DAQmx driver that was present originally. This is DAQmx 8.0.1
</p>

<p>
	Does anyone know where I can download this? Unfortunately the DAQmx drivers on ni.com only go back to version 9.0
</p>

<p>
	Thanks!
</p>
]]></description><guid isPermaLink="false">22956</guid><pubDate>Mon, 20 Feb 2023 15:00:55 +0000</pubDate></item><item><title>NI PXIe systems, sbRIO's, and CompactRIO for sale</title><link>https://lavag.org/topic/22950-ni-pxie-systems-sbrios-and-compactrio-for-sale/</link><description><![CDATA[<p>
	Hello guys,
</p>

<p>
	Once upon a time, our company stocked up on NI controllers and systems.  Due to business reasons, we are getting out of the NI integration game.  Lots of goodies we're looking to sell, most of stock is brand new in box or barely been used.  Check these out:
</p>

<p>
	<a href="https://nitradingpost.freeforums.net/thread/10/pxie-8880-1082-units-extra" rel="external nofollow">[FS] Several PXIe-8880 and PXIe-1082 units, w/ extra RAM</a>
</p>

<p>
	<a href="https://nitradingpost.freeforums.net/thread/11/crio-9035-9065-9034-9032" rel="external nofollow">[FS] cRIO-9035, cRIO-9065, cRIO-9034, cRIO-9032</a>
</p>

<p>
	<a href="https://nitradingpost.freeforums.net/thread/13/sbrio-9606s-brand-new-box" rel="external nofollow">[FS] sbRIO-9606's brand new in box</a>
</p>

<p>
	<a href="https://nitradingpost.freeforums.net/thread/19/9697-mezzanine-card-sbrio-250usd" rel="external nofollow">NI 9697 mezzanine card for sbRIO, $250USD</a>
</p>

<p>
	<a href="https://nitradingpost.freeforums.net/thread/18/9239e-bit-50ks-300usd-unit" rel="external nofollow">[FS] NI-9239E (24-bit, 4ch, 50kS/s) $300USD per unit</a>
</p>

<p>
	(The NI-9239E is just a NI-9239 without the enclosure, it functions exactly same as a $2000 NI-9239, see this <a href="https://www.linkedin.com/feed/update/urn:li:activity:7021123650179252224?utm_source=share&amp;utm_medium=member_desktop" rel="external nofollow">video</a> from Linkedin)
</p>

<p>
	 
</p>

<p>
	Oh and if you're looking for NI parts and don't want to get ebay-scammed, here's the <a href="https://nitradingpost.freeforums.net/" rel="external nofollow">NI Trading Post</a> forum.  Maybe it should have been a board in LAVA?  The group is on linkedin as well: <a href="https://www.linkedin.com/groups/14121153/" rel="external nofollow">https://www.linkedin.com/groups/14121153/</a>
</p>

<p>
	Cheers,
</p>

<p>
	John
</p>
]]></description><guid isPermaLink="false">22950</guid><pubDate>Mon, 13 Feb 2023 14:05:28 +0000</pubDate></item><item><title>PXIe-8840QC 8GB memory</title><link>https://lavag.org/topic/21368-pxie-8840qc-8gb-memory/</link><description><![CDATA[<p>
	Anyone have an 8 GB memory chip in their PXIe-8840QC?
</p>

<p>
	If you do can you let me know the part number?
</p>

<p>
	 
</p>

<p>
	I'm working on netboot and need to increase my RAM from the 4GB included.  Yes, I know NI sells <span style="font-size:11pt;">NI part number 783001-8192, but I am expecting a ridiculously high quote for something that should only cost $200 maximum in the worst case.</span>
</p>

<p>
	<span style="font-size:11pt;">I'm thinking Micron </span>MT16KTF1G64HZ-1G9P1, Memory Module DDR3L SDRAM 8GB 1866MT/s 204-SODIMM would work, just rather know if someone has an 8GB memory that is known working.
</p>

<p>
	 
</p>

<p>
	What's in it from NI is the 4GB Micron  MT8KTF51264HZ-1G9P1 (PC3L-14900S-13-13-B4, 4 GB 1Rx8 ), Memory Module DDR3L SDRAM 4GB 1866MT/s 204-SODIMM
</p>
]]></description><guid isPermaLink="false">21368</guid><pubDate>Tue, 04 Feb 2020 21:25:00 +0000</pubDate></item><item><title>EtherCAT Slave PDOs not showing up</title><link>https://lavag.org/topic/22861-ethercat-slave-pdos-not-showing-up/</link><description><![CDATA[<p>
	I'm using a cRIO 9054 as the EtherCAT master, and am trying to map the PDOs for a slave device. I managed to import the xml file successfully, but no PDOs showed up under the slave. 
</p>

<p>
	I was able to successfully complete the PDO mapping with a cRIO 9057 previously. 
</p>

<p>
	What did I do wrong here? 
</p>
]]></description><guid isPermaLink="false">22861</guid><pubDate>Fri, 06 Jan 2023 01:35:17 +0000</pubDate></item><item><title>Not able to acquire a waveform continuously using Agilent 2000 3000 X-Series</title><link>https://lavag.org/topic/22655-not-able-to-acquire-a-waveform-continuously-using-agilent-2000-3000-x-series/</link><description><![CDATA[<p>
	Hello, I am using Keysight MSOX3054A with LabVIEW 2020 via USB communication.
</p>

<p>
	 
</p>

<p>
	It works fine when I grap a single moment of waveform however, It always encountered an Error 1073807298: Could Not Perform Operation Because of I/O Error if I try to acquire a waveform continuously with "Agilent 2000 3000 X-Series Acquire Waveform Continuously.vi".
</p>

<p>
	 
</p>

<p>
	I matched LabVIEW 2020 and NI-VISA 20.0 for compatibility.
</p>

<p>
	 
</p>

<p>
	Has anyone an idea for this issue?
</p>

<p>
	Thank you for your help!
</p>
]]></description><guid isPermaLink="false">22655</guid><pubDate>Tue, 09 Aug 2022 08:59:02 +0000</pubDate></item><item><title>Using VISA Find Resource for PXI Devices</title><link>https://lavag.org/topic/22505-using-visa-find-resource-for-pxi-devices/</link><description><![CDATA[<p>
	I'm using VISA Find Resource to determine what's on my system at the startup of my software. I've been successful using it for just about everything we have in the lab that isn't Ethernet, including recently with some PXI devices (we hadn't started using PXI systems in our lab specifically until just a few months ago with my current project).
</p>

<p>
	I have a Pickering Switch PXI card, an NI PXIe-4353 (Thermocouples card) and NI PXIe-4080 (DMM). The first two show up fine using the VISA Find Resource (with "?*INSTR" as the expression), once I configure NI-VISA in MAX to "Show all devices accessible to VISA" under "PXI/PCI Interfaces". But the PXIe-4080 does not. I had loaned a PXI-4071 DMM (an older NI model), and that one shows up fine.
</p>

<p>
	When we contacted NI support, they were initially confused, as if using VISA Find Resources for PXI devices was super weird or unheard of. Then they tried to claim that since the PXI 408x is completely a different product than the 407x under the hood, it cannot support VISA. We're not trying to take measurements over VISA, just find it, and get some interface information about it (we then plan on using the NI-DMM IVI). I've included a snapshot of a conglomeration of the functionality that we use to find, get information on, and then convert the VISA reference to the NI-DMM IVI ref specifically.
</p>

<p>
	Again, all this worked with the NI PXI-4071 DMM, but I have two NI PXIe-4080 DMMs now that both will not even show up in VISA in MAX. Has anyone else had this issue, or issues like this? It's totally reasonable to use VISA Find Resource for PXI devices, right?
</p>

<p><a href="https://lavag.org/uploads/monthly_2022_04/1932371864_VISAFindtoNI-DMMIVI.png.dc763e853651a30f8aa7e9b8967115cf.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="16573" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="23.80" width="1546" class="ipsImage ipsImage_thumbnailed" alt="VISA Find to NI-DMM IVI.png" data-src="https://lavag.org/uploads/monthly_2022_04/1932371864_VISAFindtoNI-DMMIVI.png.dc763e853651a30f8aa7e9b8967115cf.png"></a></p>]]></description><guid isPermaLink="false">22505</guid><pubDate>Fri, 15 Apr 2022 18:03:08 +0000</pubDate></item><item><title>Create Simulated device programatically</title><link>https://lavag.org/topic/22512-create-simulated-device-programatically/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	Does anyone know how to make a simulated DAQ device using LabVIEW code?
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="16580" data-ratio="39.16" width="927" alt="image.png.953974f06eb72b53a5dd5a3610554c65.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2022_04/image.png.953974f06eb72b53a5dd5a3610554c65.png">
</p>

<p>
	 
</p>

<p>
	I am thinking about creating one programatically as part of some unit tests.
</p>
]]></description><guid isPermaLink="false">22512</guid><pubDate>Tue, 19 Apr 2022 09:45:42 +0000</pubDate></item><item><title>PXI RT Based Automotive Ethernet Protocol Validation Testing</title><link>https://lavag.org/topic/22509-pxi-rt-based-automotive-ethernet-protocol-validation-testing/</link><description><![CDATA[<p>
	<span style="font-size:10pt;">Hi All,</span>
</p>

<p>
	<span style="font-size:10pt;"> Is there any way to use NI RT PXI Ethernet card for SOMEIP and DOIP  or XCP Protocol testing?</span>
</p>

<p>
	<span style="font-size:10pt;">How dhcp server configuration happen in PXI RT side? </span>
</p>

<p>
	<span style="font-size:10pt;">is anyone already used Automotive Ethernet validation using NI PXI RT platform?</span>
</p>

<p>
	<span style="font-size:10pt;">If yes - pl. guide.</span>
</p>

<p>
	<span style="font-size:10pt;"> </span>
</p>

<p>
	<span style="font-size:10pt;">Thanks,</span>
</p>

<p>
	<span style="font-size:10pt;">Pravin</span>
</p>
]]></description><guid isPermaLink="false">22509</guid><pubDate>Mon, 18 Apr 2022 10:50:07 +0000</pubDate></item><item><title>I worry about NI hardware controller release</title><link>https://lavag.org/topic/22348-i-worry-about-ni-hardware-controller-release/</link><description><![CDATA[<p>
	Our company used NI RT controller CVS-1459 RT. Without any information, they discontinued this controller and suggest us about IC-3121. And we just found out it will discontinue the end of this year. All of this happen in one year. I contacted NI for replacement product and they suggest IC-3120 which has 2 ethernet ports instead of 2 USB 3.0 which we use to connect our cameras. NI engineer then suggest IC-3171 which is $1,700 higher than IC-3121 which is $3,000. What I am worry is we don't have any information ahead. I work with LabVIEW for 15 years. I used to have connection with NI sell representative. Now I don't have any information about the product timeline at all. I contacted with NI sale and they are now Newark company and they cannot answer me about controller replacement. What should I do in this case? Is there any person in NI should I contact with?
</p>
]]></description><guid isPermaLink="false">22348</guid><pubDate>Thu, 02 Dec 2021 15:04:57 +0000</pubDate></item><item><title>Copley TE2 Ethercat Drive</title><link>https://lavag.org/topic/22448-copley-te2-ethercat-drive/</link><description><![CDATA[<p>
	Hi All,
</p>

<p>
	Very new to Ethercat devices, so hoping some one can tell me if I'm missing something obvious.
</p>

<p>
	I have a 6 axis stepper control system that uses a cRIO-9024 and 6 NI-9512 stepper controllers.  The system is getting a bit old, and with NI getting out of the motion control field the customer asked me about a possible upgrade to the system.  Since the old system used Softmotion and NI released Softmotion for Labview 2020, my feeling was that new controllers compatible with Softmotion should work with minimal changes to the existing software.  Based on what I read Ethercat drives may be a good way to go.
</p>

<p>
	 
</p>

<p>
	According to the NI website, Copley TE2 Ethercat drives are compatible and should work for our existing stepper motors. I installed all the NI Ethercat and SDI drivers and got the TE2 ESI files from the Copley website.  Starting with the NI SDI Plug-In example, I can link to the new cRIO (9049), and it can apparently see the TE2 drive, but when I go to bind the Softmotion axis to the TE2 drive, it doesn't show up.  I've run out of ideas, and since NI doesn't do motion anymore they couldn't help.
</p>

<p>
	Anybody have any suggestions?
</p>

<p>
	 
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="16479" data-ratio="41.88" width="1120" alt="image.png.408aee6044f4715f9a39258f623a5a16.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2022_02/image.png.408aee6044f4715f9a39258f623a5a16.png">
</p>
]]></description><guid isPermaLink="false">22448</guid><pubDate>Tue, 22 Feb 2022 17:34:47 +0000</pubDate></item><item><title>USB Stack Lights</title><link>https://lavag.org/topic/22182-usb-stack-lights/</link><description><![CDATA[<p>
	Does anyone have a recommendation for a USB stack light?  There's plenty available on the internet but before I start going through documentation I thought I'd ask here...
</p>

<p>
	They'll be deployed in a manufacturing environment,  the facility is climate controlled, they will be in a fixed location with little chance of being struck or coming into contact with anything.  They'll be mounted to extruded aluminum framing
</p>

<p>
	Ideally they are controlled via a command set and don't work on a custom DLL.  I'd like them to have a watch dog included so if a command isn't received it will switch over to RED
</p>

<p>
	Thanks
</p>

<p>
	.<img class="ipsImage ipsImage_thumbnailed" data-fileid="16064" data-ratio="101.35" width="223" alt="download.jpg.c9e6484ad568164a504db6d6a5825031.jpg" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_08/download.jpg.c9e6484ad568164a504db6d6a5825031.jpg">
</p>
]]></description><guid isPermaLink="false">22182</guid><pubDate>Wed, 25 Aug 2021 15:07:24 +0000</pubDate></item><item><title>Omega CN616A Temperature Controller</title><link>https://lavag.org/topic/22389-omega-cn616a-temperature-controller/</link><description><![CDATA[<p>
	I am looking for information on how to communicate with an Omega CN616A Temperature controller over MODBUS / RTU using LabVIEW.  I have down loaded the Modbus Master, Plasmionique package.  I have a USB to  RS232 cable (COM 4).  Omega provides an application that communicates with the CN616A device, and I am able to use this.  I have tried different configurations in LabVIEW but I'm not able to read any data.
</p>

<p>
	Note.  The earlier CN616 module was able to use a serial port, but the CN616A is only ModBus.
</p>
<p>
<a class="ipsAttachLink" href="https://lavag.org/applications/core/interface/file/attachment.php?id=16388&amp;key=19a4995fe7d87316f326ad1ee0624dec" data-fileExt='pdf' data-fileid='16388' data-filekey='19a4995fe7d87316f326ad1ee0624dec'>MB_Master - User Guide.pdf</a></p>]]></description><guid isPermaLink="false">22389</guid><pubDate>Sat, 15 Jan 2022 22:47:27 +0000</pubDate></item><item><title>How to control volume in the VI</title><link>https://lavag.org/topic/4968-how-to-control-volume-in-the-vi/</link><description><![CDATA[<p>Respected LabVIEW Experts,</p>
<p>                                         I want to play a audio signal with control over frequency and volume.Here i attached a VI which as got control over frequency,but i am unable to control the volume of sound played in the speaker.I want to have individual volume control for right and left speaker in the front panel(when PC Speaker volume is kept at the maximum position) kindly give suggestions to complete the program </p>
<p>                                                  Thanks in advance</p>
]]></description><guid isPermaLink="false">4968</guid><pubDate>Wed, 14 Mar 2007 15:24:24 +0000</pubDate></item><item><title>NI5124 error code -50550</title><link>https://lavag.org/topic/22211-ni5124-error-code-50550/</link><description><![CDATA[<p>
	<a rel=""><span lang="en-us" xml:lang="en-us">NI-5124 PXI oscilloscope failing.</span></a>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"> </span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>1.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">It’s placed in a system that has run for 20 years on Windows XP and Labview 8.2.1</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>2.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">PXI rack 1045</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>3.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">Mxi: PXI-MXI-4 (PCI-8336 and PXI-8336)</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>4.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">Now the PC is upgraded to a new one with Windows 10 and LV15.</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>5.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">After new PC the system started, I can see all cards in PXI rack in MAX</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>6.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">I can communicate with all card but not NI5124 Scope.</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>7.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">When I try to launch Testpanels for Ni5124 I got the following error: Image "Briton_0.png"</span></span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2021_09/Briton_0.png.ca7a63dc364c922017c353c6275458dd.png" data-fileid="16170" data-fileext="png" rel=""><img alt="Briton_0.png" class="ipsImage ipsImage_thumbnailed" data-fileid="16170" data-ratio="36.71" width="395" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_09/Briton_0.png.ca7a63dc364c922017c353c6275458dd.png"></a>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>8.<span>       </span></span>I can lau</span></span><span><span lang="en-us" xml:lang="en-us">nch Te</span></span><span><span lang="en-us" xml:lang="en-us">stpanels when I point at NI4070 DMM in MAX.<br>
	I can then open a new fan and choose Oscilloscope</span></span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2021_09/Briton_1.png.26e22a7907dd61b1da92a332db5510c2.png" data-fileid="16171" data-fileext="png" rel=""><img alt="Briton_1.png" class="ipsImage ipsImage_thumbnailed" data-fileid="16171" data-ratio="46.00" width="400" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_09/Briton_1.png.26e22a7907dd61b1da92a332db5510c2.png"></a>
</p>

<p>
	<br>
	 
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>9.<span>       </span></span></span><span lang="en-us" xml:lang="en-us">When pressing Run/Stop I got this error:</span></span><br>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2021_09/Briton_2.png.04ba649f03310b898419bbf955543ded.png" data-fileid="16172" data-fileext="png" rel=""><img alt="Briton_2.png" class="ipsImage ipsImage_thumbnailed" data-fileid="16172" data-ratio="22.50" width="400" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_09/Briton_2.png.04ba649f03310b898419bbf955543ded.png"></a>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">10.   </span><span lang="en-us" xml:lang="en-us">NI MAX pictures:</span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2021_09/Briton_3.png.01d18967554af9cdad82a47b2c1bc6b2.png" data-fileid="16173" data-fileext="png" rel=""><img alt="Briton_3.png" class="ipsImage ipsImage_thumbnailed" data-fileid="16173" data-ratio="46.00" width="400" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_09/Briton_3.png.01d18967554af9cdad82a47b2c1bc6b2.png"></a>
</p>

<p>
	 
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us">MAX can´t recognize the type of the PXI bridge, but it is a <a rel=""><span><span><span>PXI-MXI-4</span></span></span></a><span><span> (<a rel=""><span>PCI-8336</span></a> and PXI-8336</span></span>)</span></span>
</p>

<p>
	<br>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2021_09/Briton_4.png.baa70d85477dd62b9bd7ea845bd9b529.png" data-fileid="16174" data-fileext="png" rel=""><img alt="Briton_4.png" class="ipsImage ipsImage_thumbnailed" data-fileid="16174" data-ratio="273.97" width="146" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_09/Briton_4.png.baa70d85477dd62b9bd7ea845bd9b529.png"></a><a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2021_09/Briton_5.png.92480d231cf4342f56c145536f70e271.png" data-fileid="16175" data-fileext="png" rel=""><img alt="Briton_5.png" class="ipsImage ipsImage_thumbnailed" data-fileid="16175" data-ratio="98.50" width="400" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_09/Briton_5.png.92480d231cf4342f56c145536f70e271.png"></a>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"> </span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>11.<span>   </span></span></span><span lang="en-us" xml:lang="en-us">Error code <a rel="">-1074108967 </a>occurred at an unidentified location</span></span><br>
	 
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span>12.<span>   </span></span></span><span lang="en-us" xml:lang="en-us">I have looked for solution at NI for error -50550 and found this:</span></span><br>
	 
</p>

<p>
	<span><span lang="en-us" style="color:#333333;font-size:24pt;" xml:lang="en-us">Solution</span></span>
</p>

<p>
	<span><span lang="en-us" style="color:#333333;font-size:12pt;" xml:lang="en-us">These error codes indicate fairly general problems that can be caused by either hardware or software. You can resolve these errors through one of the troubleshooting steps below:</span></span>
</p>

<ol start="1" type="1">
	<li style="color:#333333;">
		<span><span lang="en-us" style="font-size:12pt;" xml:lang="en-us">Reset the</span></span><span><span lang="en-us" style="font-size:12pt;" xml:lang="en-us"> device in Measurement &amp; Automation Explorer, then try the self-calibrate again.</span></span>
	</li>
	<li style="color:#333333;">
		<span><span lang="en-us" style="font-size:12pt;" xml:lang="en-us">Reboot the PC or PXI controller.</span></span>
	</li>
	<li style="color:#333333;">
		<span><span lang="en-us" style="font-size:12pt;" xml:lang="en-us">Try a different PCI or PXI slot.</span></span>
	</li>
	<li style="color:#333333;">
		<span><span lang="en-us" style="font-size:12pt;" xml:lang="en-us">If you are using a remote controller (i.e PCIe-8361) make sure the MXI card has the DIP Switch in the correct position, either ON if you are using </span></span><a href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0MKCAY&amp;l=en-US" rel="external nofollow"><span><span lang="en-us" style="color:#004123;font-size:12pt;" xml:lang="en-us">BIOS Compatibility Mode</span></span></a><span><span lang="en-us" style="font-size:12pt;" xml:lang="en-us"> or OFF if you are not.</span></span>
	</li>
</ol>

<p>
	<span><span lang="en-us" xml:lang="en-us">I have tried 1, 2 and 3 =&gt; did not help.<br>
	About 1 Reset and Self-test is success but Self- Calibrate is just running for ever.<br>
	@4 If this was not setup correctly, I assume the PC would not be able to see the PXI rack and modules in it.</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"><span> </span></span></span>
</p>

<p>
	<span style="font-size:14px;"><span style="background-color:rgb(255,255,255);color:rgb(51,51,51);text-align:left;">I have tried to delete all LabVIEW and device driver SW on the PC and then installed it again.</span><br style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	<span style="background-color:rgb(255,255,255);color:rgb(51,51,51);text-align:left;">I still got the same error!</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"> </span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us">What could be my next step?</span></span><br>
	 
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us">Thanks in advance</span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us"> </span></span>
</p>

<p>
	<span><span lang="en-us" xml:lang="en-us">/Bjarne</span></span>
</p>

<p>
	PS: I also posted the question in NI-forum, but none has responded yet and then I think the hard core fellows at LAVAG could help me <img alt=";)" data-emoticon="" src="https://lavag.org/applications/core/interface/js/spacer.png" title=";)" data-src="https://lavag.org/uploads/emoticons/default_wink.png">
</p>

<p>
	<a href="https://forums.ni.com/t5/LabVIEW/PXI-NI-5124-error-code-50550/m-p/4180536#M1208650" rel="external nofollow">https://forums.ni.com/t5/LabVIEW/PXI-NI-5124-error-code-50550/m-p/4180536#M1208650</a>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22211</guid><pubDate>Thu, 23 Sep 2021 12:53:59 +0000</pubDate></item><item><title>Connect CVS-1459 with myRIO</title><link>https://lavag.org/topic/22254-connect-cvs-1459-with-myrio/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	Our current instrument is using CVS-1459. We have a laser device in the instrument. Normally the laser has a separated controller which let us controlled by using serial port or TCP/IP. We are trying a new laser device which only allow to control through DB25 with analog I/O and digital I/O. I figured that I can use a cheap controller as myRIO since my CVS does not support DAQmx to connect with a DAQ device. Now I have no idea how to connect CVS-1459 with myRIO. myRIO uses USB to Ethernet cable. I configure the Ethernet Adapter usb0 on the CVS to the same IP subnet with myRIO but I still cannot ping it. What is the other option I can use for my connection between CVS and myRIO or option to control the laser?
</p>

<p>
	Thank you in advance!
</p>
]]></description><guid isPermaLink="false">22254</guid><pubDate>Wed, 27 Oct 2021 14:39:39 +0000</pubDate></item><item><title>Help us make our LabVIEW motion controller better! (and get a chance for free Starbucks, on me)</title><link>https://lavag.org/topic/22079-help-us-make-our-labview-motion-controller-better-and-get-a-chance-for-free-starbucks-on-me/</link><description><![CDATA[<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:0px 0px .25em;vertical-align:baseline;">
	Hi folks,
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:0px 0px .25em;vertical-align:baseline;">
	Long time reader, 1st time poster (old account got deleted?  couldn't recover it)
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:0px 0px .25em;vertical-align:baseline;">
	LabVIEW and coffee?  Heck yeah, any day.  You'll see my spaghetti code come to life. <span class="ipsEmoji">😄</span>  No, but seriously ...
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:.8em 0px .25em;vertical-align:baseline;">
	I've always been a big fan of LabVIEW, and ever since NI discontinued their motion offerings, I was really sad for a while.  (Maybe because motion was also my specialty as a systems engineer at NI. <span class="ipsEmoji">🙁</span>)  Back in the day, NI had great motion products that worked well with LabVIEW.  They worked great for pick-and-place systems, automatic positioning, test systems where you need to move the DUT or sensor around, etc.
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:.8em 0px .25em;vertical-align:baseline;">
	Well, now I left NI, and being located in Taiwan, this give us an advantage for sourcing various electronics and embedded systems.  My partners and I started TENET Technologies this year, and I pitched to them and said ... you know what?  What if we made a motion controller for LabVIEW users?  I'm reluctant to believe that, just because NI has forfeited this market, that LabVIEW users don't need motion controllers anymore.  Without NI's solution, users are burdened with having to risk compatibility issues with other motion controllers, AND also have to deal with APIs that look like dismissive afterthoughts.  I've researched many different APIs from 3rd party vendors, and usually they look something like this:
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:.8em 0px .25em;vertical-align:baseline;">
	<img data-ratio="68.93" width="354" alt="Untitled.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210617%2Fus-west-2%2Fs3%2Faws4_request&amp;X-Amz-Date=20210617T082642Z&amp;X-Amz-Expires=86400&amp;X-Amz-Signature=bb3b1dba3a60c493a1776afc8297f245f406c617e3cd18fd13771957664dbc33&amp;X-Amz-SignedHeaders=host&amp;response-content-disposition=filename%20%3D%22Untitled.png%22" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://s3.us-west-2.amazonaws.com/secure.notion-static.com/7cebae4b-febd-4c22-a26d-ce8b24cee09a/Untitled.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210617%2Fus-west-2%2Fs3%2Faws4_request&amp;X-Amz-Date=20210617T082642Z&amp;X-Amz-Expires=86400&amp;X-Amz-Signature=bb3b1dba3a60c493a1776afc8297f245f406c617e3cd18fd13771957664dbc33&amp;X-Amz-SignedHeaders=host&amp;response-content-disposition=filename%20%3D%22Untitled.png%22">  
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:.8em 0px .25em;vertical-align:baseline;">
	Uggh, yuck.  This really defeats the purpose of using LabVIEW, by having an ill-defined API.  We couldn't stand it anymore.  With TENET GECO Motion, we set out to <span style="background-color:#ffffff;color:rgba(0,0,0,.9);font-size:14px;">make motion control a first class citizen in LabVIEW once more.  See our solution here: </span><a href="https://promo.tenet-tech.co/motion" rel="external nofollow">https://promo.tenet-tech.co/motion</a>
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:.8em 0px .25em;vertical-align:baseline;">
	So recently we just released our first version, and we're continuously looking for feedback to make it better.  I'm running a survey to get feedback for your needs and wishes in a motion controller for LabVIEW.  We can't get to everything right away, but feedback from the LabVIEW community would be SUPER helpful.  Survey is linked here: <a href="https://forms.gle/Zz31RcsaX5keS4Pg9" rel="external nofollow">https://forms.gle/Zz31RcsaX5keS4Pg9</a>. 
</p>

<p>
	<span> </span>As a token of appreciation, I'll be giving out Starbucks $10USD gift cards to 5 lucky winners.  Survey ends by the end of this week, hope to hear from you! <span class="ipsEmoji">🙏</span>
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:.8em 0px .25em;vertical-align:baseline;">
	-John Wu
</p>

<p style="background-color:#ffffff;border:0px;color:#1a1a1b;font-size:14px;padding:.8em 0px .25em;vertical-align:baseline;">
	TENET Technologies
</p>
]]></description><guid isPermaLink="false">22079</guid><pubDate>Thu, 17 Jun 2021 08:42:08 +0000</pubDate></item><item><title>USB 6215 - 10 Hz triggering with 2 TTL signals for 10 ms each.</title><link>https://lavag.org/topic/22219-usb-6215-10-hz-triggering-with-2-ttl-signals-for-10-ms-each/</link><description><![CDATA[<p>
	Hello LAVA community,
</p>

<p>
	I use a USB 6215.<br />
	With two TTL output signals, two different colored lasers are to be triggered.<br />
	TTL 1 activates a blue laser. TTL 2 activates a green laser. <br />
	This external device also outputs 2 analog signals that I can capture with the USB 6215.<br />
	While the lasers are active, the analog signals output characteristic values.
</p>

<p>
	The two TTL signals should be output by the USB6215 as follows:<br />
	Both TTLs should be active for 10 ms every 100 ms, one after the other with a 2 ms delay.<br />
	So TTL1 active for 10 ms, then 2 ms delay then TTL 2 active for 10 ms. The times should be adhered to as precisely as possible.<br />
	The two analog signals should be calculated during the time in which both TTL are active (i.e. over the 22ms).<br />
	The analog signals are sampled at 1 kHz.<br />
	The analog data acquisition via DAQmx is clear. <br />
	I only have problems programming the timing of the digital triggers (TTL) accordingly.<br />
	Does anyone have any idea how to start? <br />
	Maybe someone has already programmed something similar?
</p>

<p>
	Thanks in advance<br />
	Pete
</p>
]]></description><guid isPermaLink="false">22219</guid><pubDate>Wed, 29 Sep 2021 10:27:49 +0000</pubDate></item><item><title>Looking to purchase new or gently used cRIO 9047s</title><link>https://lavag.org/topic/22172-looking-to-purchase-new-or-gently-used-crio-9047s/</link><description><![CDATA[<p>
	I hope this is not against the rules, please delete if so.
</p>

<p>
	I am looking to purchase any new or gently used cRIO 9047s that anyone may have on hand and don't need anymore. Please feel free to contact me here on LAVA or via email at jordankuehn@sef.energy. 
</p>
]]></description><guid isPermaLink="false">22172</guid><pubDate>Tue, 10 Aug 2021 19:30:09 +0000</pubDate></item><item><title>A bit of a long shot here, anyone got any experience with the TSM-1017 (NI's 17 inch touch screen)</title><link>https://lavag.org/topic/22140-a-bit-of-a-long-shot-here-anyone-got-any-experience-with-the-tsm-1017-nis-17-inch-touch-screen/</link><description><![CDATA[<p>
	One of my old customers is having an issue with the TSM-1017 losing its ability to be calibrated. The system runs on a cRIO and the screen is attached with a USB cable as well as the DVI cable. On Linux RT there is an application you can run that brings up a four point calibration, but apparently this application does not run anymore.
</p>

<p>
	This did all work once upon a time, but the system has been out of my hands for a very long time.
</p>

<p>
	NI support gave some very manual linux-ey commands to reinstall drivers or something, but I do not think this worked.
</p>

<p>
	Has anyone come across a situation like this before?
</p>
]]></description><guid isPermaLink="false">22140</guid><pubDate>Tue, 13 Jul 2021 17:29:32 +0000</pubDate></item><item><title>Digi-sense 68900-11 Temp controller serial comm problems</title><link>https://lavag.org/topic/3644-digi-sense-68900-11-temp-controller-serial-comm-problems/</link><description><![CDATA[<p>First, has anyone developed a driver to communicate via the serial port with a Digi-sense 68900-11 temperature controller?  I've checked ni instrument driver network, google, and the company's website with no luck.  I think its manufactured by a company called Eutech.</p>
<p>Since I couldn't find a driver, I wrote a quick Labview interface with some simple commands to communicate with the instrument but couldn't get anywhere setting up the serial communication according to the serial communciation specification (see attached).  I kept getting timeout's and was not able to read or write any data to the controller.  </p>
<p>The basic settings are 9600,8,n,1, XON/XOFF (w/ XON=11 hex and XOFF = 13 hex)</p>
<p>So then I setup Portmon to watch the OEM's software application (which works fine).  The OEM applicaiton seems to have a different setting for the  "Shake:80" serial setting in Portmon.  I've tried a bunch of different handshake settings using the VISA Serial Setup vi to try and match the OEM software to no avail.  Also the OEM software seems to enable a bunch of Serial Events.  Some of these I can enable and some I can't, but when I enable the events the computer justs grinds to a halt.  Do I have to enable and handle the Serial Events or can I ignore them?  </p>
<p>So I turn to you guys for advice.  Attached is my code, the comm spec, and port mon snapshot's.</p>
<p><a href="http://lavag.org/old_files/post-549-1153680070.llb" rel="">Download File:post-549-1153680070.llb</a></p>
<p></p>
<p style="text-align:left;"><a href="http://lavag.org/old_files/post-549-1153680098.jpg" rel=""><img src="http://lavag.org/old_files/post-549-1153680098.jpg?width=400" alt="post-549-1153680098.jpg?width=400"></a></p>
<p></p>
<p style="text-align:left;"><a href="http://lavag.org/old_files/post-549-1153680126.jpg" rel=""><img src="http://lavag.org/old_files/post-549-1153680126.jpg?width=400" alt="post-549-1153680126.jpg?width=400"></a></p>
<p><a href="http://lavag.org/old_files/post-549-1153680142.txt" rel="">Download File:post-549-1153680142.txt</a></p>
]]></description><guid isPermaLink="false">3644</guid><pubDate>Sun, 23 Jul 2006 19:44:24 +0000</pubDate></item><item><title>look for MKS pressure transducer readout PDR 2000 driver</title><link>https://lavag.org/topic/15974-look-for-mks-pressure-transducer-readout-pdr-2000-driver/</link><description><![CDATA[<p>Hey</p>
<p>Everyone, I look for a driver for  MKS pressure transducer readout PDR 2000,</p>
<p>If any one has one, can you share it with me please?</p>
]]></description><guid isPermaLink="false">15974</guid><pubDate>Tue, 24 Jul 2012 18:28:26 +0000</pubDate></item><item><title>Serial communication with MKS PDR 2000 Controller</title><link>https://lavag.org/topic/22078-serial-communication-with-mks-pdr-2000-controller/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Thanks for your support. I'm new to MKS PDR 2000 Dual capacitance controller. I am familiar with serial communication and have used it often when communicating with a DB9 serial port on a computer. However, this controller has a DB15 female connector, so I'm confused on what exactly I should be doing to interface it with the laptop (as laptop doesn't have a DB15 serial connector port)?
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	I have a USB to DB9 (male) serial converter, which I then to a small box which connects three wires (Rx, Tx and Gnd) of DB9 connector to the DB15 connector. And then this connector goes to the female DB15 connector of the controller. I'm reading the manual and connecting the pin 7,8 and 9 (of DB15) to pin 3,2 and 5 (of DB9 connector). But, this doesn't seem to be working as I can't get the controller detected in the computer. I can only detect the USB to serial converter. 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Do you suggest to connect the controller directly to a PC with DB15 port (without USB to DB9 and DB9 to DB15 conversion)? 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Once I have the controller's connection established, then I think it is straightforward as I can use HyperTerminal for serial communication. 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	It would be great if you could have some inputs for this problem. Please let me know your inputs.
</p>
]]></description><guid isPermaLink="false">22078</guid><pubDate>Wed, 16 Jun 2021 23:02:26 +0000</pubDate></item><item><title>Resetting Single Board RIO via I/Os</title><link>https://lavag.org/topic/22070-resetting-single-board-rio-via-ios/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I am wondering if there is a way of  resetting a single board RIO using one the available I/Os?  (I suspect not). The context would be a remotely located RIO board (that is:  not accessible), that is programmed via a network link from another location. At times, a reset could be required, this is where having a separate system applying a short to a dedicated I/Os could be helpful. thx
</p>

<p>
	L.
</p>
]]></description><guid isPermaLink="false">22070</guid><pubDate>Wed, 09 Jun 2021 16:59:06 +0000</pubDate></item><item><title>cDAQ reporting 0.000000V reading</title><link>https://lavag.org/topic/22019-cdaq-reporting-0000000v-reading/</link><description><![CDATA[<p>
	I have a program that reads a cDAQ NI 9221 Analog input card. Occasionally (1 in 3Billion), one of the values is 0.000000V.
</p>

<p>
	<br />
	Using an NI 9189 chassis with an NI 9221 Analog input card. The task is set up to capture at an 8k rate and read n samples at a time. My program reviews the values and records a 2000 point chunk to excel if there is an error with the voltages. The program needs to run for 45hrs at a time, so over a billion readings per run.
</p>

<p>
	Once in a while, maybe once every three 45hr cycles, one of the errors logged is because of a 0.000000V reading. Adjacent readings are perfectly fine, and do not ramp in or out to 0. And since the 0 value is absolutely 0V I am suspicious that it is not coming from the DAQ but is instead a memory issue in the PC.<br />
	<br />
	Has anyone else experienced this?<br />
	<br />
	Here is an example of readings:
</p>

<p>
	23.731911<br />
	23.762417<br />
	23.792923<br />
	0.000000<br />
	23.792923
</p>

<p>
	 
</p>

<p>
	1 occurrences in 3Billion is very good for consistency, but I am curious why.<br />
	If the SW is stable looping for 3Billion readings, I don't think its anything with my code. <br />
	 
</p>
]]></description><guid isPermaLink="false">22019</guid><pubDate>Tue, 20 Apr 2021 18:52:37 +0000</pubDate></item><item><title>strange data acquisition</title><link>https://lavag.org/topic/21984-strange-data-acquisition/</link><description><![CDATA[<p>
	I have a PXI setup with a PXIe-4081 DMM in it.<br>
	I am trying to capture a current waveform, at 25kHz.<br>
	For some reason the first 8 seconds of the data capture seem to float, after which the signal stabilizes.
</p>

<p>
	Does anyone know the cause, and solution for this problem?
</p>

<p>
	below is a snapshot of the data.
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="15717" data-ratio="96.02" width="226" alt="image.png.5a3a7bc302949bd66dba46e56a1120c6.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2021_03/image.png.5a3a7bc302949bd66dba46e56a1120c6.png">
</p>

<p>
	The DMM is connected in series with a LED load, which is connected to a DUT.
</p>
]]></description><guid isPermaLink="false">21984</guid><pubDate>Mon, 22 Mar 2021 10:04:34 +0000</pubDate></item><item><title>Making USB-8451 work with PXI running LabVIEW RT / Phar Lap ETS</title><link>https://lavag.org/topic/21932-making-usb-8451-work-with-pxi-running-labview-rt-phar-lap-ets/</link><description><![CDATA[<p>
	<span lang="en-us" xml:lang="en-us">Hi,</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">I have a problem here. Hope I can get some help for a solution.</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">The task at-hand is to use an NI USB-8451 to communicate with a device over I2C. This would have been trivial if it wasn’t for the fact that the USB-8451 is connected to a PXI controller running LabVIEW Real-Time OS (Phar Lap ETS) and <em>not </em>a Windows PC.</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">I haven’t chosen the hardware combination personally and the person who did just assumed they would work together. And I did too… I mean, it's NI's eco system! Just download the NI-845x Driver Software from NI’s webpage, install it on my PC and then install whatever software needed on the controller through MAX. Easy right?</span>
</p>

<p>
	But no. It wasn't that easy.
</p>

<p>
	<span lang="en-us" xml:lang="en-us">So I wonder:</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">(1) Has anyone had any success controlling the NI USB-8451 from anything but a Windows PC? And if so… how?? The PXI system finds the USB-8451 and lists is as a USB VISA raw device but the supplied vi’s/drivers cannot be executed on the controller.</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">(2) Since what I want to do is actually very little (just writing a couple of bytes once to the I2C device) I have started to toying with the idea of recording the USB traffic from the Windows laptop somehow via Wireshark and then replaying it on the PXI system… has anyone had any success doing something like that?</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">(3) And finally. If it is impossible to get the USB-8451 to work with my PXI system, is there some other I2C hardware that is known to do? I’m getting the impression that NI only has this USB device apart from implementing the I2C protocol on a dedicated FPGA and that seems a little too much.</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">Sorry for the long post. Getting a little desperate here. Deadline approaching.</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">I'm running LabVIEW 2019 SP1 by the way and the controller is a PXIe-8821 if that makes any difference.</span>
</p>

<p>
	<span lang="en-us" xml:lang="en-us">BR, E</span>
</p>
]]></description><guid isPermaLink="false">21932</guid><pubDate>Wed, 17 Feb 2021 16:49:30 +0000</pubDate></item><item><title>RTL SDR Beta Testers Required.</title><link>https://lavag.org/topic/20244-rtl-sdr-beta-testers-required/</link><description><![CDATA[<p>
	I have a LabVIEW RTL SDR wrapper around the rtlsdr.dll that I've been using and want to release it into the wild.
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14090" data-ratio="55.70" width="833" alt="image.png.8ef9dbb38c2f8f8c6a2157affbefb690.png" src="https://lavag.org/uploads/monthly_2019_05/image.png.8ef9dbb38c2f8f8c6a2157affbefb690.png">
</p>

<p>
	Since I only have one device, I would appreciate it if others could try it with theirs. The state of the driver is final beta testing before release (RC1). Once I'm happy with it and proved it doesn't just work for me, it will be packaged and released (under BSD licence) so I'm looking for test pedants <img alt=":D" data-emoticon="" src="https://lavag.org/uploads/emoticons/default_biggrin.png" title=":D"> Since it isn't packaged, I'm looking for people that are  comfortable with using it from the project file and the IDE rather than from palettes and already have the rtlsdr and usb binaries. There is an example (shown above) so you should be up and running quickly.
</p>

<p>
	If you have a RTL2838 based SDR and some time to run the example and report issues;. let me know and I'll see you get a copy.
</p>
]]></description><guid isPermaLink="false">20244</guid><pubDate>Fri, 11 Aug 2017 18:16:22 +0000</pubDate></item><item><title>PXI Chassis + Desktop PC</title><link>https://lavag.org/topic/21886-pxi-chassis-desktop-pc/</link><description><![CDATA[<p>
	We are looking for best way to get rid of PXI controller, due to high cost, low performance and issues with IT policies within company.
</p>

<p>
	From what I see the best way is to use thunderbolt PXIe-8301. I ve seen many notebooks with TB3 but no desktop PCs. Are there other ways what will be cheaper than PXI controller?
</p>

<p>
	Thanks!
</p>
]]></description><guid isPermaLink="false">21886</guid><pubDate>Tue, 12 Jan 2021 16:09:33 +0000</pubDate></item><item><title>Serial Communication non-reentrant and reentrant</title><link>https://lavag.org/topic/21860-serial-communication-non-reentrant-and-reentrant/</link><description><![CDATA[<p>
	Dear al, I've got an architectural question for the serial communication. I am currently working on a machine which is communicating with LabVIEW program on PC. There are totally 4 COM ports that are involved. COM1 (RS485) is used and shared by multiple threads/users, where as COM2, 3 and 4 (RS232) are used only by a its own thread. I created a VI for send and receive with time out and so on. In order to prevent race condition of access to COM1, this send receive VI is not re-entrant. On the other hand, however, I need this VI to be re-entrant, so that it can be used by communications of COM 2, 3 and 4. Do you know how I can solve this dilemma? Thanks a lot!
</p>
]]></description><guid isPermaLink="false">21860</guid><pubDate>Sat, 12 Dec 2020 13:18:49 +0000</pubDate></item><item><title>Trouble communicating with voltage source (Data Precision 8200) with VISA</title><link>https://lavag.org/topic/21820-trouble-communicating-with-voltage-source-data-precision-8200-with-visa/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	<span style="background-color:#ffffff;color:#1a1a1b;font-size:14px;">I am trying to control a voltage source (DP 8200) through VISA in LabVIEW. I have connected the instrument to my system using a GPIB connector. When I scan in MAX, the instrument shows up and switches to remote mode, but does not respond to the IDN query. I'm assuming that the machine does not have read abilities here. The commands to the instrument are very elementary. For example "V2+500000" means voltage mode - 2nd range of 100V - positive polarity - set to 50.0000 V'. However, I cannot get the instrument to respond. I have tried writing a simple VISA program attached here (that gave no errors) and I have tried using the NI 488.2 Communicator.  I have tried to remove zeros, add them, add quotation marks, add \r, add \n, add \r\n, lowercase v, with a decimal, without a decimal.... I have changed the EOS configuration settings. Any other suggestions?</span>
</p>

<p>
	 
</p>

<p>
	<span style="background-color:#ffffff;color:#1a1a1b;font-size:14px;">Thanks!</span>
</p>

<p><a href="https://lavag.org/uploads/monthly_2020_11/VISA_Code.jpg.a6bbdfc81cec9624a8034ccfe8ec8ca3.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="15355" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="56.25" width="3840" class="ipsImage ipsImage_thumbnailed" alt="VISA_Code.jpg" data-src="https://lavag.org/uploads/monthly_2020_11/VISA_Code.jpg.a6bbdfc81cec9624a8034ccfe8ec8ca3.jpg"></a></p>]]></description><guid isPermaLink="false">21820</guid><pubDate>Mon, 09 Nov 2020 21:01:05 +0000</pubDate></item><item><title>EtherCAT Survey- NI would love to hear about your experiences!</title><link>https://lavag.org/topic/21760-ethercat-survey-ni-would-love-to-hear-about-your-experiences/</link><description><![CDATA[<p>
	Admins- if this isn't appropriate for these forums, please let me know!
</p>

<p>
	Hello Lava forums,<br />
	<br />
	I'm a Product Support Engineer at NI and I'm part of a team trying to gain a better understanding of what customers want out of their EtherCAT systems. We want to know what kinds of systems customers use in order to improve NI’s EtherCAT software offerings in the future. If you or your company uses EtherCAT, whether NI or 3rd Party, we would love to hear about your experiences.<br />
	 
</p>

<p>
	This survey will be completely anonymous and should take less than 10 minutes, depending on your particular setup. If you have a lot to say about EtherCAT, we’re here to listen! There will be a space for your contact information at the end of the survey. You can also feel free to comment on this post, as well as send me a private message. <br />
	<br />
	<a href="https://survey.sogosurvey.com/r/PNeq9E" rel="external nofollow">https://survey.sogosurvey.com/r/PNeq9E</a><br />
	<br />
	Thanks for taking a look!<br />
	<br />
	Zofia Kaminski
</p>

<p>
	Application Software Product Support Engineer | NI 
</p>
]]></description><guid isPermaLink="false">21760</guid><pubDate>Fri, 18 Sep 2020 16:16:03 +0000</pubDate></item><item><title>NI PCIe-5140s</title><link>https://lavag.org/topic/21653-ni-pcie-5140s/</link><description><![CDATA[<p>
	Dear all, 
</p>

<p>
	I've inherited a machine with an NI PCIe-5410s card which functions on LV12. I'm looking for documentation for this card, in part to see decide if an upgrade in <abbr title="LabVIEW">LV</abbr> version is wise. 
</p>

<p>
	Strangely, I can't find any documentation, so I guess the card is deprecated.... If anyone could help out, I'd be grateful.
</p>

<p>
	/dirk
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">21653</guid><pubDate>Wed, 08 Jul 2020 11:15:04 +0000</pubDate></item><item><title>Looking For a Digital Scale</title><link>https://lavag.org/topic/21620-looking-for-a-digital-scale/</link><description><![CDATA[<p>
	Hello all,
</p>

<p>
	I'm looking for a recommendation on a digital scale that I can buy that is easy to use and plays well with LabVIEW.
</p>

<p>
	The scale we're using now relies on 3rd party software that is not (easily) compatible with windows 10, so setting it up will not be practical going forward.<br>
	<br>
	Ideally, the scale would be able to support 3.2kg have a resolution of about 10mg . If anyone has a product they've used before and particularly enjoyed using, I'd love to hear about it.  
</p>
]]></description><guid isPermaLink="false">21620</guid><pubDate>Fri, 19 Jun 2020 13:58:07 +0000</pubDate></item><item><title>Communicate with hardware using USB HID?</title><link>https://lavag.org/topic/21571-communicate-with-hardware-using-usb-hid/</link><description><![CDATA[<p>
	Trying to communicate with a TRIPP-Lite UPS via USB port. I thought this was going to be easy, Tripp-Lite sent me the protocol, creating the words to send and what to expect for answers. I was ready to go, but now I'm seeing they use HID Protocol. Which I had never heard of, but that's not so unusual.
</p>

<p>
	There is no com port, they use an ip address in the tripp-lite software. There is no network connections to the hardware so I'm guessing the ip address is being used by the software to address the USB Port.
</p>

<p>
	I'm just lost, is there something in labview that addresses HID communications? Do I use VISA? Do I create a raw port and assign it a ASRL number?
</p>

<p>
	Can someone point me in the right direction?
</p>

<p>
	Thanks,
</p>

<p>
	Bob Harmon
</p>
]]></description><guid isPermaLink="false">21571</guid><pubDate>Tue, 12 May 2020 19:45:35 +0000</pubDate></item><item><title>Questions about NI Dashboard and pushing labview to cloud</title><link>https://lavag.org/topic/21592-questions-about-ni-dashboard-and-pushing-labview-to-cloud/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Hello I am quite new to labview and I have some questions regarding labview. We have came up with a simulation build in labview as shown in the folder. However, we will be making use of Myrio to connect current and voltage sensors to send the data to labview when labview is running. We are currently having difficulties trying to search if it is possible to send the wave files and the popout messages ( messagebox.vi and Player2Wins.vi) to NI Dashboard for Labview in Ipad by using myrio. Is it possible for myrio to store wave files and the additional VIs and sending these to NI Dashboard for Labview? 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Otherwise, it is possible for Labview to send the entire program.vi, messagebox.vi and Player2Wins.vi to cloud and people are able to see the GUI in program.vi remotely? ( We have found information like Labview web services etc. We hope that people are able to view our GUI and press the " Press start" button as well as closing the popout messages in a website not from our local network). 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	I sincerely apologize if what I am asking does not make sense to people who are reading this. I hope that someone will help me with this as it is very difficult for me to do and I need some guidance from people who are familiar with these. Thanks for taking your time to read and your reply. 
</p>
<p>
<a class="ipsAttachLink" href="https://lavag.org/applications/core/interface/file/attachment.php?id=14927" data-fileext="zip" data-fileid="14927">Simulation_Build_(3).zip</a> 
<a class="ipsAttachLink" href="https://lavag.org/applications/core/interface/file/attachment.php?id=14928" data-fileext="vi" data-fileid="14928">Pop-up_Message.vi</a> 
<a class="ipsAttachLink" href="https://lavag.org/applications/core/interface/file/attachment.php?id=14929" data-fileext="vi" data-fileid="14929">Player2Wins.vi</a></p>]]></description><guid isPermaLink="false">21592</guid><pubDate>Sun, 24 May 2020 13:06:39 +0000</pubDate></item><item><title>LabVIEW Instrument Control Tutorial</title><link>https://lavag.org/topic/21563-labview-instrument-control-tutorial/</link><description><![CDATA[<p>
	Hi, 
</p>

<p>
	I am looking for a paid or free course online for LabVIEW instrument control that covers topic like  communication protocols, RS232. GPIB etc. Can anyone suggest a good one. Thank You.
</p>

<p>
	Govind
</p>
]]></description><guid isPermaLink="false">21563</guid><pubDate>Fri, 08 May 2020 08:10:30 +0000</pubDate></item><item><title>cRIO 9076 + NI 9234 issue</title><link>https://lavag.org/topic/21554-crio-9076-ni-9234-issue/</link><description><![CDATA[<p>
	Hi guys,
</p>

<p>
	There is a task to acquire data from analog sensors using cRIO 9076 + NI 9234. The task is solved with FPGA and FIFO buffer (code segment is attached). Sample rate is 200 Hz. I disconnected all sensors. During debug I have an issue of appearing "bursts/needles" in the data. I was not able to find out a reason for it. What is typical, when I start topLevel VI and it receives the first package, the "needle" immediately occurs in the data (see graph in the upper left corner) and this is repeated in 8 out of 10 cases. The needles appear without any specific periodicity and affect all channels at once. Has anyone come across this behavior or maybe know what it might be connected with?
</p>

<p>
	P.S.  MasterTimebaseSource parameter is set to Mod1 for all modules.
</p>

<p>
	I attach an example of real buffers for viewing in VI.
</p>

<p>
	 
</p>

<p><a href="https://lavag.org/uploads/monthly_2020_05/blockDiagram.png.b46381de86ab91f26f3700d82f1369c1.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14828" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="65.28" width="1544" class="ipsImage ipsImage_thumbnailed" alt="blockDiagram.png" data-src="https://lavag.org/uploads/monthly_2020_05/blockDiagram.png.b46381de86ab91f26f3700d82f1369c1.png"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2020_05/graphs.png.548120b05b67bd6c47c8640d11546555.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14830" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="56.37" width="1664" class="ipsImage ipsImage_thumbnailed" alt="graphs.png" data-src="https://lavag.org/uploads/monthly_2020_05/graphs.png.548120b05b67bd6c47c8640d11546555.png"></a></p><p>
<a class="ipsAttachLink" href="https://lavag.org/applications/core/interface/file/attachment.php?id=14829" data-fileext="vi" data-fileid="14829">data.vi</a></p>]]></description><guid isPermaLink="false">21554</guid><pubDate>Mon, 04 May 2020 15:50:34 +0000</pubDate></item><item><title>robotic - Labview drivers for FANUC LR mate robot</title><link>https://lavag.org/topic/7274-robotic-labview-drivers-for-fanuc-lr-mate-robot/</link><description><![CDATA[<p>hello,</p>
<p>new member here.</p>
<p>Does anybody have experience with Labview and robotics...more precisely I am trying to control a FANUC LR mate robot with Labview and my knowledge in robotic is very limited to say the least.</p>
<p>thanks for the help</p>
<p>E-man</p>
]]></description><guid isPermaLink="false">7274</guid><pubDate>Wed, 19 Mar 2008 18:56:24 +0000</pubDate></item><item><title>vision acquisition</title><link>https://lavag.org/topic/21500-vision-acquisition/</link><description><![CDATA[<p>
	which of these platforms is best suited for quick processing of camera pictures 
</p>
]]></description><guid isPermaLink="false">21500</guid><pubDate>Mon, 13 Apr 2020 12:54:45 +0000</pubDate></item><item><title>VISA Lock Error Without Using VISA Locks</title><link>https://lavag.org/topic/21510-visa-lock-error-without-using-visa-locks/</link><description><![CDATA[<p>
	I am experiencing numerous VISA Lock Errors (-1073807345) on resources I haven't explicitly locked.  This is happening on TCPIP connections to keysight N6700 power supplies and keysight N5242 PNA fairly regularly.
</p>

<p>
	I have simultaneous loops in the application communicating to the different instruments, using a sequencer of sorts to pipe commands one at a time to each of my various loops.
</p>

<p>
	Has anyone seen the locking error pop before while not actually using the Lock and Unlock VIs?  This issue has gotten worse lately and it has come time to find the root cause.  My only thoughts are that it may have something to do with having NI MAX and Keysight Connection Expert both installed and possibly trying to "ping" these devices.  Every once in a while me sending commands and these "pings" may clash and cause the locking error.
</p>

<p>
	Error reads as follows:
</p>

<p>
	"Specified type of lock cannot be obtained, or specified operation cannot be performed, because the resource is locked. VISA error code -1073807345 (0xBFFF000F)"
</p>

<p>
	We are using LabVIEW 2013
</p>

<p>
	Thanks in advance!
</p>
]]></description><guid isPermaLink="false">21510</guid><pubDate>Thu, 16 Apr 2020 15:32:49 +0000</pubDate></item><item><title>NI USB-6002 gives noisy reading even if bias resistors are used</title><link>https://lavag.org/topic/21409-ni-usb-6002-gives-noisy-reading-even-if-bias-resistors-are-used/</link><description><![CDATA[<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Hi all!
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	I'm trying to use ni usb-6002 to measure a low level DC signal which is around 1.3 V.  I used differential set up and two 47k bias resistors. The device is connected to a laptop computer that is connected to a power outlet and is then connected to a wall socket. Here is an actual picture of the connection
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span><span><img alt="IMG_20200229_153618.jpg" data-ratio="74.97" style="border:0px;vertical-align:middle;" title="IMG_20200229_153618.jpg" width="999" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/imageproxy/79ef3d05b146b4b50fad5b08d6e04e31.jpeg.2b240c82b3410929d890529720752435.jpeg"></span></span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	However, this gives me really noisy measurement.
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span><span><img alt="IMG_20200229_153701.jpg" data-ratio="74.97" style="border:0px;vertical-align:middle;" title="IMG_20200229_153701.jpg" width="999" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/imageproxy/02f589ce0a164fea2fa9732c5e395b0a.jpeg.fca9a236441fac9cf813a3f3da26d32d.jpeg"></span></span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	the actual signal should be about 1.25V.
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	and an fft image of it
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span><span><img alt="IMG_20200229_153807.jpg" data-ratio="74.97" style="border:0px;vertical-align:middle;" title="IMG_20200229_153807.jpg" width="999" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/imageproxy/a23f4ad8cbc9e4b96868b0d8b757df05.jpeg.b08243cedaa72c56dd84c00f535b9362.jpeg"></span></span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	so it looks like I get all kinds of interference.
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	However, if I unplug laptop's power, the measurement is much better
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span><span><img alt="IMG_20200229_153728.jpg" data-ratio="74.97" style="border:0px;vertical-align:middle;" title="IMG_20200229_153728.jpg" width="999" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/imageproxy/ef0dc395a82c69f0d6f29528eaf52526.jpeg.327d2f56cd33b1f12280e9a6be8cbf85.jpeg"></span></span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	and an fft image
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span><span><img alt="IMG_20200229_153756.jpg" data-ratio="74.97" style="border:0px;vertical-align:middle;" title="IMG_20200229_153756.jpg" width="999" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/imageproxy/95b7ae335b4b88f5e183ad726970733f.jpeg.97d78701fb2945d53d83801f7e4a9b47.jpeg"></span></span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	I mean if I unplug the power the measurement is much improved but still noisy. I could apply a low pass filter of really low cut-ff frequency and high order, but this would give me unbearable delay and defeat the purpose of real-time monitoring. 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	So how can I take care of this noise problem? Any help is much appreciated!
</p>
]]></description><guid isPermaLink="false">21409</guid><pubDate>Sat, 29 Feb 2020 09:19:04 +0000</pubDate></item><item><title>Autosampler Serial Communication</title><link>https://lavag.org/topic/15375-autosampler-serial-communication/</link><description><![CDATA[<p><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">An autosampler is being considered for future connection to a purpose built chemical analyser. The preferred autosampler uses a standard RS232 port. The autosampler manufacturer is mainly selling the RS232 version although also supplies USB, but in far fewer numbers. The analyser software is written in </span></span></span><abbr title="LabVIEW"><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">LV</span></span></span></abbr><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;"> 8.6. No drivers exist for the autosampler. </span></span></span></p>
<p><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">The intention was to use NI VISA and direct i/o to communicate with the autosampler, which will be located close to the computer. Data transfer rate will be low.</span></span></span></p>
<p><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">Any advice or comments concerning reliability or any other issues on the following alternates would be appreciated.</span></span></span></p>
<ul><li>
<span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">Output to computer COM port with direct cable connection to autosampler.</span></span></span><br></li>
<li>
<span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">Output to computer USB port and connect using NI Serial Hardware USB-232 1 port cable. Is this likely to give more reliable communication that 1. above? It would seem to have the advantage of using current technology, and also to use NI-Serial software to configure and monitor communication.</span></span></span><br></li>
<li>
<span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">Purchase a USB version autosampler. The sales history of mainly selling RS232 machines to OEM instrument manufactures left a small question mark.</span></span></span><br></li>
</ul><p></p>
<p><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">Not having a driver is unfortunate. The autosampler drivers on ni.com/idnet are not able to be modified since the details are not disclosed. I would be grateful if anyone knows of an open source version which I could use as a starting point.</span></span></span></p>
<p><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">Regards,</span></span></span></p>
<p><span style="font-family:'Times New Roman';"><span style="font-size:12px;"><span style="color:#000000;">GraemeJ. </span></span></span></p>
]]></description><guid isPermaLink="false">15375</guid><pubDate>Fri, 13 Jan 2012 04:51:36 +0000</pubDate></item><item><title>LabVIEW hang on VISA instr property</title><link>https://lavag.org/topic/21285-labview-hang-on-visa-instr-property/</link><description><![CDATA[<p>
	I have an issue where reading the VISA Instr Property "Intf Type" of a USB Instrument hangs for about 40 secs:
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14481" data-ratio="9.20" width="1054" alt="image.png.9ef44f592496f4f476e4283bf033758c.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_11/image.png.9ef44f592496f4f476e4283bf033758c.png">
</p>

<p>
	followed by an asynchronous VISA Write hang for 2+ minutes!  The timeout on the VISA instr session is set to 1000ms.   Here are the other details of the session:
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14482" data-ratio="44.55" width="431" alt="image.png.0c236366c08bfbd8820d54a1e25b6be2.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_11/image.png.0c236366c08bfbd8820d54a1e25b6be2.png">
</p>

<p>
	and here's a snip of the VI:
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14483" data-ratio="49.75" width="1200" alt="image.png.f9de46c68c64e8f869afdc453baee7a1.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_11/image.png.f9de46c68c64e8f869afdc453baee7a1.png">
</p>

<p>
	 
</p>

<p>
	Any idea why these long timeouts are occurring?    or why the 1000ms timeout is being violated for both the Instr property call (no idea what goes on under the hood here) or the VISA write. 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">21285</guid><pubDate>Wed, 27 Nov 2019 13:05:47 +0000</pubDate></item><item><title>lvserial.dll or serial port API</title><link>https://lavag.org/topic/6233-lvserialdll-or-serial-port-api/</link><description><![CDATA[<p>Hello,</p>
<p>does anybody know lvserial.dll ? I need documentation to this library.</p>
<p><a href="http://www.mhst.de/downloads.html" rel="external nofollow"></a><a href="http://www.mhst.de/downloads.html" rel="external nofollow">http://www.mhst.de/downloads.html</a></p>
<p>Thank you, Eugen Graf</p>
]]></description><guid isPermaLink="false">6233</guid><pubDate>Tue, 02 Oct 2007 15:56:24 +0000</pubDate></item><item><title><![CDATA[cRIO (9040) & SQL Server access]]></title><link>https://lavag.org/topic/21225-crio-9040-sql-server-access/</link><description><![CDATA[<p>
	Hello World <span class="ipsEmoji">😄</span>
</p>

<p>
	I'm looking for informations about cRIO and database access and I hope you can help me.
</p>

<p>
	*******************************************************************************
</p>

<p>
	I'd like to develop an embedded Labview code in my cRIO-9040 that could:
</p>

<p>
	- 1/ Recover data on a SQLserver database (read only) ;
</p>

<p>
	- 2/ Create a data file ;
</p>

<p>
	- 3/ Back up the data file in a network space of my company ;
</p>

<p>
	*******************************************************************************
</p>

<p>
	<strong>2/ </strong>
</p>

<p>
	Create a data file: not really a problem ^^
</p>

<p>
	<strong>3/</strong>
</p>

<p>
	I started my tests by:<br>
	- share a folder of my pc (RW)<br>
	- provide cRIO access to my PC, including the previous folder by Putty software: "<em>mount -t cifs //[IP of remote server]/[name of shared folder]/ -o username=[your username],password=[your password],uid=lvuser /home/lvuser/data"</em><br>
	=&gt; it works. The program makes the file transfer to my PC.<br>
	/!\ But when I use the same method to the server, I have an mount error: "<em>mount: /home/lvuser/data: mount(2) system call failed: Operation not supported.</em>"<br>
	(I know Linux is case-sensitive, so I paid attention to characters in the path but...)
</p>

<p>
	<strong>1/</strong>
</p>

<p>
	This is my biggest problem. I read that it was not possible to use the Database APIs (because it's not possible to create ODBC driver on Linux?).
</p>

<p>
	So I don't know how to access the database by Linux, and even more so on a Microsoft database (SQL server) <span class="ipsEmoji">😪</span>
</p>

<p>
	In advance, thank you for your help
</p>
]]></description><guid isPermaLink="false">21225</guid><pubDate>Thu, 10 Oct 2019 07:43:30 +0000</pubDate></item><item><title>Using a Thunderbolt expansion chassis with a NI frame grabber</title><link>https://lavag.org/topic/21226-using-a-thunderbolt-expansion-chassis-with-a-ni-frame-grabber/</link><description><![CDATA[<p>
	Has anyone used a Thunderbolt expansion chassis with an NI frame grabber using Windows?
</p>

<p>
	I'm looking to add the ability to use a NI PCIe-1433 Camera Link frame grabber to my laptop.  Any advice?
</p>

<p>
	 
</p>

<p>
	Thanks!
</p>

<p>
	Bruce
</p>

<p>
	Cross-posted at:  <a href="https://forums.ni.com/t5/Machine-Vision/Using-a-Thunderbolt-expansion-chassis-with-a-NI-frame-grabber/m-p/3978018" rel="external nofollow">https://forums.ni.com/t5/Machine-Vision/Using-a-Thunderbolt-expansion-chassis-with-a-NI-frame-grabber/m-p/3978018</a>
</p>
]]></description><guid isPermaLink="false">21226</guid><pubDate>Fri, 11 Oct 2019 19:17:04 +0000</pubDate></item><item><title>Analog triggering not working</title><link>https://lavag.org/topic/21228-analog-triggering-not-working/</link><description><![CDATA[<p>
	<span style="font-size:14px;">I have a requirement that I thought would be SIMPLE, but can't get it to work.  I have a 9205 card in a little 9174 cDAQ USB chassis.</span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span style="font-size:14px;">My *intended* behavior is to wait (block) at the DAQmx Trigger/Start Analog Edge on, say channel ai1, until I get a falling edge thru, say, -0.050V.  So I have a little vi (that contains 2 parallel loops) that I want to sit &amp; wait for the trigger to be satisifed.  I'm doing "routine" voltage measurements in another AI loop on a different channel.  I want this vi to run separately from my "routine" voltage measurements because I want the app to respond "instantly" to input voltage exceeding a limit to prevent expensive damage to load cells.  I was afraid that if I used either Finite or Continuous sampling to "catch" an excessive voltage, I might miss it while I'm doing something else.  Yes, yes, a cRIO real-time setup would be better for this, but this is a very cost-sensitive task... I just want to "Arm &amp; Forget" this process until it gets triggered, whereupon it fires an event at me.  SO... I'm also reading the same voltage on channel ai0 for regular-ole voltage measurements, and just jumpering them together.  I did this because I read somewhere that you can't use the same channel for multiple DAQ tasks - I *thought* I would need to set up the tasks differently.  {but now that think about it, the setups can be the same...}.</span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span style="font-size:14px;">I've set up the DAQmx task the same as shipping examples and lots of posts I've seen.  I'm supplying a nice clean DC voltage to a 9205 card using a high quality HP variable power supply.  Using NI-MAX, I've verified that my 9174 chassis &amp; 9205 are working properly.</span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span style="font-size:14px;">THE PROBLEM - When I run it, the vi just sails right through to the end, with no error, and an empty data array out.  No matter WHAT crazy voltage I give the "DAQmx Trigger.vi" (set up for Start Analog Edge), it never waits for the trigger to be satisfied, just breezes on through as if it weren't there.  If I set the Sample Clock for "Finite Samples", the DAQmx Read fails with timeout - makes sense, since the trigger wasn't satisfied.  What could I possibly be doing wrong with such a simple task???????</span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span style="font-size:14px;">So my fundamental misunderstanding still vexes me - does the DAQmx Trigger vi not block and wait for the trigger condition to be satisfied, like the instructions state - "Configures the task to start acquiring or generating samples when an analog signal crosses the level you specify"?</span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span style="font-size:14px;">I stripped my requirement down to the bare essentials - see the 1st snippet, the 2nd is my actual vi.  Any ideas, anybody?</span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2019_10/100680233_Analogtriggernotworking.png.1e15a89baa3f98a9f12a10d29c1dc934.png" data-fileid="14402" data-fileext="png" rel=""><img alt="Analog trigger not working.png" class="ipsImage ipsImage_thumbnailed" data-fileid="14402" data-ratio="26.36" width="789" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_10/100680233_Analogtriggernotworking.png.1e15a89baa3f98a9f12a10d29c1dc934.png"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2019_10/1592899494_MoreArminganAnalogTrigger.png.4c66792c16d56e0d1390d8d97a5680e3.png" data-fileid="14403" data-fileext="png" rel=""><img alt="More Arming an Analog Trigger.png" class="ipsImage ipsImage_thumbnailed" data-fileid="14403" data-ratio="51.63" width="1044" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_10/1592899494_MoreArminganAnalogTrigger.png.4c66792c16d56e0d1390d8d97a5680e3.png"></a>
</p>
]]></description><guid isPermaLink="false">21228</guid><pubDate>Sun, 13 Oct 2019 02:56:25 +0000</pubDate></item><item><title>LabVIEW can support FPGA ?</title><link>https://lavag.org/topic/19855-labview-can-support-fpga/</link><description><![CDATA[<p>
	I konw LabVIEW  can  support FPGA in RIO,but can we development  any Xilinx FPGA by LabVIEW  ?
</p>]]></description><guid isPermaLink="false">19855</guid><pubDate>Mon, 17 Oct 2016 09:56:24 +0000</pubDate></item><item><title>New and old hardware - drivers</title><link>https://lavag.org/topic/21204-new-and-old-hardware-drivers/</link><description><![CDATA[<p>
	Hi friends
</p>

<p>
	Some weeks ago I buy the new NI 9210.
</p>

<p>
	Now I have a problem, as this is a newer equipement. the NIDAQ for this board does not support my old hardware.
</p>

<p>
	Why NI cannot creat a spicific driver for each hardware?
</p>

<p>
	If some one has an idea for working with all hardware, and even that the university only have lincense for labview 2013 or below.
</p>

<p>
	I start a topic in NI foruns but seems no solution
</p>

<p>
	<a href="https://forums.ni.com/t5/LabVIEW/Labview-NI-Daq-mx-and-harware-help/m-p/3969937?profile.language=en" rel="external nofollow">https://forums.ni.com/t5/LabVIEW/Labview-NI-Daq-mx-and-harware-help/m-p/3969937?profile.language=en</a>
</p>

<p>
	 
</p>

<p>
	Best regards
</p>

<p>
	carlos
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">21204</guid><pubDate>Fri, 27 Sep 2019 16:54:45 +0000</pubDate></item><item><title>Communicate with Omron E5CC using Modbus</title><link>https://lavag.org/topic/20094-communicate-with-omron-e5cc-using-modbus/</link><description><![CDATA[<p>
	I'm trying to read (PV process value) and write (SP set point) the temperature on a Omron E5CC temperature controller using LabVIEW, Modbus, RS-485.  I'm new to Modbus and have installed the free LabVIEW modbus library. LabVIEW "Create Serial Slave" seems straight forward, but I'm having issues with "Read Holding Registers".  I'm not sure what to input for "starting address" and "number of inputs".  I attached the E5CC communications manual, I just can't make sense of the addresses and commands and where/ how I use them in the LabVIEW code.  Also is there a easy command or operation I can execute to verify I can communicate with the device and all my protocol settings are correct?
</p>

<p>
	Thanks
</p>

<p><a class="ipsAttachLink" href="//lavag.org/applications/core/interface/file/attachment.php?id=12250">E5_C_CommunicationsManual_EN_201404_H175-E1-08.pdf</a></p>]]></description><guid isPermaLink="false">20094</guid><pubDate>Fri, 07 Apr 2017 17:46:43 +0000</pubDate></item><item><title>Maxim IC Max17312 and One wire adapter</title><link>https://lavag.org/topic/21099-maxim-ic-max17312-and-one-wire-adapter/</link><description><![CDATA[<p>
	Hi,
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	I have PCB with MAXIM IC <strong>Max17312</strong> and it uses one wire communication.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	I have<strong> DS9490R one wire adapter</strong> and <strong>DS9481-37C</strong> one wire adapter. Both the adapter can detect the target IC (MAX17312) with their <strong>MAXIM software</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	And I'm trying to communicate <strong>through labview</strong> with this anyone of the adapters mentioned above.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	I have few questions
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	1.How can I read or write the date from <strong>Max17312 IC using One wire adapter</strong>?
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	2. Which one wire adapter will support<strong> labview</strong> to communicate with this Max17312 IC?
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Have anyone worked with this IC or one wire communication?
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	I tried using <strong>dll</strong> file but no hope i"m getting errors.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Please anyone help me out 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Thanks
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Nhizanth
</p>
]]></description><guid isPermaLink="false">21099</guid><pubDate>Fri, 26 Jul 2019 19:23:50 +0000</pubDate></item><item><title>3 axis stepper motor controller replacement</title><link>https://lavag.org/topic/21080-3-axis-stepper-motor-controller-replacement/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I am looking for an option to replacement of NI Softmotion + Stepper modules to control 3 axis stepper motors. If anyone has experiment with this please give me an advice.
</p>

<p>
	Thanks in advance.
</p>
]]></description><guid isPermaLink="false">21080</guid><pubDate>Fri, 19 Jul 2019 15:44:33 +0000</pubDate></item><item><title>1588 TimeSync on cRIO 9056 is corrupting DAQmx HW timed AI</title><link>https://lavag.org/topic/21039-1588-timesync-on-crio-9056-is-corrupting-daqmx-hw-timed-ai/</link><description><![CDATA[<p>
	At my wits end with this...
</p>

<p>
	When 1588 timesync is running it appear to interfere with DAQmx AI timed tasks.  I am seeing strange errors -200284 (buffer underrun) or -209836 (The devices in your task cannot be synchronized) when I start my DAQmx task with 1588 engaged. When I disable the 1553 master on my network or remove the 1588 driver from the cRIO everything works correctly.  To simplify testing I am using a DAQmx example - Thermocouple - Continuous Input.vi to do my testing. I do not have any HW sync modules just plain C series AI modules so there should be no attempt to perform any AI clock slaving since this is a software only 1588 system.  BTW I am using the latest 19.0 drivers and <abbr title="LabVIEW">LV</abbr> Dev.  I also see the same behavior in 18.5.  Your thoughts please...
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">21039</guid><pubDate>Thu, 27 Jun 2019 01:34:35 +0000</pubDate></item><item><title>Soft motion will not listen to stop command</title><link>https://lavag.org/topic/21037-soft-motion-will-not-listen-to-stop-command/</link><description><![CDATA[<p>
	So i am controlling a Kollmorgen Drive with soft motion from a C-Rio 9045
</p>

<p>
	 
</p>

<p>
	It runs fine 99% of them time. 
</p>

<p>
	On occasion i use the STOP immediate command to stop the drive
</p>

<p>
	It simply ignores the command.
</p>

<p>
	 
</p>

<p>
	I have an indicator tied to the drive velocity and it shows zero
</p>

<p>
	However the drive continues to move and it will not stop. 
</p>

<p>
	I am at a loss. We have verified the command and tried it in several places in the program. 
</p>

<p>
	After the initial troubleshooting i am thinking this is a comm related problem. 
</p>

<p>
	As if its busy doing something else. 
</p>

<p>
	Does anyone know of any other functions we can use to monitor the comms outbound?
</p>

<p>
	I have been trying to locate a function that will tell us if the drive is busy.  
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">21037</guid><pubDate>Tue, 25 Jun 2019 20:33:06 +0000</pubDate></item><item><title>cDAQ 9133 with windows, no storage</title><link>https://lavag.org/topic/21008-cdaq-9133-with-windows-no-storage/</link><description><![CDATA[<p>
	Hi Guys,
</p>

<p>
	I have experience with CDAQ RT but CDAQ WES7 is new to me.
</p>

<p>
	I just powered up a new cDAQ-9133 wes7 and it shows that I have no storage space. It only has Window OS and Labview 17 installed.
</p>

<p>
	Does anybody have an idea how I can start building the VI in wes7 if the storage space is zero? Does anyone know how to customize space and recommend any ni tools that I should remove.
</p>
]]></description><guid isPermaLink="false">21008</guid><pubDate>Sun, 09 Jun 2019 11:46:19 +0000</pubDate></item><item><title>resetting CRIO password</title><link>https://lavag.org/topic/20925-resetting-crio-password/</link><description><![CDATA[<p>
	I am trying to reset a Crio 9074  following this procedure
</p>

<p>
	<a href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9Y3SAK&amp;l=en-US" rel="external nofollow">https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9Y3SAK&amp;l=en-US</a>
</p>

<p>
	 
</p>

<p>
	However, even in safe mode i cant get by the password. The document says to simply click on. The OK button on mine is greyed out. NI  MAX is showing the controller is in safe mode
</p>

<p>
	Anyone have any suggestions?
</p>

<p>
	Thanks
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">20925</guid><pubDate>Wed, 01 May 2019 00:15:18 +0000</pubDate></item><item><title>Inizializing EtherCAT Master on cRIO-9030</title><link>https://lavag.org/topic/20915-inizializing-ethercat-master-on-crio-9030/</link><description><![CDATA[<p>
	Hello experts,
</p>

<p>
	I would like to ask if there is any way to<strong> initialize NI EtherCAT Master with a EtherCAT Network Information (ENI) file</strong>. The ENI file can be generated by any EtherCAT Configurator that provides information about EtherCAT Network with number of slaves and Distributed Clocks.
</p>

<p>
	I am trying to use NI EtherCAT Master to communicate with third-party EtherCAT Slaves strand. 
</p>

<p>
	Thanks in advance.
</p>

<p>
	Regards
</p>
]]></description><guid isPermaLink="false">20915</guid><pubDate>Mon, 29 Apr 2019 06:37:58 +0000</pubDate></item><item><title>NI USB DAQ not recognised after PC reboot</title><link>https://lavag.org/topic/20863-ni-usb-daq-not-recognised-after-pc-reboot/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I'm having a problem with two of my PCs that have a USB-6356 DAQ connected. Every time the PC reboots the DAQ isn't recognised in NI MAX or LabVIEW or NI Device Monitor.
</p>

<p>
	The DAQ reappears after I power cycle it. Any thoughts what the problem might be?
</p>

<p>
	PC is running windows 10 Pro and LabView 16
</p>

<p>
	Cheers
</p>
]]></description><guid isPermaLink="false">20863</guid><pubDate>Thu, 11 Apr 2019 00:09:35 +0000</pubDate></item><item><title>ATOM-RIO</title><link>https://lavag.org/topic/20791-atom-rio/</link><description><![CDATA[<p>
	I want to install ATOM-RIO driver in my ATOM-RIO, but have not this driver.if somebody know from where i download?
</p>

<p>
	www.mangotree.cn
</p>
]]></description><guid isPermaLink="false">20791</guid><pubDate>Thu, 21 Feb 2019 07:03:10 +0000</pubDate></item><item><title>Profibus +Profibus DP  protocol</title><link>https://lavag.org/topic/20764-profibus-profibus-dp-protocol/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	<span style="font-size:12pt;">I have to communicate to Parker Compax3 drive containing profibus dp protocol from my PC .If i have selected PCI Profibus card is it possible to communicate to drive.</span>
</p>
]]></description><guid isPermaLink="false">20764</guid><pubDate>Fri, 25 Jan 2019 09:49:09 +0000</pubDate></item><item><title>TCP-IP Instrument communication with Visa error</title><link>https://lavag.org/topic/20732-tcp-ip-instrument-communication-with-visa-error/</link><description><![CDATA[<p>
	Hey guys,
</p>

<p>
	Can you take a look at this?
</p>

<p>
	The only work around I found is to dynamically open the connection with an external VI to make it fail so the second time it works.
</p>

<p>
	If anyone has an instrument that communicate trough TCP-IP with VI, please try on your side with LabVIEW 2018 and visa 18.
</p>

<p>
	<a href="https://forums.ni.com/t5/LabVIEW/VISA-error-with-TCP-IP-BK-precision-2190E/m-p/3876316" rel="external nofollow">https://forums.ni.com/t5/LabVIEW/VISA-error-with-TCP-IP-BK-precision-2190E/m-p/3876316</a>
</p>

<p>
	Thanks
</p>
]]></description><guid isPermaLink="false">20732</guid><pubDate>Mon, 24 Dec 2018 01:24:19 +0000</pubDate></item><item><title>VirtualBench for LabVIEW 8.5</title><link>https://lavag.org/topic/20700-virtualbench-for-labview-85/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	VirtualBench comes with a driver for LabVIEW 2013 and above.
</p>

<p>
	I need to work with LabVIEW 8.5 in this project.
</p>

<p>
	Did someone try to save this driver to an older LabVIEW version?
</p>

<p>
	Creating such a version is a mess since you can't "save to previous' vis that refer to files in vi.lib. Should I try and do it?
</p>

<p>
	Thanks in advance
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">20700</guid><pubDate>Tue, 20 Nov 2018 10:28:44 +0000</pubDate></item></channel></rss>
