Re: About Voltech PM100 Communication and Instrument Driver
HI all I need help from that. Voltech PM100 and PM300 driver are missing from the site. could any one kindly offer a help to share me any relate vi files. I require it for log data in the meantime....
View ArticleRe: About Voltech PM100 Communication and Instrument Driver
I need help from that. Voltech PM100 and PM300 driver are missing from the site. could any one kindly offer a help to share me any relate vi files. I require it for log data in the meantime. billions...
View ArticleRe: labview ask for unused drivers while creating installer
Click here. Then click on hardware drivers -> NI DAQmx. The site will show you the complete DAQmx driver list. The newest version is 18.1.0
View ArticleHow to timeout DAQ when disconnected
Hello Everyone,Attached a subVI that is used in a larger VI to control temperature acquisition from a cDAQ 9174. The VI itself works. However, due to some hardware fault (most likely a bad USB 2.0 A...
View ArticleTDMS Get Properties issues after saving in Diadem
Hello all, I have a strange issue. I create TDMS files within Labview that I want to analyse afterwards in Diadem. However when I (accidentally) save the TDMS in Diadem I have issues with numbers in...
View ArticleRe: Wrong linking of cluster elements after deleting elements from typeDef
Totally agree with you ! In my opinion this behavior is unacceptable. It's just another example for a unnecessary complicated implementation in this overaged software. That's why they put NXG on the...
View ArticleRe: crc32 of a binary file
You can always do the google search for someone else.http://www.lmgtfy.com/?q=crc32+of+a+binary+file
View ArticleRe: Serial data parse, remove head
There is one problem. Data is coming like HEX byte. Not as string.So my bytes FFFF is in string this character ˙˙.So I've found only the possibility to convert that into byte array.
View ArticleRe: Finding a energy from FFT Labview
The biggest peak will be at 110, which is closest to 105.1 Hz, but it's a "crude" estimate, so you can't expect it to be precise. I know that with this resolution i can not expect precise and Sharp...
View ArticleRe: How to timeout DAQ when disconnected
Try to reduce the timeout in DAQmx Read. It will give an error if the data is not acquired within that timeout period.
View ArticleRe: below 10msec data acquisition : GPIB or NI-DAQ ?
Your 6251 can handle this easily with a buffered, hardware-timed task. Start with the shipping example ("Help-->Find Examples...") for continuous voltage input. It can easily keep up with a...
View ArticleRe: Serial data parse, remove head
wrote:I am receiving 26 bytes. Is it posible to work like that:Read bytes, and when 2 bytes of head appear, read next 24 bytes. Or is it some better solution for reading like that?You give a lot...
View ArticleRe: Automation
Hello. I found a program in the attachment that I think can resolve the problem. However, when I run it, there is an error 7 as shown in the png file below. How can I fix the error please?How can I...
View ArticleRe: Synchronizing PXIe-6361 AI with XNET-CAN
Hello Zhaoyong, Currently I am not working on this project. But I found this example from NI which comes very near to my case: Synchronize XNET CAN with X Series DAQ I also got one code from a...
View ArticleRe: Serial data parse, remove head
wrote:I hope its better to read all data bytes in the serial Buffer at once and Process a String Operation to Find the header and Data payload.As somebody who did that early in his career, I can tell...
View ArticleFormatting NI Controls NXG WebModule
Hello i'm trying to build an Web Panel for our customer using LabVIEW NXG with the Web Module.To customize the controls and indicators (objects) there are some examples in css.But if you dont know the...
View ArticleRe: error -2147319779 in ActiveX
Helo Everyone, I am having issues again with ActiveX. i had pretty much the same code working last week. but now, the system is throwing out error as:Error -2146827284 occurred at Unknown System Error...
View ArticleData mismatch in Frame to channel conversion in reception of CAN data.
Hi, Please find attached screen shot of block diagram and Convert U8 frame to channel.vi(From Frame channel conversion library)I developed VI to convert received CAN frame data into channel data but...
View ArticleRe: Visa read error '1073807339
Just a little followup that might help you get started on that algorithm. Given the protocol as you've described it, and my warning that the first "0x0D" byte you happen to see may *NOT* actually be...
View ArticleRe: How to timeout DAQ when disconnected
Thanks kartiknattar, however I wonder if there is a way to bypass displaying the error and stop the program. I'll try to explain better. I would like the application to keep on running and waiting for...
View Article