Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
축계산기 आइकन

2.0 by gadians2001


May 15, 2016

축계산기 के बारे में

This is the app that helps set the axis between the sensor chip and platform.

안녕하세요 축계산기를 만든 김정현 입니다.

[ App이 탄생하기 까지 많은 도움 주신 장호연 책임님, 신강식 책임님, 신승인 책임님, 정해인 연구원님, 도움 주셔서 감사합니다. ]

1. 센서 업체에서 제공하는 Data Sheet에서 칩 정보를 선택.

2. 부품배치도를 보고 실장면(Top/Bottom)과 실장 방향을 선택.

3. 계산 버튼을 이용해서 계산.

(참고) Calculate Algorithm

----------------------------------------------------------------------

void Calculate_Axise()

{

/************************************************

Step.

************************************************/

Rotation = PlacementPoint - StandardPoint;

if( Rotation == 0 ){

// 0도 회전

Place_X = Chipset_X;

Place_Y = Chipset_Y;

Place_Z = Chipset_Z;

}else if ( Rotation == 1 || Rotation == (-3)){

// 90도 회전

Place_X = Chipset_Y;

Place_Y = Chipset_X * (-1);

Place_Z = Chipset_Z;

}else if ( Rotation == -1 || Rotation == 3){

// -90도 회전

Place_X = Chipset_Y * (-1);

Place_Y = Chipset_X;

Place_Z = Chipset_Z;

}else {

// 180도 회전

Place_X = Chipset_X * (-1);

Place_Y = Chipset_Y * (-1);

Place_Z = Chipset_Z;

}

/************************************************

Step.

************************************************/

if( PlacementFace == 1 ){

// TOP Placed

Place_X = Place_X;

Place_Y = Place_Y;

Place_Z = Place_Z;

} else {

// BOTTOM Placed

Place_X = Place_X * (-1);

Place_Y = Place_Y;

Place_Z = Place_Z * (-1);

}

/************************************************

Step.

************************************************/

QCT_X = Place_Y;

QCT_Y = Place_X;

QCT_Z = Place_Z * (-1);

}

----------------------------------------------------------------------

감사합니다.

----

개발자 연락처 :

010-2423-7969

नवीनतम संस्करण 2.0 में नया क्या है

Last updated on May 15, 2016

Minor bug fixes and improvements. Install or update to the newest version to check it out!

अनुवाद लोड हो रहा है...

अतिरिक्त ऐप जानकारी

नवीनतम संस्करण

निवेदन 축계산기 अपडेट 2.0

Android ज़रूरी है

2.2 and up

Available on

축계산기 Google Play प्राप्त करें

अधिक दिखाएं

축계산기 स्क्रीनशॉट

टिप्पणी लोड हो रहा है...
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलतापूर्वक सब्सक्राइब!
अब आप APKPure की सदस्यता ले रहे हैं।
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलता!
अब आप हमारे न्यूज़लेटर की सदस्यता ले चुके हैं।