-
Notifications
You must be signed in to change notification settings - Fork 26
Blocks
Jessica Creighton edited this page Oct 17, 2013
·
13 revisions
Some have example data included.
All guesses at the acronyms are that. Guesses.
- BDHb, BDHc - Block Diagram ?
- BDPW - Block Diagram Password
- BDSE - Block Diagram ?
- BNID
- CCSG
- CONP
- CPC4
- CPMp
- DFDS
- DLDR
- DTHP
- FPHb - Front Panel ?
- FPSE - Front Panel ?
- FPTD - Front Panel ?
- FTAB - Font Table
- GCPR
- HBUF - Revision History ?
- HBIN - Revision History ?
- HIST - History ?
- HLPP - Help Path
- HLPT - Help Tag
- icl8 - 8-bit Icon
- ICON - 1-bit Icon
- LIbd
- LIds
- LIfp
- LIBN
- LIvi
- LVSR - Version ?
- MUID
- NUID
- OBSG
- PRT - Print Settings
- RTSG
- SCSR
- STRG - String Description
- SUID
- TM80
- VCTP
- VICD
- VITS
- vers - Version
### BDHb, BDHc Block Data ? Compressed
Length | Type | Value
--------+---------+-------
4 | uint32 | String length
* | string | Content
### BDPW Block Data Password ```plain Length | Type | Value --------+---------+------- 16 | string | Password md5 16 | string | Hash 1 16 | string | Hash 2 ```
### BDSE 4 bytes
00 00 00 07
### BNID 12 bytes
00 00 00 02 00 00 00 00 00 00 00 00
### CCSG 16 bytes
### CONP 2 bytes
00 01
### CPC2 2 bytes Not in Controls
00 01 - Normal VI
00 08 - Polymorphic VI
### CPMp
### DFDS
### DLDR 28 bytes? Not in Polymorphic VIs or Controls
00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
### DTHP 2 bytes
00 00
### FPHb
### FPSE 4 bytes
00 00 00 10
### FPTD 2 bytes Not in Polymorphic VIs or Controls ```plain 00 09 ```
### FTAB Font Table
### GCPR 13 bytes? ```plain 00 00 00 00 00 00 00 00 00 00 00 00 00 ```
### HIST History See Revision History
### icl8 icon ? 8 (bit) See Icon
### ICON ICON See Icon
### LIbd
### LIds
### LIfp Might be "full path" Contains name of a file
### LIBN ```plain Length | Type | Value --------+---------+------- 4 | uint32 | Count? 1 | uint8 | String length * | string | Content ```
### LIvi Only in polymorphic VIs. Lists VIs included.
### LVSR See Version Bits ```plain Length | Type | Value --------+---------+------- 4 | uint32 | Version 2 | int16 | ? 2 | uint16 | flags
Flags: Protected: 0x2000
***
<a name="wiki-MUID" />
### MUID
4 bytes
```plain
00 00 00 2b
### NUID 16 bytes
### OBSG 16 bytes
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
### PRT See Print ### RTSG 16 bytes
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
### SCSR
### SUID 12 bytes
00 00 00 02 00 00 00 00 00 00 00 00
### TM80
### VCTP
### VICD
### VITS
### vers version 12 bytes See Version Bits ```plain Length | Type | Value --------+---------+------- 4 | uint32 | Version 1 | uint8 | String length * | string | Text 1 | uint8 | String length * | string | Info ```