tonmas421 / ECT-calculator

Server-side calculator for eddy current testing (ECT) non-destructive testing (NDT) technique. The probe type considered here uses hall-effect sensor, instead of the common excitation coil or a separate sensing coil.

Home Page:https://hidden-hollows-76655.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECT-calculator

This ECT calculator provides the responses from a hall-effect sensor of an eddy current testing (ECT) probe for nondestructive-testing (NDT) purposes. It is intended for self-practise on Node, ExpressJS, Javascript on browser and MathJS. The calculation is made on server to avoid the use of expensive computation power on client's browser.

The calculation is based on ETREE model developed by Yong Li.

The calculation takes ~15 s, so please be patient🙏.

Previews

This project is hosted by Heroku: https://hidden-hollows-76655.herokuapp.com/ .

Requirements

  • NodeJS
  • ExpressJS
  • MathJS

Installation

Cloning this repo

git clone https://github.com/farisnafiah/ECT-calculator.git
$ cd ECT-UI

Installing NPM modules

$ npm install

Starting Node app

$ nodemon index.js

About

Server-side calculator for eddy current testing (ECT) non-destructive testing (NDT) technique. The probe type considered here uses hall-effect sensor, instead of the common excitation coil or a separate sensing coil.

https://hidden-hollows-76655.herokuapp.com/


Languages

Language:JavaScript 54.0%Language:HTML 31.2%Language:CSS 14.8%