“…LabVIEW™isbasedonagraphicaldataflowenvironmentdevelopedbyNationalInstrumentsand comesshippedwithareal-timemodule,tocreatelife-criticalapplicationssuchasthatofafull-flight simulator (Keenan,2008).Insuchcases,theprogramsrunonstand-aloneembeddedhardwaretargets suchasArdencePharLapETS,WindRiverSystemsVxWorks,orNILinuxReal-TimeOperating System (RTOS). When reliability of software is soft-critical such as user experience in e-health applications (Raval, Sakinala, Jadhav, & Karia, 2017), LabVIEW™ code may be executed on a General-PurposeOperatingSystem(GPOS)insoftreal-time,bypassingtheconstraintsoftheRTOS module.ThatimpliesincorporationofoptimizedC-codeasDynamicLinkLibrary(DLL)within theVI,de-allocatingmemoryfortemporaryvariablesinsidetheDLLs,andfixed-pointarithmetic operationsforthecode (Peddigari,Kehtarnavaz,&Loizou,2007).Theperformanceofthecodecould benotablyimprovedwithparallelcomputing.However,asmallnumberofspecializeddevelopers hasonlyconsideredthisoption,sofar. Dataflowmodelsandtheircorrespondinganalysismethodscanbeusedtoderiveaperiodic schedule at compile time, guaranteeing hard real-time threads meet their deadline (Lee & Messerschmitt, 1987).…”