From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HEX TO BINARY ZERO STUFFING

How would i revise this VI to include zero stuffing
0 Kudos
Message 1 of 4
(4,384 Views)
Hi MBK,

what do you mean by "zero stuffing"? You better explain in detail, what you want to achieve!

The vi seems to work correctly...

Btw. you should apply the LV8.0.1 patch!

Message Edited by GerdW on 08-03-2006 09:19 AM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(4,371 Views)

Yes please define "zero stuffing".

I am familiar with "bit stuffing" as used in SDLC and HDLC but not "zero stuffing".

Did you see the example code posted in this thread

http://forums.ni.com/ni/board/message?board.id=170&message.id=146859&query.id=3388#M146859

by Dennis and Zoran?

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(4,357 Views)
With HDLC, you need to insert a 0 after any 5 consecutive 1's. The example I posted does this.
Message 4 of 4
(4,349 Views)