I am trying to start with an input string...12345678901, and convert into 36 bit binary. In this example, there will be 34 bits and two zeros will be placed in front of the binary converted string to fulfill the full 36 bits. Each time there is a new input, I would like for the original input string to increment by 1. So 12345678902->converted to binary.
Sorry about that. I am new to labview and must have gotten lost within the links. I really would appreciate it if you could help me out, if you have the opportunity.
I am trying to start with an input
string...for example 12345678901, and convert that string into 36 bit binary. In this example,
there will be 34 bits and two zeros will be placed in front of the
binary converted string to fulfill the full 36 bits. When you convert 12345678901 into regular binary, you will get 1011011111110111000001110000110101, which is 34 characters. Since there are 36 characters needed, two zeroes will automatically be placed in front of the converted string to fullfill the 36 character requirement. So if my input is 1, then there will be 35 total zeroes followed by 1. Each time there is
a new input, I would like for the original input string to increment by
1. So 12345678902->converted to binary.
OK, you want it formatted as binary, not "converted to binary". Big difference. What is your LabVIEW version? What is a new input? Where is it coming from?