09-08-2004 09:36 AM
09-08-2004 02:31 PM
09-08-2004 06:53 PM
09-09-2004 12:09 PM
09-09-2004 02:52 PM
09-09-2004 03:42 PM
09-10-2004 10:56 AM
08-11-2009 10:35 AM
Hello,
I am trying to program a 4201 instron using the VI posted above. You say that i need to reprogram the address of my machine. I was just wondering what you mean by that. Also, i am using the gpib connection, so I am assuming that this should run smoothly. If you have any other tips with regards to setting this up that would be great.
I am also wondering if there is a LabView software that I can setup to run only a .exe or a .vi, rather than the whole labview software. The computer connected to our 4201 is pretty weak, and i think the full package of labview would be extremely slow.
Thanks,
-Alex
08-11-2009 12:38 PM
AlexDO wrote:I am trying to program a 4201 instron using the VI posted above.
What do you mean by "program"? The above vi is for recording data, not controlling the machine.
AlexDO wrote:
You say that i need to reprogram the address of my machine. I was just wondering what you mean by that. Also, i am using the gpib connection, so I am assuming that this should run smoothly.
The GPIB address is hardcoded in that VI
See constant named "address string". Bad programming ![]()
So if the address of your machine isn't 4, you have to change something, the address in the machine or in the software, your choice.
AlexDO wrote:
I am also wondering if there is a LabView software that I can setup to run only a .exe or a .vi, rather than the whole labview software. The computer connected to our 4201 is pretty weak, and i think the full package of labview would be extremely slow.
Once you have a working VI you can make an exe out of it or even an installer that can be installed on every machine.
A .vi file will never run on it's own.
What version of LV do you use?
08-11-2009 01:01 PM
I guess by program i did mean just record data...sorry i am a co-op student, very new to this stuff.
i will check to see what the adress of my machine is, if it is not 4, then i will change it in the VI. i might need some help with that too. thanks.
i am using LV 8.5. I have application builder setup as well. Everything i have been reading says to use application builder to create a .exe from the .vi and then i can run it on any computer, as long as i have the run time installed. so that is my plan for now. But i just cannot figure out how to create the .exe using the application builder. any hints would be greatly appreciated.
sorry for being so new at this stuff, but i am just learning.
Thanks,
-Alex