LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

zero stuffing

How do i implement zero stuffing for the following VI, by zero stuffing I mean that in HDLC you need to insert a 0 after 5 consecutive 1's
0 Kudos
Message 1 of 3
(2,960 Views)
I can't open your vi, I'm using 7.0. Could you convert your data into a string and do a search and replace string??? Search for 11111 and replace with 111110
0 Kudos
Message 2 of 3
(2,955 Views)
I can't open your VI now either. Did you read the answers to your question at http://forums.ni.com/ni/board/message?board.id=170&message.id=198872#M198872? One of Ben's answers linked to an old post of mine where I provided an HDLC llb with a zero stuffing function.
0 Kudos
Message 3 of 3
(2,942 Views)