= _README.txt file of [root]/projects folder				=
= Version: 1.0, 20160802               						=
=															=
= This file explains important content and formating		= 		 
= principles of .krp project files									=

1. Attribute description parameters

"inp": {			........ 	Attribute type (inp / out / mem)
	"0": [			........ 	Running number of array elements within inp / out / mem blocks
		"Inp01", 	........ 	Name 
		"11",		........ 	Default Value 
		"8",		........ 	Size (Bits)
		"5",		........ 	Offset (Bytes) within device, starting with 0
		"false",	........ 	Exported
		"0000"		........ 	display order (padded to 4 digits, spanning all types, starting with 0)
		"Input 01"	........	Comment
	],