Skip to content

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.

Notifications You must be signed in to change notification settings

farisnafiah/ECT-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published