Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleProfile 예제
collapsetrue
{
	"profile_id": "DHT22",
	"profile_name": "raspberry pi dht22",
	"app_name": "dht22",
	"profile_file": "raspberrydht22.profil",
	"format": "BYTE",
	"byte_one": -4,
	"byte_count": 1,
	"csv_skip_first": "Y",
	"sep_char": ",",
	"time_column": "0",
	"date_format": "",
	"max_sensor": 1,
	"module_info": {"ip":"192.168.0.229", "port":"7007", "sampling_hz":1},
	"module_name": "DHT22",
	"listen_port": 10001,
	"input_count": 1,
	"data_type": "FLOAT",
	"endian": "LITTLE",
	"default_tag": [
    	{"caption":"Temper-axis 1", 
         "tagname":"Temper1", 
         "using":"Y", 
         "to_fog":"Y", 
         "limits":[
                   {"min":-20, "max":40, "err_msg":"error", "check":"Y"}, 
                   {"min":-15, "max":35, "err_msg":"warning", "check":"Y"}
			      ]
        }
	],
	"html_cont": "html_cont"
}

...