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
This commit is contained in:
2024-05-22 11:38:43 -05:00
parent a92fda6560
commit 417802a9b4
14 changed files with 223 additions and 223 deletions

View File

@@ -1,4 +1,4 @@
# ### DSM_MCB4B.iocsh ###
# ### DSM_MD90.iocsh ###
#- ###################################################
#- PORT - Serial port for communications
@@ -17,9 +17,9 @@
#- Default: 100
#- ###################################################
# DSM MCB-4B serial connection settings
# DSM MD-90 serial connection settings
iocshLoad("$(IP)/iocsh/setSerialParams.iocsh", "PORT=$(PORT), BAUD=19200, BITS=8, STOP=1, PARITY=none")
asynOctetSetInputEos( "$(PORT)", -1, "\r")
asynOctetSetOutputEos("$(PORT)", -1, "\r")
MCB4BCreateController("$(INSTANCE)", "$(PORT)", $(NUM_AXES=1), $(MOVING_POLL=$(POLL_RATE=100)), $(IDLE_POLL=$(POLL_RATE=100)))
MD90CreateController("$(INSTANCE)", "$(PORT)", $(NUM_AXES=1), $(MOVING_POLL=$(POLL_RATE=100)), $(IDLE_POLL=$(POLL_RATE=100)))

View File

@@ -1,6 +1,6 @@
TOP = ../..
include $(TOP)/configure/CONFIG
IOCSH += DSM_MCB4B.iocsh
IOCSH += DSM_MD90.iocsh
include $(TOP)/configure/RULES