LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview programing problem


Hi, i have problem with my labview programing which in associate with cRio-9025

which also doing the data acquisition of temperature.
below is my programing, pls help me to check on it, see error 
did i made.
Apprecite it, thanks

0 Kudos
Message 1 of 3
(2,133 Views)

click on the broken run arrow for an explanation...........

0 Kudos
Message 2 of 3
(2,117 Views)

Hi, as Apok has mentioned, if you click on the run arrow it will come up with a list of errors and some explanation.

 

on a quick look though;

  • you have an error on the TDMS file open block - the operation constant is shown with a otted line (and seems to be spelt incorrectly).
  • only one input of the build array in the timed loop is connected
  • the TDMS file out isn't wired in the case statement (TRUE case) in your while loop
  • not necessarily an error, but the shift register storing erros isn't wired up in the input to the loop so will only pass through an error on the last iteration
  • It's also not an error, but bad practise to use flat sequence structures to control program flow - you're better off using data flow to manage things if possible. You could leave the first flat sequence in place to initialise variables, wire the error cluster line to both loops and remove the other two flat sequences.

Regards

 

Paul

 

Regards

Paul

CLD running LabVIEW 2012 32 & 64 bit on Windows 7 64 bit OS.
0 Kudos
Message 3 of 3
(2,083 Views)