Home Medicine Automation of a test bench for accessing the bendability of electrospun vascular grafts
Article Open Access

Automation of a test bench for accessing the bendability of electrospun vascular grafts

  • Martin Bensch EMAIL logo , Marc Müller , Michael Bode and Birgit Glasmacher
Published/Copyright: September 30, 2016

Abstract

One of the greatest challenges in cardiovascular tissue engineering is to develop vascular grafts with properties similar to autologous vessels. A promising approach is the fabrication of scaffolds from biodegradable polymers by electrospinning. Unstructured vascular subs possess a weak dimensional stability resulting in lumen collapse when subjected to bending stress. In order to examine different structured grafts, a standardised test method is required. A manual test method, designed in a former study, was adopted in terms of standardisation and automation. Therefore, a control system was programmed to regulate the required electronics. The electronic circuit was then developed and put into service. To fix samples into the test bench a new sample holder and a new collector for electrospinning were designed. Subsequently, a validation showed the new systems’ improved functionality compared to the former test bench. The samples were manufactured with the new collector. They could be fixed to the sample holder with high repeatability. The demand for vascular grafts with biological and mechanical properties similar to autologous vessels requires a standardised test method to examine bendability. The new test system enables the scaffolds to be examined regarding bendability with low personal expense and a simultaneously high degree of reproducibility. In addition, the new collector geometry can be easily adapted to higher or lower inner diameters. Hence, a new sample geometry was developed within this work.

1 Introduction

The major cause of death in developed countries is atherosclerosis [1]. Surgery often remains as the last treatment option [2]. If autologous prosthesis’ cannot be used, commercial synthetic grafts must be applied [3]. However, these do not have biological and mechanical properties similar to autologous vessels. To meet the growing demand for vascular grafts, tissue engineering has emerged as a viable option [4], [5], [6], [7]. A promising approach is to spin biodegradable polymers with electrospinning [8]. Such vascular grafts have to be optimised in terms of their mechanical properties. Studies show that the lumen collapses under bending stress [9]. One approach is to modify the sample geometry by structuring the surface (called pleating) [10]. To compare different geometries based on their bendability, a standardised test method is required. In a former study a suitable manual test bench was designed. The use of silicon for the preparation of samples (Figure 1) resulted in a large processing time spanning multiple hours. Furthermore, preparation and fixation of samples into the test bench showed an improved level of reproducibility (e.g. torsional stress). The test method was difficult and the measurement error depended on the user. To examine a single sample geometry, up to 26 measurements had to be taken. This made loss of data more likely because all the values were not digitally recorded. The former sample holder lead to torsional stress on samples, because it did not geometrically limit the samples’ rotational degree of freedom. This caused non-reproducible measurement errors and made an accurate comparison more complicated. In context of standardisation, a reproducible way to fix vascular grafts into the test bench is required. For automation, a micro controller was programmed, the design was prepared with suitable electronic devices and the system’s functionality was validated.

Figure 1 Prepared sample for the manual test bench. Endings and tube pieces are joint together with silicon.
Figure 1

Prepared sample for the manual test bench. Endings and tube pieces are joint together with silicon.

2 Material and methods

2.1 Design of flow bending test bench

To automate the manual test method, a new test bench had to be designed. Figure 2 shows the designed test bench in isometric view. It consists of a step motor housing, guide rail, bending cylinder, two sample holders, coupling, gear stage and guide arm. The moveable sample holder moves in two guide rails (2) which allow bending angles between 0∘ and 140∘ degrees. Its motion is forced by a guide arm which is connected to the step motor over a gear stage. The sample holders themselves each consist of a connector (Figure 3) which is clamped into the holder system. Ending 1 of the connector has a similar geometry as the sample endings, to improve the positioning accuracy of the samples as well as reproducibility. Ending 2 of the connector is connected to the tube network. However, through the bending cylinder (3), the vascular grafts are forced to kink at that defined point and are supported during bending (results in more comparable test results). The coupling (5) connects the moveable sample holder with the tube network and allows removal of the connector.

Figure 2 Test bench without prosthesis. (1) Step motor housing (2) guide rail (3) bending cylinder (4) movable sample holder (5) coupling to periphery (6) fixed sample holder.
Figure 2

