Skip to content

Commit

Permalink
Merge pull request #839 from ISISComputingGroup/Ticket6854_remove_cri…
Browse files Browse the repository at this point in the history
…sp_jaws_code

add comment for removal of crisp jaws code
  • Loading branch information
isaachilly authored Mar 25, 2024
2 parents 13a175f + 4dc910c commit b64458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TC/iocBoot/iocTC-IOC-01/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<macro name="AMS_ID" pattern="^.+$" description="ADS Amsnet address of controller" hasDefault="NO"/>
<macro name="ADS_PORT" pattern="^[0-9]{1,5}$" description="ADS port to use for communication" hasDefault="YES" defaultValue="852"/>
<macro name="MTRCTRL" pattern="^[0-9]{1,2}$" description="Controller number used in motor address assignment" hasDefault="NO"/>
<macro name="PLC_VERSION" pattern="^[0|1]$" description="The PLC version to communicate with: 0 for the old ISIS code and 1 new collaboration code" defaultValue="1" hasDefault="YES" />
<macro name="PLC_VERSION" pattern="^[1]$" description="The PLC version to communicate with: 0 for the old ISIS code (now removed) and 1 for new collaboration code" defaultValue="1" hasDefault="YES" />
</macros>
</config_part>
</ioc_config>

0 comments on commit b64458b

Please sign in to comment.