Re: DLL access violation - unless caller's FP is open.
Well, the DLL looks really like a mix mash of styles. There are the two low level functions getDescriptor() and SendCommand() which look mostly like a copy past job from one of the Microsoft DDK...
View ArticleRe: Reading String from SPI driver
Hi Alexander , I have tried it yes bits are coming in reverse order.For unflattening the JSON string i have used it but i am not getting it. To make sure i have used the GUI given by Cheetah for...
View ArticleRe: Keithley 6517 real time measurement and sampling frequency
Hii pateIMIKES, I am trying use your Labview program attached (6517.vi) in previous message but SUB-VIs of following were missing while running this program,1. Keithey 6517 coulombs config.vi2....
View ArticleRe: Capturing STOUT/STDERR from C DLLs
@Rolfk: So you're saying (among other things) that "run in any thread" would not make a difference? That it should work (but obviously might "mix" results)? I thought "run in any thread" had a...
View ArticleRe: Image Acquisition and Line Profile
Hi, I'm not sure what your actual problem with displaying the line profile is. But I would recommend to have a look at the example "Line profile.vi".You find it via Help -> Examples...
View ArticleRe: How to generate UDP traffic
Hi !I have a similar issue with communication with a piece of hardware.The problem is that it seems that my message is mixing characters and binary. Here is the data I have to send in each UDP packet...
View ArticleWarning: Connection to the MyRIO-1900 hast been lost
Hey,I am running a VI, which compares two camera Images and overlay the differences between both. this works like expected. but sometimes i am losing the Connection with the MyRIO target automaticaly...
View ArticleTension fantôme sur une des voies de ma carte d'acquisition NI 9234
Bonjour,Je m'explique, sur une de mes voies d'acquisitions une valeur est apparu, et j'arriv plus à faire d'acquisition dessus. Les autres vois fonctionnent. Seulement cette voie serai t-elle HS ?Merci...
View ArticleRe: Capturing STOUT/STDERR from C DLLs
Run in any thread really only means that the Call Library Node is free to execute in whatever thread the VI is at that moment executing (and that will consume that thread exclusively for the function...
View ArticleRe: How to generate UDP traffic
Hi Romain, when you upload a VI you should also attach any needed subVIs! THe main problem with your VI are the incorrect datatypes of the numeric constants.See this example:The datatype is given by...
View ArticleRe: Unable to configure Xilinx IP block
Refer to this chart for compatibility between FPGA module and compilation tools version.
View ArticleRe: Image Acquisition and Line Profile
I tried wiring line profile vi with my image acquired butgot nothing If possible please see my vi and modify it
View ArticleRe: NI-IMAQdx CPU usage high when grabbing image from USB Camera
You definitely want to structure your IMAQdx code as Initialize and Open Camera, Create IMAQ Buffer, While [Grab Image, Display in Buffer], Close Camera. The While Loop should contain the Grab and...
View ArticleRe: NI 9411 for Serial Data
crossrulz wrote:Is your data stream following a standard? It would be easier if you got a module that just used that standard. Otherwise, it seems like you should be able to do what you want if you...
View ArticleRe: Image Acquisition and Line Profile
From vision analysis pallate I chose line profile vi and wired with my image output. Then created output indicator at line graph but neither this indicator was a graphical interface rather a array...
View ArticleRe: How to remove serial number from a PC?
there are many reasons why someone do not want the serial # layed out. Simple, JUST CAUSE. Just answer thge question. It is simple, BTW this is bs site. What do u think? emakil me
View ArticleRe: cummulative sum elements in array(one by one)
Hi, it was indeed easier than expected, I was taking it in the wrong direction. I am sorry for having annoyed you with my vague question. Even if did not get the point of my single "m". BR.
View Article