Re: LabView access to third party .dll files?
All good questions and a very good place for me to start. I havent interfaced to dll's before using labview so im not sure the specific questions to ask the vendor.
View ArticleRe: Help with state machine
Hi Sindhurakshak, You're welcome. I believe the problem still lies on the Event Structure at the "OTP" state. I can suggest the following (let's say everything still ends up to OTP from what I...
View ArticleRe: daq assistance setting
Hi, This VI would appear to help a lot with your problem. You would have to play around with the dt. http://zone.ni.com/reference/en-XX/help/371361K-01/lvwave/resample_waveforms_sinshot/
View ArticleInternet Over Serial
I am currently working on a small module that has multiple serial ports but no ethernet port, It has come with a serial-to-ethernet adapter but no software and is manufactured in china so information...
View ArticleRe: Why do I get a class conflict between the Prepare SQL.vi and the Get...
Thanks for your response, but my problem remains. Neither the "Get Column Name.vi", nor the "Prepare SQL.vi", which are the two vis showing the wire type conflict, are on the list of vis not replaced...
View ArticleRe: LabView access to third party .dll files?
If you have the source code, you could do Tools --> Import --> Shared Library (.dll)... which will open up a wizard that will parse the source code for the function calls and set it up...
View ArticleRe: RT programming for cRIO/sbRIO *.ctl cluster
Nope, it's not an array. Download the code and have a look for yourself.
View ArticleRe: LabView access to third party .dll files?
The source code is not required for the wizard. I believe it parses the .h file.
View ArticleRe: RT programming for cRIO/sbRIO *.ctl cluster
What you have is an array, of which each element is a type defined cluster. The array contains the cluster. When you right click the array and open the type definition, it opens the element definition,...
View ArticleRe: RT programming for cRIO/sbRIO *.ctl cluster
I've already tried that experiment. It's a cluster. Open Recipe Phase.ctl from the project tree under the RT target under the TypeDefs folder.
View ArticleRe: Convert to number
Hi! The program sends and recieves like this. It sends out 2 bytes of roll, pitch, throttle, yaw and servo.and then it recieves a reply of roll, pitch, yaw in 4byte float and ultrasonic (altitude) in...
View ArticleRe: RT programming for cRIO/sbRIO *.ctl cluster
Well, in that case the other possibility is that the array is party of the type definition. Sorry, posting from mobile, can't download the code right now, but I will later.
View ArticleRe: .chm help file and executable
I did not realize that it was possible to use a static reference for a typedef like as for a VI. That is an acceptable solution. Thanks
View ArticleRe: LabView access to third party .dll files?
Dennis_Knutson wrote:The source code is not required for the wizard. I believe it parses the .h file.Technically, you're right. It's just that usually the .h code file (it's late) is included when you...
View ArticleRe: How to simultaneously write to and read from digital DAQ lines
I have also attached my VI.In this VI I should send data to DAQ and at the same time I should monitor DAQ to acquire a response from DUT.I have used the following method to the acquisition. First I...
View ArticleRe: How to start acquisition on rising edge without using external source
any help is really appreciated. I can't use any PFI line or analof lines since they are all in use so I can't use an external hardware trigger. I would like to start acquisition as soon as seeing the...
View ArticleRe: How to start acquisition on rising edge without using external source
In another post of yours, you asked about digital pattern detection and were given an answer. Why are you still asking?
View ArticleRe: Serial Communications with Allen Bradley PLC 2.30 "Allen Bradley DH+...
Hi Khalid, I need your help regarding communication of Allan Bradley PLC 2.30 over DH+ with RsLinks.Case is mentioned below. In order to establish communication with A-B PLC 2/30 and be...
View Article