Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 284 | f9daq | 1 | --- |
| 2 | 28.10.2008 |
||
| 3 | |||
| 4 | Few functions added in new SDK version. Among them are "Get Standoff" and |
||
| 5 | "Home" functions which will ease development of "reset" functionality. |
||
| 6 | Please refer to user manual "SMCVieW>>Reset and standoff" paragraph for the |
||
| 7 | description of the functionality. |
||
| 8 | |||
| 9 | Also "Operate Limit Switches" function has been added to ease working with |
||
| 10 | limit switches. |
||
| 11 | |||
| 12 | Example 4 have been created to show new functionality. Please note! that |
||
| 13 | aforementioned functions, even though provided, are not supported and |
||
| 14 | provided to you as a convenience. |
||
| 15 | |||
| 16 | --- |
||
| 17 | 13.10.2008 |
||
| 18 | |||
| 19 | Development kit is updated. Bug with save/load profiles is fixed. |
||
| 20 | Version for LabVIEW 8.2.1 is available now. |
||
| 21 | |||
| 22 | --- |
||
| 23 | 06.01.2008 |
||
| 24 | |||
| 25 | Development kit is updated. Versions for LabVIEW 7.1.1, 8.0.0 and 8.2.1 are available now. |
||
| 26 | |||
| 27 | --- |
||
| 28 | 10.12.2006 |
||
| 29 | |||
| 30 | Source codes of Cyclic Movement application are updated. |
||
| 31 | |||
| 32 | Development Kit source codes are migrated to LabVIEW 7.1.1. |
||
| 33 | Use this or newer version of LabVIEW for developments! |
||
| 34 | |||
| 35 | --- |
||
| 36 | 28.11.2006 |
||
| 37 | |||
| 38 | Example 3 (backlash).vi is added. |
||
| 39 | It helps you to understand how the backlash compensation works. |
||
| 40 | |||
| 41 | --- |
||
| 42 | 26.11.2006 |
||
| 43 | |||
| 44 | Examlpe 2.vi is updated. In previous version of this example controller |
||
| 45 | profile file was loaded to PC memory but not in controller memory. This bug |
||
| 46 | is corrected now. |
||
| 47 | |||
| 48 | --- |
||
| 49 | 15.11.2006 |
||
| 50 | |||
| 51 | Structure of profile (*.pre and *.sav) fields is modified (sevelar fields are added). |
||
| 52 | |||
| 53 | --- |
||
| 54 | 4.10.2006 |
||
| 55 | |||
| 56 | Several minor bugs with global variables are corrected. |
||
| 57 | All VIs are tested for NI LabVIEW 8.0 compatibility. |
||
| 58 | |||
| 59 | --- |
||
| 60 | 30.08.2006 |
||
| 61 | |||
| 62 | All VIs are migrated from LabVIEW 7.0 to LabVIEW 7.1. |
||
| 63 | Several minor bugs with calibration VIs are corrected. |
||
| 64 | |||
| 65 | --- |
||
| 66 | 20.07.2006 |
||
| 67 | |||
| 68 | All VIs and examples are refreshed for compatibility |
||
| 69 | with usmc2502 firmware. Possibility of quadrature encoder |
||
| 70 | using is added. |
||
| 71 | |||
| 72 | --- |
||
| 73 | 22.06.2006 |
||
| 74 | |||
| 75 | Example 2.vi is refreshed. |
||
| 76 | |||
| 77 | --- |
||
| 78 | 13.06.2006 |
||
| 79 | |||
| 80 | VI Update Speed Ctl.vi is added. It is smart tool for correction |
||
| 81 | of speed limit depends on step divisor. Example 2.vi is refreshed. |
||
| 82 | Controls Power, Step and Speed are added. |
||
| 83 | |||
| 84 | --- |
||
| 85 | 02.06.2006 |
||
| 86 | |||
| 87 | Example 2.vi is added. It is very simple and useful for users who |
||
| 88 | makes a first steps in LabVIEW programming. |