Newport ESP6000 User Manual page 80

Motion controller/driver
Table of Contents

Advertisement

esp_get_sys_config Report ESP System Configuration (Continued)
Usage Example:
See Also:
5-14
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
#include "esp6000.h"
main()
{
long error, servotick, systconfig;
if (!esp_init_system())
{
printf("ESP6000 Not Initialized! \r\n");
exit(-1);
}
/* Get ESP System Configuration */
esp_get_sys_config(&sysconfig);
/* print present system configuration */
printf("Configuration = %x \r\n", sysconfig);
}

Advertisement

Table of Contents
loading

This manual is also suitable for:

Unidrive6000

Table of Contents