⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 美国COPLEY驱动器,程序开发工具之一.
💻 TXT
字号:

This directory contains a very simple example of moving multiple axes using the 
CML libraries.  Here are the steps you will need to get it working:

- Use the CME program to setup the amps.  This example doesn't set any loop 
  gains or other setup parameters, it assumes that has already been done.
  
- Make sure the node ID of the amplifiers match the ones set at the top of the
  twoaxis.cpp file.
  
- Compile twoaxis.cpp.  You will also need to compile in the various CPP files in the
  main CML directory.  The files you will need to compile will be:
  
  CML/examples/twoaxis/twoaxis.cpp
  CML/c/*.cpp
  CML/c/can/can_copley.cpp           <--- depends on which CAN card is being used.
  CML/c/threads/Threads_w32.cpp      <--- depends on the operating system
  
- You will need to set the include path fo the compiler to find header files located
  in the following directories:
  
  CML/inc/
  CML/inc/can
  

- If running under windows, you will need to adjust the compiler settings so it can
  find the header files that came with the CAN card.

If everything compiles, then you should be able to run the example and have it  
perform a bunch of multi-axis moves.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -