I have an state diagram to represent a biological system (a Calcium channel). I would like to know if there is a VI capable of estimating the transitions rate for that diagram
Hi Pepe,You might want to look at the Performance and Memory utility.It can be found in LabVIEW (including the state chart) by selecting Tools> Profile> Performance and Memory.Take a look at this Knowledgebase for an explanation of how to use it.How Do I Use the VI Profile Window? This will not give you the exact transition time between states but will give you the time it takes to run the entire VI.You should be able to use this to get a good idea of the transition time.