08-17-2015 10:33 AM
Hello Everyone,
This question may sound silly but here it goes:
I am developing a program that will trigger static creep loading on a specimen using a load cell and a linear actuator.
So far I was able to get the whole program done and I am stuck at what I believe to be the last obstacle, the process of applying creep to the specimen.
For those who have no background on what static creep loading is, it is basically keeping the load constant over a certain period of time, and I developed a program that is able to trigger creep but I want to get the value of the load (at which creep is triggered) and save it as a constant variable. So far I am not sure how I can do that?
Can you guys help me with that ASAP?
Solved! Go to Solution.
08-17-2015 10:35 AM - edited 08-17-2015 10:37 AM
We need more information in order to help you. I'm not sure if you're asking just a basic LabVIEW question regarding saving a value from iteration to iteration, or if you don't know how to communicate with your device.
You say "last obstacle", except it kinda seems like you said "I need my application to do A and B, but I'm stuck on A and B."
It would probably be easiest if you share your code as it is now. DO you have a load reading coming in? Do you have an output to control how the load is applied?
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
08-17-2015 02:23 PM
08-17-2015 02:25 PM
p.s Thanks in advance for your help 🙂
08-17-2015 02:36 PM - edited 08-17-2015 02:37 PM
This is all very basic functionality that you will just learn as you use LabVIEW more. If you are storing a value from loop iteration to the next, you can use something called a Shift Register to store that value. There are many different ways to work with shift registers to get your desired results (and there are also other ways of doing it outside of shift registers).
You really should watch some tutorials and try some examples to get a feel for basic programming practices and software architectures to follow.
Here are some free training tools primarily focused on LabVIEW and NI hardware to help get started.
-MyRIO Project Essentials Guide (lots of good simple circuits with links to youtube demonstrations)
Learn NI Training Resource Videos
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'