축계산기 Apk

축계산기 Apk

Latest version 2.0
20 Feb 2023

Older Versions

Apk Infos

Version2.0
Rating5.0/5, based on 1 votes
Size‎1.5 MB
Requires AndroidAndroid 2.2+ (Froyo)
Author's NotesThis is the app that helps set the axis between the sensor chip and platform.

About 축계산기 APK

축계산기 APK Download for Android
축계산기 APK Download for Android

Description

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

[ 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

Latest updates

What's new in version 2.0

버그 수정.

How to install 축계산기 APK on Android phone or tablet?

Download 축계산기 APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (johnny.studio.axisesetting-v2.0-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

2.0 (2)1.5 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required