12-06-2012 02:19 PM
Ok, I've posted the 8.6 version
12-06-2012 02:30 PM
There is no code in the zip file. There's a file without an extension...
12-06-2012 02:36 PM
Ok, I renamed the file to have a VI extension and it opened.
As I stated before, store you data in shift registers. Be sure to pass them through each case they are not altered in.
12-06-2012 03:18 PM
Ok great!!! can u help me out please
12-06-2012 04:23 PM
@crossrulz wrote:
Ok, I renamed the file to have a VI extension and it opened.
As I stated before, store you data in shift registers. Be sure to pass them through each case they are not altered in.
can you help me out plz!!
12-06-2012 04:58 PM
I suggest that you open the LabVIEW help and search for shift register. At this point you ar easking for assistance with the most basic elements of the langauge. You can also go through the online tutorials. We are more than welcome to help you but you do need to take some time to become familiar with the basics of the language.
12-06-2012 05:14 PM - edited 12-06-2012 05:16 PM
@Mark_Yedinak wrote:
I suggest that you open the LabVIEW help and search for shift register. At this point you ar easking for assistance with the most basic elements of the langauge. You can also go through the online tutorials. We are more than welcome to help you but you do need to take some time to become familiar with the basics of the language.
I know about Shift Registers, but I jus don't understand where you're telling me to add them in my program. Please bare with me I'm trying my best to learn
12-06-2012 05:33 PM
Your state machine consists of a while loop with a case structure inside of it. Place a shift register on the while loop for any data you want to pass from state to state. Wire this data through the case structure and make sure that it is passed through all the cases. Here is an an example.
12-06-2012 05:40 PM
I don't have it done like this , but the info is still being passed on. I'm just not able get a hold of the values in the voltage data so I can calculate the average voltage because for the DAQ assistant it is set to 1 sample (ON DEMAND)
12-07-2012 07:11 AM
@Shalins wrote:
I don't have it done like this , but the info is still being passed on. I'm just not able get a hold of the values in the voltage data so I can calculate the average voltage because for the DAQ assistant it is set to 1 sample (ON DEMAND)
If you aren't following our advice, what are you doing then? How is the data being passed on? As always, show some code.