일부 메모리 기능은 PHP 스크립트를 사용하여 WiFi를 통해 원격으로 제어 할 수 있습니다.
새 배치 만들기 http://ip_address_of_instrument:8080/new_batch.php
모든 배치 삭제 http://ip_address_of_instrument:8080/delete_all_batches.php
일괄 처리 닫기 http://ip_address_of_instrument:8080/close_batch.php
계측기 메모리 새로 고침(판독값) 새 판독값만 새로 고침(마지막 새로 고침 이후): http://ip_address_of_instrument:8080/refresh.php 모든 판독 값 새로 고침 : http://ip_address_of_instrument:8080/refresh_all.php
와이파이 일괄 전송을 사용하는 방법
After a call to refresh.php (see above) each batch in the gage will have 4 files within the http://<positector ip="" address="">:8080/usbms/<buid> directory. Replace <buid> with the batch's unique identifier which is listed in Batchlist.txt.</buid></buid></positector>
header.txt – 일련 번호 및 프로브 유형을 포함한 배치에 대한 기본 정보를 포함합니다.
읽기.txt – 리더와 한 줄에 하나의 판독값을 포함하는 CSV
statistics.txt – 배치 및 포함된 판독 세트에 대한 통계를 포함하는 CSV
<buid>.json – a JSON file with the same information as header.txt and readings.txt in JSON format</buid>
메모: CSV 파일 내의 열 순서와 헤더.txt의 행 순서는 언제든지 변경될 수 있습니다. 상수가 아닌 순서를 결정하기 위해 열 머리글을 사용하여 파일을 구문 분석해야 합니다.
작동 중인 기기의 실시간 디스플레이를 원격으로 보기
웹 브라우저를 사용하여 측량기 디스플레이를 봅니다. 라이브 디스플레이는 몇 초마다 업데이트됩니다.