Test bench without prosthesis. (1) Step motor housing (2) guide rail (3) bending cylinder (4) movable sample holder (5) coupling to periphery (6) fixed sample holder.

Figure 3 Connector to clamp samples into the test bench. Ending 1 is permanently connected to the tube networks. Vascular grafts are fixed on ending 2.
Figure 3

Connector to clamp samples into the test bench. Ending 1 is permanently connected to the tube networks. Vascular grafts are fixed on ending 2.

2.2 Design of collector

Due to the importance of standardised mounting samples onto the test bench, a new collector for electrospinning was designed (Figure 4). Ending one (1) is rigidly connected to the shaft (3) and the remaining components are placed onto the shaft and fixed (4). The sleeve (6) has the particular pleating, in this case it is an unstructured sleeve. For a higher reproducibility regarding fixing, the new samples show marks on each ending to support the orientation while fixing them into the test bench. To spin the marks at the correct position, a mounting aid was developed, allowing the endings of the collector to be oriented to each other always in the same way.

Figure 4 New collector for electrospinning with mounting aid. (1) Ending one (2) mounting aid (3) shaft (4) nut (5) ending two (6) sleeve.
Figure 4

New collector for electrospinning with mounting aid. (1) Ending one (2) mounting aid (3) shaft (4) nut (5) ending two (6) sleeve.

2.3 Data processing

Before the control system and the electronic circuit were developed, a concept had to be found. Figure 5 shows the concept of the test system. After the control system opens the solenoid valve the fluid flows through the vascular graft and then passes the flow sensor. One series of measurements per bending angle consists of 60 measurements and takes 1 min. The microcontroller has a limited storage unit; hence all 60 measurements are written to the SD-Card after every series of measurements. Furthermore, a liquid crystal display (LCD) informs the user about the current bending angle and shows the least determined volume flow. Before a new measurement is done, the stepper forces the moveable sample holder to a new bending angle. In addition, to embed the test bench into a circulatory system a pump can be connected easily to the test bench. The system control runs on a microcontroller of an Arduino Mega 2560 and is programmed in Processing. According to fluid mechanics, a small diameter increases friction and decreases volume flow. The inner diameters of the samples have to be smaller than of the tube networks. To receive more meaningful results, the influence of the vascular grafts on the flow rate should be higher than that of the tube networks. Regarding the flow sensor, a diameter higher than 7 mm and a measuring range between 1.5 and 5 l/min are needed. The flow sensor outputs a square wave with 1000 pulses/l. To register the sensor signal, the relevant wire is connected to an interrupt pin of the microcontroller. The related interrupt service routine increments a variable called pulsesFlowSensorDrain every time a rising edge is recorded at this interrupt pin. To measure volume flow, the integer variable pulsesFlowSensorDrain is set to zero and afterwards the method myFlowSensorDrain.measureFlow() is called. This method enables interrupts, waits 1000 ms and then disables interrupts. During this time period the pulses variable is incremented via interrupt and after the interrupts have been disabled the recorded amount of pulses is stored into an array (which holds all measurements for one bending angle) and interrupts are enabled again. The process is repeated 60 times unless an error occurs (e.g. sample bursts, the emergency switch is pressed). The measurement data is stored in a text file on a SD-card and a measurement-protocol file holds information about the whole process (opening valve, possible errors and so on).

Figure 5 Continuous lines show the fluid’s stream and dotted lines represent a flow of information.
Figure 5

Continuous lines show the fluid’s stream and dotted lines represent a flow of information.

3 Results

At first, three samples were spun with the new collector. Every sample showed the expected geometry. Because of that, samples were clamped into the test bench with a high reproducibility. Furthermore, the preparation took < 10 min, because silicon is no longer needed. Subsequently, stepper and flow sensor had been examined separately and afterwards the functional efficiency of the system was verified in the course of a test run. Regarding the stepper, a positioning accuracy of 1∘ per 140∘ was determined (Figure 6). The angles were measured with a goniometer by measuring deflection of the mobile sample holder for each position. This verification was made three times and showed the same results each time. After examining the stepper, the flow sensor had been validated regarding its repeat and measurement accuracy. Therefore, different volume flows were measured and the fluid was collected in a vessel. During the measurement, time was stopped and afterwards the vessel was weighed and temperature was determined. With this data the volume flow was calculated. Figure 7 shows, in the relevant range between 1.5 and 4 l/min the flow sensor induces almost constant discrepancy around 5 %. This results fit with the sensor data-sheet. Since sensor, stepper and collector were validated in isolation, the interaction between these components had to be examined. The control system opened and closed (at minimum volume flow) the solenoid valve as expected and the volume flow was measured for different bending angles, too. Lastly, the error routines were tested successfully. After the process, all measurements could be found into the measurement file on the SD-card as well as the protocol file.

