LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control design for indentation test

Solved!
Go to solution

Using PZT servo controller (E-516) NI USB-6251 and NI SCC-68 with attached load cell, we want to conduct a creep test.  In order to do so we need the actuator to supply a constant load on the test specimen, which will creep.  Ive written the outline of the program in labview 8.5, but it still needs some work. When I run the program 1st I establish initial contact at the "user load", the user load is also the constant load we will like to supply in the future.  After initial contact you would run the creep test.  Here are where problems occur.  Ive only been able to get 1 point plotted when I run the program, leading me to suspect that I did something wrong with the plotting portion of the program or simply used the XY plot function incorrectly.  The values used for comparison that bound dp are arbitrary as i have changed them around a bit to try and get the plotter to work.  

 

Any suggestions on how to improve my code or any hints or tips around control design is appreciated.   This is like my hello world to labview.  I understand that my method is very primitive but given my limited knowledege this is what I came up with. 

 

thanks for the help 

0 Kudos
Message 1 of 4
(2,947 Views)
Solution
Accepted by topic author kingsgambit1943

I think this will do 🙂

In the mean time i cleaned up some wires 🙂

 

I hope that element 0 of the array "Current PI Position" contains the correct postion.

0 Kudos
Message 2 of 4
(2,935 Views)

Thank you very much

 

I just have a question about the property node value, what does it do ?  I dont really get these property nodes they seem to encompass a variety of abilities.  Thats it, again thank you very much.

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

kingsgambit1943 wrote:

 

I just have a question about the property node value, what does it do ?  I dont really get these property nodes they seem to encompass a variety of abilities.


In nature you have horses & zebras. Quit the same but not 100% Smiley Very Happy

In LabVIEW you have local variables & property nodes. Quit the same but not 100% Smiley Very Happy Smiley Very Happy

 

 

Local variables uses more memory because it takes a copy of the control, but are faster.

Property nodes uses less memory but are slower.

Check this forum, lots of threads regarding local variables vs. property nodes.

I'm sure other people can tell you much more about this... ...

0 Kudos
Message 4 of 4
(2,895 Views)