machine safety
Machine Safety Integrity Level SIL A quick google search tells us that Sil level is about probability of failure but what does it mean in terms of process engineering? I have written this brief article focusing on how expression SIL and IEC 61508 applies to our field of work. What is SIS If an instrument is SIS rated i.e. Safety Instrumented System,...
Automated-Test
Test Engineering Prior the manufactured unit is deployed for service, it has to be vigorously tested for its functionality, design, safety to name few. In test engineering, Unit Under Test UUT is required to pass validation and verification testing. Validation tests are often difficult to automate as the results are exploratory. We are often asking question if product could satisfy...
autocad
Autocad and Autocad Electrical Many people get confused by the fact that AutoCAD "Electrical" has the standard AutoCAD commands available as well. It is not wise to assume that standard AutoCAD commands will produce results that "Electrical" can interpret. Electrical must maintain control of the drafting engine so Electrical can manage the databases that run in the background. Since Electrical...
autocad drawing
Autocad Electrical Project Creating drawing template in Autocad Electrical | Khurram Waris | easybodge Creating drawing template in Autocad Electrical is amongst the first step that needs to be completed for any autocad project. Autocad Electrical isn't the type of software that we can just jump into and start using without some guidance.  It is a data manager running inside of...
oop
Labview Object Oriented Programming Encapsulation Labview has evolved to offer classes with textual programming language capabilities of composition and inheritance. Class is like a cluster. It contains data such as boolean, numeric, arrays etc. Unlike clusters, we can't simply unbundle class and access its data. So if an app data is enclosed within class, we can rest assured it is save...