11-12-2007 07:04 AM
11-12-2007 07:57 PM
Hello there,
i managed to locate system exec, thanks! Have another problem, i want to run the EXE using system exec.vi, what are the parameters i need to pass at the command line?
Thanks for all the help!
11-12-2007 08:08 PM
11-12-2007 08:33 PM
11-12-2007 08:42 PM - edited 11-12-2007 08:44 PM
11-13-2007 12:45 AM
11-13-2007 01:25 AM
microes wrote:
Okay! I managed to succeed running the exe file. Thanks.This time round, i created a DLL via Call library function node. One of my function parameters is a type of character pointer and the parameter value will be "com1" so how do i solve this problem?
01-03-2008 07:53 AM - edited 01-03-2008 07:55 AM
01-03-2008 01:02 PM
You can't! Not without an external code wrapper written in standard C anyhow. The Call Library Node only supports standard C datatypes. What you try to do is a C++ datatype.
@GrayRonin wrote:
How would labview interface to a function call like this? What data structures would we use and how would we define the configuration for the Call Library Node?int SomeCalculations(vector& input, vector & output) I know it works fine with a call like this:int SomeCalculations(float* input, float* output)but we'd like to be able to use the STL Vectors if we can.
Message Edited by GrayRonin on 01-03-2008 07:55 AM
07-10-2013 05:04 PM
Hi,
I am an intern working at Synaptics. And my project is to automate the product testing team's bench test procedure using Labview. Now i am able to control and automate the settings and changes in the settings of the power supplies and function generators and the scopes through GPIB. But, now the tough part. They have a I2C software written in Visual C which they use to load and configure the registers on the chip that we test on bench. So, i am trying to control that I2C software through labview so i wont have to go into the I2C software and configure the chip from there. Instead i could control the I2C software through command prompts [or any other way] from labview and configure the chip automatically with the right registers and the right values to initialize them
Please help. Any kind of guidance or idea would be helpful.
Pritam Saha
Synaptics