Re: crio 9063,ni 9467 and ni9234 time sync using gps(pps)
Thank you for your help.I tried a timekeeper, but there was an 1ms error in the results of the two CRIO system.Each CRIO has the same configuration and operates with the same code.It was just a...
View ArticleRe: How to timeout DAQ when disconnected
I beleive LabVIEW creates new session everytime DAQ is initialized but you can still try the below method to bypass the error.Just insert the error number which you get when the device is...
View ArticleRe: LVOOP with DVR - Best Practices and Caveats
How about OpenGDS by reference class if you want a by reference class? Last I heard, they are persistence, and you get by reference behavior for free. Will check that soon...AFAIK (Open)GDS does not...
View ArticleRe: Custom Error Codes Parsing Error
Did you end up making a tool that works to load a custom error file? If you did, and made it available, I would definitely use it.
View ArticleRe: crc32 of a binary file
wrote:You can always do the google search for someone else.http://www.lmgtfy.com/?q=crc32+of+a+binary+fileThat usually doesn't land well either (I tried it).
View ArticleRe: TDMS error -2503. Is seemingly corrupted file able to be recovered?
I had the same problem with a TDMS file. Deleting the index file did not work for me.My approach was to use the advanced open and advanced close function. This worked fine for me.Both with default values.
View ArticleRe: crio 9063,ni 9467 and ni9234 time sync using gps(pps)
Hello, timer22.Make sure that you also have somewhere in your diagram Timekeeper.vi outside of any loops or sequence structures (I don't see it in your screenshots).Also, what is the sampling frequency...
View ArticleRe: Programmatically deploying/undeploying shared variables individually
I will look into this. Thanks for the resource. I guess I should backtrack a bit to explain my issue a little further. I am using I/O Server to create ModBus address objects as shared variables to pull...
View ArticleRe: Serial data parse, remove head
Producer/Consumer was my next suggestion, if data processing in-line was too slow for 10ms messaging rates.Is it? Perhaps depends on amount of parsing computation required and PC...
View Article12bit TIFF image saving
Good morning anyone, it might sound silly but I am not familiar with IMAQ so please don't be too rude I am trying to save an image in a 12 bit tiff format, following the code it is attached hereby, now...
View ArticleRe: error -2147319779 in ActiveX
I remember there was an issue with ActiveX and Office 2016 but I don't remember exactly what it was. Try running Excel minimized and/or try reselecting the ActiveX properties and methods in...
View ArticleRe: How can i fit the Gaussian curve?
That background is 0.1%of the total amplitude and nearly on the order of the noise. Is the background really just a step or linear function or more complicated?What is "n" in your formula?The right and...
View ArticleRe: 12bit TIFF image saving
wrote:... so please don't be too rude ... following the code it is attached hereby,Not be be rude, but there is nothing attached.
View ArticleRe: crio 9063,ni 9467 and ni9234 time sync using gps(pps)
thank you for ur commentfirest. timekeeper.vi put the outside loopsecond. AI sampling frequency 51.2kHzjust now. i will try sequence structure code ,as you sayThank you very much for your...
View ArticleRe: Watlow F4T
Bryan, a noob question... do i uninstall and reinstall under win 7 capability?
View Article回复: CANopen SDO R/W block
Thanks for the confirmation. Block of data needs to be sent or received as CAN frames.
View ArticleRe: 12bit TIFF image saving
Still no code attached (only images of the code). Why attach images, when you can insert them: I'll let someone else tell you about style.
View ArticleRe: Creating delay to read input
wrote:Separate delay works. in the same code cycle time is not being updated. What might be the reason for this?You have two indicators named "cycle time".One is visible on the front panel, but not...
View Article