@page "/" @using UI_SequentMicrosystems.Services @inject NavigationManager Navigator @inject RTD8TMService _RTD8TMService Welcome
TesDevice App V1.1
Added Automatic points Saving, Calibration and Calculating RTDCard values change in last 3O minutes in saved points
TesDevice App V1.O
Firt Fully function Build --> Reading RTD cards, RTD Graph, Points Saving and exporting as csv
@code{ protected override void OnInitialized() { //_RTD8TMService.SetAddress("http://10.250.251.131/"); _RTD8TMService.SetAddress(Navigator.BaseUri); } }