DATREND Systems vPad-XSC User Manual page 34

Automation interface for impulse 4000 defibrillator analyzer
Table of Contents

Advertisement

vPad-XSC for Impulse 4000 USER MANUAL
Example 2:
// Demo checklist using a Impulse 4000 XSC interface for
// transcutaneous pacer pulse and other measurements.
//
// Display Checklist title
color
#F8F880
prompt
"Demo of Impulse 4000 Pacer Test\nRemote Control via XSC" | bold
// Setup instructions
// prompt
"Setup Impulse 4000"
// Initialize connection with XSC and Phase 3
xopen
"Setting up Impulse 4000 XSC" | D | 5
// Prepare limits for automatic assessment
xctrl
"Setting ECG to NSB120" | ECG,II,NSB120 |
xctrl
"Setting ECG to NSB240" | ECG,II,NSB240 |
xctrl
"Setting ECG to NSB60" | ECG,II,NSB60 |
// xctrl
"Setting ECG to Garbage" | ECG,I,Garbage | 2
// above produces an error
prompt
"End of Impulse 4000 pacer demo"
xctrl
"Go to LOCAL mode" | #LOC
// End of script
Example 3:
// Demo checklist using a Impulse 4000 XSC interface for
// transcutaneous pacer pulse and other measurements.
//
// Display Checklist title
prompt
"Demo of Impulse 4000 Pacer Test\nRemote Control via XSC" | bold
// Setup instructions
prompt
"Setup Impulse 4000, press 'Next Step'"
// Initialize connection with XSC and Impulse
xopen
"Impulse 4000 XSC" | D | 5
// Prepare limits for automatic assessment
xctrl
"Setting output tolerance to 10% of target..." | lim4,target,10,percent | 2
xctrl
"Setting rate tolerance to within 2 PPM..." | "lim5,target,2,units" | 2
xctrl
"Setting width tolerance to within 3 ms..." | "lim6,target,3,units" | 2
Appendix A/Chapter 4 # Page 25

Advertisement

Table of Contents
loading

Table of Contents