Figure 6 Steppers positioning accuracy, actual position compared to set position. Circles highlight step losses.
Figure 6

Steppers positioning accuracy, actual position compared to set position. Circles highlight step losses.

Figure 7 Volume flow measured by sensor compared to manually determined volume flow at different flow rates. Red line signals beginning of relevant measurement range.
Figure 7

Volume flow measured by sensor compared to manually determined volume flow at different flow rates. Red line signals beginning of relevant measurement range.

4 Conclusion and outlook

Implantations of extraneous vascular grafts are constantly increasing. One approach to meet the demand is to fabricate biodegradable polymer grafts with electrospinning. To examine the vascular grafts regarding their bendability, a test method is required. Within this work, the former manual test bench was optimised and automated. This contained a further design including a new collector, programming of a control system and the development of an electronic circuit. One the aims was to better fix samples onto the test bench (higher reproducibility, faster preparation, no use of silicon). The validation of the new sample holder and collector showed a magnificent improvement regarding reproducibility and the amount of time for preparation. While preparing samples for the manual test bench took multiple hours, now it can be fixed onto the automated test bench in < 10 min. It was shown, that the flow sensor and step motor operate with high accuracy. Furthermore, the test bench can be implemented into a fluid circuit driven by a pump. For the implementation of this, a pump can be connected easily to the system. The automated test bench shows a high degree of automation and reproducibility, due to which the personal expense was sharply reduced. Overall, in the course of this work, an automated and standardised test bench for accessing the bendability of vascular grafts was successfully developed and realised.

Author’s Statement

Research funding: The author state no funding involved. Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent is not applicable. Ethical approval: The conducted research is not related to either human or animal use.

References

[1] Wang ZT, Wang Z, Hu YW. Possible roles of platelet-derived microparticles in atherosclerosis. Atherosclerosis. 2016;248:10–16.10.1016/j.atherosclerosis.2016.03.004Search in Google Scholar PubMed

[2] Eikelboom BC. Efficacy of oral anticoagulants compared with aspirin after infrainguinal bypass surgery. Lancet. 2000;9201:346–51.10.1016/S0140-6736(99)07199-8Search in Google Scholar

[3] Wintermantel E, Ha S-W. Medizintechnik. Life science engineering. 4. Auflage. Berlin Heidelberg: Springer, 2008;44:S.1012.10.1007/978-3-540-74925-7Search in Google Scholar

[4] Szentivanyi A, Chakradeo T, Zernetsch H, Glasmacher B. Electrospun cellular microenvironments. Adv Drug Deliv Rev. 2011a;63:209–20.10.1016/j.addr.2010.12.002Search in Google Scholar PubMed

[5] Szentivanyi A, Zernetsch H, Menzel H, Glasmacher B. A review of developments in electrospinning technology. Int J Artif Organs. 2011;34:986–97.10.5301/ijao.5000062Search in Google Scholar PubMed

[6] Pfeiffer D, Stefanitsch C, Wankhammer K, Müller M, Dreyer L, Krolitzki B, et al. Endothelialization of electrospun polycaprolactone (PCL) small caliber vascular grafts spun from different polymer blends. J Biomed Mater Res A. 2014;102:4500–910.1002/jbm.a.35123Search in Google Scholar PubMed

[7] Ravi S, Chaikof EL. Biomaterials for vascular tissue engineering. Regen Med. 2010;5:107–20.10.2217/rme.09.77Search in Google Scholar PubMed PubMed Central

[8] Duling RR, Dupaix RB, Katsube N, Lannutti J. Mechanical characterization of electrospun polycaprolactone (PCL): a potential scaffold for tissue engineering. ASME J Biomech Eng. 2008;130:011006–011006-13.10.1115/1.2838033Search in Google Scholar PubMed

