User's Manual
Table Of Contents
- Table of Contents
- Table of Figures
- 1. System Description
- 1.1. IS-900 Configuration
- 1.2. IS-900 SimTracker & VETracker Processor
- 1.3. SoniStrips, SoniFrame, SoniWing & SoniPod acoustic pulse transmitters
- 1.4. Acoustic Constellation Mounting Considerations
- 1.5. Tracking Station Description
- 1.6. IS-900 Cables, Connectors, Adaptors, Power Boosters and Wireless Radios
- 1.7. IS-900 Support CD
- 2. Specifications
- 3. Installation and Set-up
- 4. Interface Communication Protocol
- 5. LCD Status & Settings Screen
- 6. Appendix A – Frequently Asked Questions
- 7. Appendix B – Troubleshooting & Tips
- 8. Appendix C – Health & Safety Warnings with Tracker Use Guidelines
- 9. Appendix D – Care & Maintenance
- 10. Appendix E – ISDEMO Reference
- 11. Appendix F – GENLOCK Synchronization
- 12. Appendix G – Developers Instructions
- 13. Appendix H – Interface Protocol Commands – Quick Reference
InterSense Doc. No. 072-00105-0I07 Rev. 4.2
IS-900 User Guide Page 174 of 177
12.5.6. ISD_PORT_WIRELESS_INFO_TYPE
This data structure is used to information about the wireless hardware on a given port,
using
ISD_GetPortWirelessInfo(). The radioVersion field can be used to check
the type of radio hardware:
2.4 GHz (Aerocomm, radio used with older MiniTrax trackers): 15 or 31
2.4 GHz (Chipcon, MicroTrax only): 128
900 MHz (MicroTrax only): 144
868 MHz (MicroTrax only): 160
typedef struct {
Bool valid;
LONG status;
Bool wireless;
DWORD channel;
DWORD id[4];
DWORD radioVersion;
DWORD dReserved1;
DWORD dReserved2;
DWORD dReserved3;
DWORD dReserved4;
}
ISD_PORT_WIRELESS_INFO_TYPE;