|
このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。 |
This page 述べるs FW003, "Far Watch 選挙立会人".
"Far Watch 選挙立会人" is a 公共事業(料金)/有用性 which 増加するs the 利益 you get if you have 始める,決める up an Arduserver... which can cost as little as $16... or have a FarWatch webserver. Or some other web server which 含むs two lines that are there for the wants of FarWatchWatcher.
Arduservers and FarWatch servers are webservers which have sensors 大(公)使館員d to them. They are real, physical "things", 始める,決める up in a 明確な/細部 place... and connected to sensors. Once they are 始める,決める up, anyone on the 惑星 (or in the ISS!) can see, across the internet, what readings are coming in on those sensors. The 利益/興味d person needs nothing more than a simple web browser.
In September 2018, I did more work with sensor 報告(する)/憶測ing webservers built in ESP8266's ($16, 加える cost of sensor), and did created a new 世代 of FarWatchWatchers. Unfortunately, 非,不,無 of that is written up 井戸/弁護士席... but if you don't mind struggling a bit, there is 解放する/自由な ソフトウェア for downloading.
This page starts with "an 広告", and then goes into the technical 詳細(に述べる) of how you would 現実に do it. Don't let the long "doing it" put you off. Yes, the program does have to be "始める,決める up"... but it really isn't as bad as all the text might make you 恐れる. And once 始める,決める up, it Just 作品!
You can try FarWatchWatcher for 解放する/自由な, but please do not pass it on. Tell 利益/興味d parties about this page, instead, please.
You can see FarWatchWatcher working by using it to watch one of my FarWatch servers. (My Arduservers are FarWatch servers, too.)
They are hobbyist-level 取り付け・設備s, so don't waste a lot of time if your web browser can't get through at the moment, but for what it is 価値(がある), either of these should 答える/応じる. Both are in Arduservers, the second one in a $16 ESP8266.
http://mon277rr.dyndns.org:1034/ (A rather dull page! 監視するs 条件s at a 場所 between New York and Boston, USA.) Two 気温s, two 湿度s.
http://mon277rr.dyndns.org:1200/ (A rather fancier page! 監視するs: P0:Indoor tture, P1: 勝利,勝つd activity (速度(を上げる)), P2: Outdoor tture, P3: nothing! Again, at a 場所 between New York and Boston, USA.)
If you think that's fun... or you may go about this the other way around... you will 結局 want to 始める,決める up an Arduserver ($16!) (or FarWatch and DS025) of your own, so you can watch your own data! (See the FarWatch overview page.)
The servers give you a webpage that tells you what a 装置 somewhere is seeing on sensors 大(公)使館員d to it. Tells you across the internet, where ever you and a simple browser happen to be. (And, although it is nothing to do with FarWatchWatcher, still with just a browser, you can turn things 大(公)使館員d to an Arduserver on and off.)
FarWatchWATCHER FW003 automatically 収穫s the data the server has on 申し込む/申し出. It draws a graph of the readings, and 記録,記録的な/記録するs them in a spreadsheet- friendly data とじ込み/提出する. (Some of my other FarWatchWatchers will raise an alarm if, say, a 気温 監視するd by the server 落ちるs below a 人物/姿/数字 chosen by you. FW003 doesn't... yet.. 申し込む/申し出 that.)
The first on the 権利 shows the raw 後継の data. The second is a snippet from the data とじ込み/提出する that is created.
The 詳細(に述べる)s of how you 解釈する/通訳する graph, raw data, and data スピードを出す/記録につける are all covered in greater 詳細(に述べる) その上の 負かす/撃墜する the page.
Still reading? 広大な/多数の/重要な! You have an Arduserver running? (or one of 地雷 is 答える/応じるing.) Time to download and try FW003, FarWatchWatcher...
Click here to download zip とじ込み/提出する with all you need. THE PROGRAM IS UNDER DEVELOPMENT just now. It WILL read graph and 記録,記録的な/記録する 気温s and pulse counts, though. Don't hesitate to get in touch, should you have questions.
設立する (or find an 設立するd) webserver, e.g. an Arduserver or FarWatch 取り付け・設備, which has one of the に引き続いて at the start of the line in it somewhere...
hhhhsttthhhhsttt
or
hhhhsttthhhhstttb
("stuff" AFTER the strings given won't 事柄)
... AND... すぐに after the line given a line mostly of digits, but with "+" or "-" at the 場所s 示すd by "s" in the previous line, e.g....
hhhhsttthhhhstttb 0471-0230262+2480
That second line will be dynamic. I.e. it will change from time to time.
It 含む/封じ込めるs the data the Arduserver is... umm... serving. (Hence the 指名する!)
In the example given, FW003 would break the line 負かす/撃墜する as follows...
0471: First parameter, Param "0". A simple integer. Probably a count of something. Turns of an anemometer? 減少(する)s of rain? Anything the person who 始める,決める up the Arduserver wishes!
-023: Second parameter. This will be "変えるd" by FW003 into -0.23. The Arduservers I've 始める,決める up to date put a 気温 into this parameter in deci degrees Celsius. So "-023" is taken to mean 0.23 degrees Celsius below 無.
0262: Third parameter. Another simple integer. Again, probably a count of something. But something else that what the first parameter 報告(する)/憶測d.
+248: Fourth parameter. This will be "変えるd" by FW003 into +2.48, probably another 気温 in deci degrees Celsius, but again: Whatever the person who 始める,決める up the Arduserver wished to have 報告(する)/憶測d here.
0: Fifth and last parameter: At 現在の, FW003 doesn't use this, but you can see what the value of it is at the moment, and in the 最近の past, if you are looking at a running instance of FW003. 結局, this datum will also be put on the graph that FW003 draws, and 記録,記録的な/記録するd in the data スピードを出す/記録につける it 記録,記録的な/記録するs.
===
Whew! That's a lot... but those two lines from the webserver are at the heart of everything FW003 is for.
So... you've got 接近 across LAN or web to a suitable webpage.
((TKB's))
Look at the page's source. (Firefox: 権利 click on the page, request "見解(をとる) Page Source". Make a 公式文書,認める of what line the "hhhhsttthhhhstttb", counting things as a 非,不,無-geek would. If the line is on the first line, call it "line 1". Put that number aside. You'll use it in a moment.
===
始める,決める up a folder for FW003. (You can have 多重の folders for 多重の copies of FW003 and its associated とじ込み/提出するs, if you 心配する 監視するing more than one webpage.)
Fetch the .zip とじ込み/提出する I 供給する, and unpack from it to the folder you created at least FW003.exe and FW003ini.txt.
Open FW003ini.txt in a text editor. Find the line...
WhereFmtCodeLineIs=
.. and put the number of the line with hhhhsttthhhhstttb there.
The line...
CodeForTypeOfDataSource=6
...should stay 始める,決める to 6. (Some lines don't 事柄! (e.g. the items in the [Times] section.))
The section...
[OtherParamSettings] DataTypeCode 0=0 DataTypeCode 1=1 DataTypeCode 2=0 DataTypeCode 3=1
... should also be left as it is.
The line...
IPAddr=
... should be 始める,決める to the base url of the webpage you want. If it is served on a 非,不,無-基準 port, 追加する a 結腸 and the port number, e.g....
mon277rr.dyndns.org:1034
... for one of my Arduservers which is usually online.
Next....
Page=索引.htm
is probably what you want. If the webpage isn't the default page of the 場所/位置, change "索引.htm" to the page you want.
The [WindowPosnAndSize] section is where the ini とじ込み/提出する saves the position and size of FW003's three windows each time you の近くに the program, so that they open the next time where you last had them.
The section...
[PointPlotting] 相殺する 0=1 相殺する 1=50.... ; ScaleFactorx1000 0=8 ScaleFactorx1000 1=1000...
... can give you grief. You only need 相殺する and ScaleFactorx1000 入ること/参加(者)s up to the number of parameters you are に引き続いて. At the moment, that would be up to 相殺する 3 (the FOURTH one) and ScaleFactorx1000 3.
公式文書,認める the space between the 指名する and the 索引 number... "相殺する(space)0" is 権利, "Offset0" won't be 認めるd. Ditto for the other.
The 相殺する setting lets you "slide" lines up and 負かす/撃墜する the graph 審査する, if they are appearing in an inconvenient place. Everything "包むs", so a "bad" 相殺する doesn't 事柄 much
The "ScaleFactorx1000" item is a bit trickier. If you 始める,決める it to 1000, if the datum you are plotting 増加するs by 1, the point plotted is one pixel lower on the 審査する. A ScaleFactorx1000 of 1000 is appropriate for the 気温 data. (A TENTH degree Celsius will move the point one pixel, by the way. The plotting 決まりきった仕事s "see" the number as 現在のd by the web page.)
If you are, say, watching an anemometer, where the number changes by 20 or 30 or more counts between readings, the slope of the line would become impossibly 法外な, and you wouldn't see a line. You'd just see a "spray" of 明らかに 無作為の dots, as the line wrapped (vertically) and wrapped, and wrapped again. If you 始める,決める ScaleFactorx1000 to a number BELOW 1000, that will "squash" the data on that line. 始める,決める it to 100, and it takes a change of 10 in the 報告(する)/憶測d number to move the dot plotted by 1 place. 始める,決める it to 10, and it takes a change of 100 to move the dot 1 place.
Getting the ScaleFactorx1000 権利 for your webserver is something of a 裁判,公判 and error 商売/仕事. And therein lies a "gotcha"....
You can leave the .ini とじ込み/提出する open in your text editor the whole time... but each time you やめる FW003, the ini とじ込み/提出する is re-saved... with the values then 現在の in the 使用/適用.
やめる FW003 BEFORE making changes to what you see in the ini とじ込み/提出する. THEN (re)save the ini とじ込み/提出する from the text editor. That way, when you next start FW003, what it sees in the ini とじ込み/提出する will be in step with what is on the 審査する in the text editor.
Moving on....
The [Colors] is nice and simple, and you don't NEED to make changes here. It 決定するs the color of the lines on the graph. If you say...
PColor 0=FF0000
... then the first parameter's line will be a pure, and as dark as possible red.
The "code" ("FF0000") 作品 like this... it is in three parts...
rrggbb
For any position, "00" means "非,不,無 of that", "FF" means "as much of that as you can".
The first two characters 決定する how much red there is in the color, the next two how much green, and the last two how much blue.
"80" means "half of max", "40" is 1/4 max, "C0" 3/4 max. So...
"40FF80"
...would be a color with a little red, max green, and "half" blue.
"000000" gives 黒人/ボイコット. "FFFFFF" gives white... a poor choice, as the "paper" is white, and a white line on white paper is hard to see!
Be careful that you don't ask your computer to start two instances of the SAME FW003 running 同時に, by the way.
It is okay to start the program twice if you have two separate folders with separate copies of the .exe and .ini とじ込み/提出する. But the program 令状s to a data とじ込み/提出する (DtLgFW003.txt) in the same folder as the .exe which is trying to 令状. And two instances trying to 令状 to the same .txt とじ込み/提出する doesn't work at all 井戸/弁護士席!
So... you have, at least in theory, 接近 to a webpage serving up the data in the 権利 判型.
You've got FW003.exe in a folder of its own, with a tweaked .ini とじ込み/提出する. (The main things that HAVE to be changed are the IPAddr= and (maybe) WhereFmtCodeLineIs= lines. Most errors どこかよそで may lead to poor graphs, but won't be 取引,協定 breakers.
Now you can run FW003!
You anti-malware ソフトウェア may need to be told to let the program "do" TCP to and from the Arduserver. It probably SHOULD ask if the activity is 許可/制裁d by you!
Often there's a few seconds... say up to 10... while "things" settle 負かす/撃墜する, but before long, you should start to see lines appearing and disappearing in the パネル盤 I've 色合いd blue in the screenshot to the left.
That パネル盤 shows you the data which is 存在 記録,記録的な/記録するd to the data とじ込み/提出する. (It is 記録,記録的な/記録するd in (製品,工事材料の)一回分s, hence the filling and emptying of the パネル盤. This saves your hard 運動 from "thrash". Any un-saved data is passed to the data とじ込み/提出する as the program shuts 負かす/撃墜する, by the way.)
I'll explain how to 解釈する/通訳する the data in the data とじ込み/提出する later.
The "FW003_readings_f1" window gives you a look at the raw data lines, as 抽出するd from the webpage.
And the third window has a graph of the values returned by the first four parameters. (The fifth, if your data source 供給(する)s it, isn't ignored for any 複雑にするd 推論する/理由... I just 港/避難所't got to doing the necessary programming for that yet!)
On the graph, by the way, as the numbers coming from the server INCREASE, the lines go DOWN. (Again, a bit of programming to be done. Sorry! The program IS 解放する/自由な!)
You will see some vertical lines on the graph. The magenta ones are done at midnight... on the machine that FW003 is running on. The gray ones are done at 6am, noon, and 9pm.
While FW003 is running, it 記録,記録的な/記録するs the data it fetches from the webpage in a text とじ込み/提出する that has been designed to make 接近ing it for その上の 分析 平易な. The data とじ込み/提出する is called DtLgFW003.txt, and is 記録,記録的な/記録するd in the folder the .exe that creates it is in.
The data とじ込み/提出する can, for instance, be 輸入するd into any sensible spreadsheet program.
The とじ込み/提出する is created if it doesn't already 存在する. If it does 存在する, new data are 追加するd at the 底(に届く), i.e. they are appended.
When FW003.exe is not running, you can 簡単に 改名する the 現在の DtLgFW003.txt if you wish to "始める,決める aside" the old data, and start a new とじ込み/提出する.
Here's a snippet from a data とじ込み/提出する on my machine....
17112v38,0, 0410, 6 17112v38,1, +241, 6 17112v38,2, 0012, 6 17112v38,3, +096, 6 17112v39,0, 0416, 9 17112v39,1, +241, 9 17112v39,2, 0012, 9 17112v39,3, +096, 9 17112v39,0, 0422, 12 17112v39,1, +241, 12 17112v39,2, 0012, 12 17112v39,3, +096, 12
.. and this is how you read it:
First column: Date and time datum was 記録,記録的な/記録するd. (More in a moment)
Second: The parameter number. (At 1/17, FW003 is hard coded to 記録,記録的な/記録する FOUR parameters to the data とじ込み/提出する, parameters "0". "1", "2" and "3". From 公式文書,認めるs どこかよそで here, I hope you 解任する that parameters 0 and 1 are counts of something wired to the Arduserver (or other data source) and parameters 1 and 3 are 気温s in deci degrees Celsius. (E.g., +241 in the data とじ込み/提出する stands for 24.1 degrees celsius above 無.)
Third column: the reading on that parameter at this time.
Fourth: The "cycles count" from the Arduserver (or other data source) at the time the reading was taken. (This is mostly useful for flagging times when the server was for some 推論する/理由 再開するd.)
You're going to gag at the に引き続いて, I bet... but it really does work 井戸/弁護士席, when you are used to it. I've been using it for many, MANY years, in 多重の 状況s.
In the example, the first datum was 記録,記録的な/記録するd at "17112v38"... which is...
January 12th, 2017, 22:38 (10:38pm)
That is 抽出するd from 17112v38 as follows...
yymddhmm
First two digits... the year in 20xx
Next character: Month. 1-9 for Jan to Sept, Oct: a, Nov: b, Dec:c
Next two: Day of month
Then a letter... for the hour in the day... "a" is first hour after midnight, "b" is 1:xx (am), "c" is 2:xx (am), etc.
... and lastly, two more digits, the minutes past the hour.
Compact. And if you do a simple sort of 記録,記録的な/記録するs, on this column, they will 結局最後にはーなる in chronological order.
And you can easily "勃発する" the (警察などへの)密告,告訴(状) into more 伝統的な forms, should you wish to do so.
"Quis custodiet ipsos custodes?"? The link will take you to the Wikipedia 入ること/参加(者).
Page 実験(する)d for 同意/服従 with INDUSTRY (not MS-only) 基準s, using the 解放する/自由な, 公然と accessible validator at validator.w3.org