[9] Bode M, Mueller M, Zernetsch H, Glasmacher B. Electrospun vascular grafts with anti-kinking properties. 49. BMT 2015 Annual Conference, Deutsche Gesellschaft für Biomedizintechnik, September 16.–18., Luebeck, Germany; 2015.Search in Google Scholar

[10] Broedling, William E. Flexible tubing. US 2321064 A. 1943.Search in Google Scholar

Published Online: 2016-9-30
Published in Print: 2016-9-1

©2016 Martin Bensch et al., licensee De Gruyter.

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.

Articles in the same Issue

  1. Synthesis and characterization of PIL/pNIPAAm hybrid hydrogels
  2. Novel blood protein based scaffolds for cardiovascular tissue engineering
  3. Cell adhesion and viability of human endothelial cells on electrospun polymer scaffolds
  4. Effects of heat treatment and welding process on superelastic behaviour and microstructure of micro electron beam welded NiTi
  5. Long-term stable modifications of silicone elastomer for improved hemocompatibility
  6. The effect of thermal treatment on the mechanical properties of PLLA tubular specimens
  7. Biocompatible wear-resistant thick ceramic coating
  8. Protection of active implant electronics with organosilicon open air plasma coating for plastic overmolding
  9. Examination of dielectric strength of thin Parylene C films under various conditions
  10. Open air plasma deposited antimicrobial SiOx/TiOx composite films for biomedical applications
  11. Systemic analysis about residual chloroform in PLLA films
  12. A macrophage model of osseointegration
  13. Towards in silico prognosis using big data
  14. Technical concept and evaluation of a novel shoulder simulator with adaptive muscle force generation and free motion
  15. Usability evaluation of a locomotor therapy device considering different strategies
  16. Hypoxia-on-a-chip
  17. Integration of a semi-automatic in-vitro RFA procedure into an experimental setup
  18. Fabrication of MEMS-based 3D-μECoG-MEAs
  19. High speed digital interfacing for a neural data acquisition system
  20. Bionic forceps for the handling of sensitive tissue
  21. Experimental studies on 3D printing of barium titanate ceramics for medical applications
  22. Patient specific root-analogue dental implants – additive manufacturing and finite element analysis
  23. 3D printing – a key technology for tailored biomedical cell culture lab ware
  24. 3D printing of hydrogels in a temperature controlled environment with high spatial resolution
  25. Biocompatibility of photopolymers for additive manufacturing
  26. Biochemical piezoresistive sensors based on pH- and glucose-sensitive hydrogels for medical applications
  27. Novel wireless measurement system of pressure dedicated to in vivo studies
  28. Portable auricular device for real-time swallow and chew detection
  29. Detection of miRNA using a surface plasmon resonance biosensor and antibody amplification
  30. Simulation and evaluation of stimulation scenarios for targeted vestibular nerve excitation
  31. Deep brain stimulation: increasing efficiency by alternative waveforms
  32. Prediction of immediately occurring microsleep events from brain electric signals
  33. Determining cardiac vagal threshold from short term heart rate complexity
  34. Classification of cardiac excitation patterns during atrial fibrillation
  35. An algorithm to automatically determine the cycle length coverage to identify rotational activity during atrial fibrillation – a simulation study
  36. Deriving respiration from high resolution 12-channel-ECG during cycling exercise
  37. Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
  38. Automatic detection and mapping of double potentials in intracardiac electrograms
  39. Modeling the pelvic region for non-invasive pelvic intraoperative neuromonitoring
  40. Postprocessing algorithm for automated analysis of pelvic intraoperative neuromonitoring signals
  41. Best practice: surgeon driven application in pelvic operations
  42. Vasomotor assessment by camera-based photoplethysmography
  43. Classification of morphologic changes in photoplethysmographic waveforms
  44. Novel computation of pulse transit time from multi-channel PPG signals by wavelet transform
  45. Efficient design of FIR filter based low-pass differentiators for biomedical signal processing
  46. Nonlinear causal influences assessed by mutual compression entropy
  47. Comparative study of methods for solving the correspondence problem in EMD applications
  48. fNIRS for future use in auditory diagnostics
  49. Semi-automated detection of fractional shortening in zebrafish embryo heart videos
  50. Blood pressure measurement on the cheek
  51. Derivation of the respiratory rate from directly and indirectly measured respiratory signals using autocorrelation
  52. Left cardiac atrioventricular delay and inter-ventricular delay in cardiac resynchronization therapy responder and non-responder
  53. An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
  54. Real-time QRS detection using integrated variance for ECG gated cardiac MRI
  55. Preprocessing of unipolar signals acquired by a novel intracardiac mapping system
  56. In-vitro experiments to characterize ventricular electromechanics
  57. Continuous non-invasive monitoring of blood pressure in the operating room: a cuffless optical technology at the fingertip
  58. Application of microwave sensor technology in cardiovascular disease for plaque detection
  59. Artificial blood circulatory and special Ultrasound Doppler probes for detecting and sizing gaseous embolism
  60. Detection of microsleep events in a car driving simulation study using electrocardiographic features
  61. A method to determine the kink resistance of stents and stent delivery systems according to international standards
  62. Comparison of stented bifurcation and straight vessel 3D-simulation with a prior simulated velocity profile inlet
  63. Transient Euler-Lagrange/DEM simulation of stent thrombosis
  64. Automated control of the laser welding process of heart valve scaffolds
  65. Automation of a test bench for accessing the bendability of electrospun vascular grafts
  66. Influence of storage conditions on the release of growth factors in platelet-rich blood derivatives
  67. Cryopreservation of cells using defined serum-free cryoprotective agents
  68. New bioreactor vessel for tissue engineering of human nasal septal chondrocytes
  69. Determination of the membrane hydraulic permeability of MSCs
  70. Climate retainment in carbon dioxide incubators
  71. Multiple factors influencing OR ventilation system effectiveness
  72. Evaluation of an app-based stress protocol
  73. Medication process in Styrian hospitals
  74. Control tower to surgical theater
  75. Development of a skull phantom for the assessment of implant X-ray visibility
  76. Surgical navigation with QR codes
  77. Investigation of the pressure gradient of embolic protection devices
  78. Computer assistance in femoral derotation osteotomy: a bottom-up approach
  79. Automatic depth scanning system for 3D infrared thermography
  80. A service for monitoring the quality of intraoperative cone beam CT images
  81. Resectoscope with an easy to use twist mechanism for improved handling
  82. In vitro simulation of distribution processes following intramuscular injection
  83. Adjusting inkjet printhead parameters to deposit drugs into micro-sized reservoirs
  84. A flexible standalone system with integrated sensor feedback for multi-pad electrode FES of the hand
  85. Smart control for functional electrical stimulation with optimal pulse intensity
  86. Tactile display on the remaining hand for unilateral hand amputees
  87. Effects of sustained electrical stimulation on spasticity assessed by the pendulum test
  88. An improved tracking framework for ultrasound probe localization in image-guided radiosurgery
  89. Improvement of a subviral particle tracker by the use of a LAP-Kalman-algorithm
  90. Learning discriminative classification models for grading anal intraepithelial neoplasia
  91. Regularization of EIT reconstruction based on multi-scales wavelet transforms
  92. Assessing MRI susceptibility artefact through an indicator of image distortion
  93. EyeGuidance – a computer controlled system to guide eye movements
  94. A framework for feedback-based segmentation of 3D image stacks
  95. Doppler optical coherence tomography as a promising tool for detecting fluid in the human middle ear
  96. 3D Local in vivo Environment (LivE) imaging for single cell protein analysis of bone tissue
  97. Inside-Out access strategy using new trans-vascular catheter approach
  98. US/MRI fusion with new optical tracking and marker approach for interventional procedures inside the MRI suite
  99. Impact of different registration methods in MEG source analysis
  100. 3D segmentation of thyroid ultrasound images using active contours
  101. Designing a compact MRI motion phantom
  102. Cerebral cortex classification by conditional random fields applied to intraoperative thermal imaging
  103. Classification of indirect immunofluorescence images using thresholded local binary count features
  104. Analysis of muscle fatigue conditions using time-frequency images and GLCM features
  105. Numerical evaluation of image parameters of ETR-1
  106. Fabrication of a compliant phantom of the human aortic arch for use in Particle Image Velocimetry (PIV) experimentation
  107. Effect of the number of electrodes on the reconstructed lung shape in electrical impedance tomography
  108. Hardware dependencies of GPU-accelerated beamformer performances for microwave breast cancer detection
  109. Computer assisted assessment of progressing osteoradionecrosis of the jaw for clinical diagnosis and treatment
  110. Evaluation of reconstruction parameters of electrical impedance tomography on aorta detection during saline bolus injection
  111. Evaluation of open-source software for the lung segmentation
  112. Automatic determination of lung features of CF patients in CT scans
  113. Image analysis of self-organized multicellular patterns
  114. Effect of key parameters on synthesis of superparamagnetic nanoparticles (SPIONs)
  115. Radiopacity assessment of neurovascular implants
  116. Development of a desiccant based dielectric for monitoring humidity conditions in miniaturized hermetic implantable packages
  117. Development of an artifact-free aneurysm clip
  118. Enhancing the regeneration of bone defects by alkalizing the peri-implant zone – an in vitro approach
  119. Rapid prototyping of replica knee implants for in vitro testing
  120. Protecting ultra- and hyperhydrophilic implant surfaces in dry state from loss of wettability
  121. Advanced wettability analysis of implant surfaces
  122. Patient-specific hip prostheses designed by surgeons
  123. Plasma treatment on novel carbon fiber reinforced PEEK cages to enhance bioactivity
  124. Wear of a total intervertebral disc prosthesis
  125. Digital health and digital biomarkers – enabling value chains on health data
  126. Usability in the lifecycle of medical software development
  127. Influence of different test gases in a non-destructive 100% quality control system for medical devices
  128. Device development guided by user satisfaction survey on auricular vagus nerve stimulation
  129. Empirical assessment of the time course of innovation in biomedical engineering: first results of a comparative approach
  130. Effect of left atrial hypertrophy on P-wave morphology in a computational model
  131. Simulation of intracardiac electrograms around acute ablation lesions
  132. Parametrization of activation based cardiac electrophysiology models using bidomain model simulations
  133. Assessment of nasal resistance using computational fluid dynamics
  134. Resistance in a non-linear autoregressive model of pulmonary mechanics
  135. Inspiratory and expiratory elastance in a non-linear autoregressive model of pulmonary mechanics
  136. Determination of regional lung function in cystic fibrosis using electrical impedance tomography
  137. Development of parietal bone surrogates for parietal graft lift training
  138. Numerical simulation of mechanically stimulated bone remodelling
  139. Conversion of engineering stresses to Cauchy stresses in tensile and compression tests of thermoplastic polymers
  140. Numerical examinations of simplified spondylodesis models concerning energy absorption in magnetic resonance imaging
  141. Principle study on the signal connection at transabdominal fetal pulse oximetry
  142. Influence of Siluron® insertion on model drug distribution in the simulated vitreous body
  143. Evaluating different approaches to identify a three parameter gas exchange model
  144. Effects of fibrosis on the extracellular potential based on 3D reconstructions from histological sections of heart tissue
  145. From imaging to hemodynamics – how reconstruction kernels influence the blood flow predictions in intracranial aneurysms
  146. Flow optimised design of a novel point-of-care diagnostic device for the detection of disease specific biomarkers
  147. Improved FPGA controlled artificial vascular system for plethysmographic measurements
  148. Minimally spaced electrode positions for multi-functional chest sensors: ECG and respiratory signal estimation
  149. Automated detection of alveolar arches for nasoalveolar molding in cleft lip and palate treatment
  150. Control scheme selection in human-machine- interfaces by analysis of activity signals
  151. Event-based sampling for reducing communication load in realtime human motion analysis by wireless inertial sensor networks
  152. Automatic pairing of inertial sensors to lower limb segments – a plug-and-play approach
  153. Contactless respiratory monitoring system for magnetic resonance imaging applications using a laser range sensor
  154. Interactive monitoring system for visual respiratory biofeedback
  155. Development of a low-cost senor based aid for visually impaired people
  156. Patient assistive system for the shoulder joint
  157. A passive beating heart setup for interventional cardiology training
Downloaded on 2.3.2026 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2016-0068/html
Scroll to top button