Re: crio 9063,ni 9467 and ni9234 time sync using gps(pps)
Hi.The bottom while loop does indeed run at 1 Hz. This is enforced mainly by the Wait for PPS node.The top while loop should continue running at 51.2 kHz. In that loop all you'll have is a sequence...
View ArticleRe: 12bit TIFF image saving
wrote:, but when I save its values of gray start from 32000, up to 36096, like if it was on 16 bit...36096 - 32000 = 4096 values. That is 12 bit alright! I'd expect there to be a color table...
View ArticleRe: Watlow F4T
Check out this article.https://www.laptopmag.com/articles/set-compatibility-mode-windows-10 I would hope Watlow would be aware of this and have more info about compatibility issues.
View ArticleRe: Watlow F4T
Thank you Bryan. this worked... awesome now i need to start writing code...
View ArticleRe: Custom Error Codes Parsing Error
wrote:but I would like to know what is the purpose of formatting the data with XML, but in the way that it is incompatible with the tools for it? It's totally brainless IMO... There's no purpose. It...
View ArticleRe: crio 9063,ni 9467 and ni9234 time sync using gps(pps)
YES. 40Mhz clock....When using sequence structure and fifoIF.... array time : Fpga Timekeeper time(100Hz) = 0 , 0.01 , 0.02 , 0.03 , 0.04 , 0.05 , 0.06 , 0.07 , 0.08, 0.09 , 0.10 ~~~~ 1array Ai...
View ArticleRe: 12bit TIFF image saving
I have seen this behavior before, I16 images saved as TIF by Labview are read by other applications as unsigned 16bit. If your application doesn't need negative pixel values you can try using unsigned...
View ArticleGiving commands on Labview which are carried out on RealTerm
Hi All, I'm working on automating the primary testing on our controllers. Currently all the tests are carried out manually by issuing commands and reading/verifying responses manually on RealTerm. I...
View ArticleRe: Giving commands on Labview which are carried out on RealTerm
I am not familiar with RealTerm, but it appears to be a Serial/TCP exposer that can be used to send and read data going through these interfaces. LabVIEW contains functions that will do a similar...
View ArticleRe: Giving commands on Labview which are carried out on RealTerm
Just use VISA to send your serial commands. If you need SSH you are in for a lot of fun (I used an open source .NET interface).
View ArticleApplication Web Server and Labview NXG (Lorawan)
Hi there. I`m trying to deal with LoRa technology and have faced some problems. If you know anything about next questions, just write down or send related links.- There is an Actility cloud, where the...
View ArticleRe: crio 9063,ni 9467 and ni9234 time sync using gps(pps)
I think I was wrong. fpga clock is 40Mhz --> 1 / 40000000 = 2.5e-8AI sampling is 51.2 kHz --> 1/51200 = 1.9531e-5 and fpga 1 tick is 2.5e-8 [s]1.9531e-5 / 1 [tick] = 781.24 and i want loop...
View ArticleRe: CLD exam Question
wrote: wrote:thanks for the answer and yes, I already did the exam examples, actually, that's why I did this question because all of the solutions in the examples are state machinesMind you, I...
View ArticleSubVI's " Read Delimited File" can not find file
LabVIEW 2017, Windows 7 Problem:A main VI and a SubVI are put in a labVIEW LLB. The LLB is copied to another computer (user end) from the computer that developed the VI’s and LLB.The SubVI uses “Read...
View ArticleRe: How to timeout DAQ when disconnected
You would need to reconfigure your simple example, don't know if what you posted is an example or your real program. I have implemented what you want in some of my programs with the following...
View ArticleRe: SubVI's " Read Delimited File" can not find file
Has the proper LabVIEW Run Time Library been installed on the other computer? Why were the files put into an LLB? If you take the Delimited File back to the computer that created the LabVIEW code,...
View ArticleRe: SubVI's " Read Delimited File" can not find file
If you are just copying the llb, you need the development system on the other computer. (Run Time is irrelevant). Is LabVIEW allowed to access the folder/file? Maybe it was created by a different...
View ArticleRe: SubVI's " Read Delimited File" can not find file
To confirm and clarify:1. LabVIEW Run Time Library has been installed on the user end computer.2. Regardless why using LLB, there are just VIs, and it's expected LabVIEW still performs its simple...
View ArticleRe: SubVI's " Read Delimited File" can not find file
Again, it would be trivial to check if the "llb" bit is even relevant. Have you? Most likely you are making a mistake somewhere, but without seeing code, we cannot help further. Did you read all my...
View ArticleRe: where can I down load zlibinflate
Are you using LabVIEW 64 Bit for Windows? The current official version on the VIPM network only supports 32 bit LabVIEW versions.
View Article