LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Schoolproject: Tensile testing program in labview

Solved!
Go to solution

We are a group of 5 students Industrial engineers who have to make a program to control an old Instron tensile tester through microchips. We have already a basic program but we have never worked with labview before and we don't know how to get further.

Is there someone who could help?

0 Kudos
Message 1 of 4
(3,689 Views)

Your code is very difficult to read. Where exactly do you have a problem?  Try to use cases for each command you want to send.

 

I see that your code is in Dutch. I don't know from which University you are. But if your in the TU Delft you can go to a support department, for instance DEMO.

0 Kudos
Message 2 of 4
(3,684 Views)

@LennartM wrote:

Your code is very difficult to read. Where exactly do you have a problem?  Try to use cases for each command you want to send.

 

I see that your code is in Dutch. I don't know from which University you are. But if your in the TU Delft you can go to a support department, for instance DEMO.



Were from the KU Leuven university. The file is the code we received and where we have to build on further. Indeed the code is very difficult to read that's why were having trouble figuring out what to do next, we've never worked with labview before.

0 Kudos
Message 3 of 4
(3,671 Views)
Solution
Accepted by topic author RobbeFeys

I would throw away the told program and start over. Start with the command set that the chip has. Create a case in a case structure for each command.

Like this example:

https://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Sending-ascii-commands-through-a-terminalwin...

0 Kudos
Message 4 of 4
(3,652 Views)