Commit Graph

95 Commits

Author SHA1 Message Date
b616133ace Merge branch 'polling' into dev 2024-05-24 08:46:38 -05:00
c1ffe8b805 Set problem and limit flags when md90 error status returned. 2024-05-24 08:44:02 -05:00
b56a1f9a35 Merge branch 'polling' into dev 2024-05-23 17:28:45 -05:00
4837e8f597 Added switch case table template for possible status codes. 2024-05-23 17:04:37 -05:00
0c32dd28eb Updated to read md90 power state. 2024-05-23 16:02:03 -05:00
0841ff3e15 Fixed incorrectly reading ints as doubles. 2024-05-23 15:54:46 -05:00
1205814767 Updated to read md90 home status. 2024-05-23 15:47:39 -05:00
67eee854c0 Changed engineering units to encoder counts for get position. 2024-05-23 14:19:43 -05:00
a4d5388531 Updated to read md90 moving status. 2024-05-23 14:12:04 -05:00
07f07d16ad Updated to read md90 position. 2024-05-23 14:05:25 -05:00
a43acb8537 Updated motor stop command string. 2024-05-22 16:55:58 -05:00
d24486dfb4 Merge branch 'rename' 2024-05-22 11:58:26 -05:00
a2d7256948 One more ACS -> DSM substitution in hidden directory. 2024-05-22 11:57:54 -05:00
4615467616 Merge branch 'rename' 2024-05-22 11:50:46 -05:00
417802a9b4 Substituted string "mcb4b" with "md90".
The following case replacements were applied (in order):
	mcb4b -> md90
	MCB4B -> MD90
	mcb-4b -> md-90
	MCB-4B -> MD-90
	MCB -> MD-90
2024-05-22 11:38:43 -05:00
a92fda6560 Substituted string "acs" with "dsm".
The following case replacements were applied (in order):
	AcsRegister -> dsmRegister
	Acs_LIBS -> dsm_LIBS
	' Acs' -> ' dsm'
	acs -> dsm
	Acs -> Dsm
	ACS -> DSM
2024-05-22 11:01:27 -05:00
7d7774072c Updated readme with new names and paths. 2024-05-20 15:05:13 -05:00
b03cda55ac Renamed "*acs*" files to "*dsm*". 2024-05-20 14:51:50 -05:00
eec0a1d8f0 Renamed *mcb4b* files to *md90*. 2024-05-20 14:41:09 -05:00
2df164b697 Merge branch 'ioc' 2024-05-20 14:24:11 -05:00
c9db06b418 Updated example IOC to use DSM prefix and zero-based indexing. 2024-05-20 14:23:12 -05:00
fd6b276fc9 Updated example IOC for one axis and to use local serial port. 2024-05-20 14:14:36 -05:00
4a9b6a91e0 Ignored additional unneeded files. 2024-05-20 14:05:54 -05:00
Kevin Peterson
324ff14fdf Updated documentation for R1-1-1 R1-1-1 2023-04-11 10:05:42 -05:00
Kevin Peterson
3e2ccec808 Github Actions fix: set BASE env var to matrix.base 2022-11-30 14:08:05 -06:00
Kevin Peterson
949cbcf393 Don't do github actions builds for documentation changes in pull requests 2022-05-12 09:47:42 -05:00
Kevin Peterson
32ce3cbfd8 Merge pull request #2 from epics-motor/github-actions
Configured to build with github-actions
2022-04-28 13:49:36 -05:00
Kevin Peterson
7a050304be Configured to build with github-actions 2022-04-28 13:48:49 -05:00
Kevin Peterson
a85334f396 Eliminated calls to os.system(). Example IOCs now build on Windows (VS2017). 2020-06-17 09:29:35 -05:00
Kevin Peterson
1a85f6ded5 Upgraded ci-scripts to v3.0.1 2020-06-15 14:54:44 -05:00
Kevin Peterson
b33d89a508 Trigger 1st Travis build 2020-05-26 13:42:32 -05:00
Kevin Peterson
b52462a3cb Added epics-base ci-scripts 2020-05-26 11:55:28 -05:00
Kevin Peterson
8c1fd93664 Updated documentation for R1-1 R1-1 2020-05-12 16:49:43 -05:00
keenanlang
1bd580a878 install iocsh file to motor 2020-05-06 13:56:29 -05:00
Kevin Peterson
ebbb747a72 Corrected typo 2019-10-30 17:22:24 -05:00
Kevin Peterson
5ab502c53a Include $(MOTOR)/modules/RELEASE.$(EPICS_HOST_ARCH).local instead of $(MOTOR)/configure/RELEASE 2019-10-30 17:17:24 -05:00
Kevin Peterson
ba3193b340 Merge pull request #1 from epics-motor/190920_send_mess_uses_const_char
The 3rd parameter in send_mess(), "name" can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.
2019-09-25 15:50:57 -05:00
Torsten Bögershausen
7e446c04da send_mess() uses 'const char *'
The 3rd parameter in send_mess(), "name" can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.

This is a minimal part of a series from Dirk Zimoch,
more warnings can be removed here and there.
2019-09-20 15:38:10 +02:00
kpetersn
577fbcb73e Added RELEASE.md with info about the 1-0 release R1-0 2019-04-18 11:05:22 -05:00
Kevin Peterson
1a75c60e1f Added README.md 2019-04-16 16:00:30 -05:00
kpetersn
2fac33f011 Improved the example IOC 2019-04-09 11:42:21 -05:00
kpetersn
57b6582e69 Applied patch to update Makefiles, RELEASE and CONFIG_SITE files 2019-04-09 11:26:32 -05:00
kpetersn
2846bfa018 Added files from makeBaseApp 2019-04-09 11:24:20 -05:00
kpetersn
28f04e256a Added a modules dir, in which the stand-alone driver modules will reside. 2019-04-03 10:12:21 -05:00
kpetersn
4b26074021 Changed XXX_init argument from void * to int. Some drivers fail to build. 2018-10-10 10:26:19 -05:00
klang
961d5b082e Changed NULL casts from 'char' to 'char*' 2017-11-08 14:04:12 -06:00
PI-SRau
50444f0692 add .gitignore 2016-10-20 17:42:12 +02:00
Kevin Peterson
32afc927fc Merge pull request #39 from keenanlang/scripts
Callable iocsh scripts
2016-09-01 09:50:24 -05:00
Keenan Lang
acd42782ae Switched ACS MCB4B support to use new gen3 support 2016-08-26 16:05:00 -05:00
Keenan Lang
cbdbbfa3bb Added various motor controller setup scripts. 2016-08-25 13:39:42 -05:00