Home
Applications Contact Us Purchasing Info About Us Software Downloads
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Simple
PulseBlaster Control Word Programming Examples
|
Instruction |
Control Word in Natural Numbers |
Control Word in Binary |
Control Word in Decimal |
Control Word in Hexadecimal |
0 |
0 + 1 |
0b0000 0000 0000 0000
0000 0011 |
3 |
0x000003 |
1 |
0 |
0b0000 0000 0000 0000
0000 0001 |
1 |
0x000001 |
2 |
0b0000 0000 0000 0000
0000 0000 |
0 |
0x000000 |
Instruction |
Control Word in Natural Numbers |
Control Word in Binary |
Control Word in Decimal |
Control Word in Hexadecimal |
0 |
0 + 3 |
0b0000 0000 0000 0000 0000 1001 |
9 |
0x000009 |
1 |
3 |
0b0000 0000 0000 0000 0000 1000 | 8 |
0x000008 |
2 |
0b0000 0000 0000 0000 0000 0000 | 0 |
0x000000 |
|
3 |
2 |
0b0000 0000 0000 0000 0000 0100 | 4 |
0x000004 |
4 |
1 + 3 |
0b0000 0000 0000 0000 0000 1010 | 10 |
0x00000A |
5 |
3 |
0b0000 0000 0000 0000 0000 1000 | 8 |
0x000008 |
6 |
1 + 3 |
0b0000 0000 0000 0000 0000 1010 | 10 |
0x00000A |
7 |
0b0000 0000 0000 0000 0000 0000 | 0 |
0x000000 |
...
pb_inst(0x0, CONTINUE, 0, 1.0 * ms);
pb_inst(0x0, STOP, 0, 1.0 * ms);
pb_stop_programming();
Home | Products | Applications | Contact Us | Purchasing Info | About Us | Software Downloads
© 2024 SpinCore Technologies, Inc.