LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to run labview in debug mode

Two questions:
1. how to run labview in debug mode
2. how to save default text values in labview
0 Kudos
Message 1 of 4
(6,480 Views)
1. Under the Operate menu, if there is a line that says "Change to Edit Mode" select that. If it says "Change to Run Mode" leave it alone. Also, in the VI's properties (under the File menu or right click the VI's icon), go to the Execution category and make sure the "Allow Debugging" box is checked.
2. To save a default value for any control, right click the control, and select Data Operations>Make Current Value Default. You can do the same thing for all controls at once by selecting Make Current Values Default under the Operate menu. To allow for a different set of defaults, one of the more popular methods is to store the values in an ini file that you read when the program starts and use a local variable to set a control's value. A new set of defaults wou
ld be created by reading a control's value and writing them to the ini file.
0 Kudos
Message 2 of 4
(6,480 Views)

Hi,

 

consider i have streaming bits of data as input who length varies each time. I need to select 11 bits at a time and apply (15,11) hamming coding for the inputs till the input is stopped.

 

I have designed the hamming encoding and decoding block. I need a methodology to select 11 bits at a time from the input and provide to the hamming encoder.

 

eg: if input is 1100 bits, output must be 1500 bits.

 

I have uploaded the encoder and the decoder part. Please suggest me the design to read the input and append the output.

Download All
0 Kudos
Message 3 of 4
(5,786 Views)

@mahesh1989 wrote:

Hi,

 

consider i have streaming bits of data as input who length varies each time. I need to select 11 bits at a time and apply (15,11) hamming coding for the inputs till the input is stopped.

 

I have designed the hamming encoding and decoding block. I need a methodology to select 11 bits at a time from the input and provide to the hamming encoder.

 

eg: if input is 1100 bits, output must be 1500 bits.

 

I have uploaded the encoder and the decoder part. Please suggest me the design to read the input and append the output.


Not only did you hijack a very, very old thread but it is a completely unrelated thread. Post a new question.

Message 4 of 4
(5,763 Views)