Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.xml #642

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TRITON/iocBoot/iocTRITON-IOC-01/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<macros>
<macro name="IPADDR" pattern="^.*$" description="IP address to connect to." defaultValue="localhost" hasDefault="YES" />
<macro name="IPPORT" pattern="^[0-9]+$" description="Port to connect to (defaults to 33576)." defaultValue="33576" hasDefault="YES" />
<macro name="RAMP_FILE_NAME" pattern="^\w{0,40}$" description="File name to use for ramp (defaults to Default.txt)." defaultValue="Default.txt" hasDefault="YES" />
<macro name="RAMP_FILE_NAME" pattern="^\w{0,36}(?:\.txt|.TXT)$" description="File name to use for ramp (defaults to Default.txt)." defaultValue="Default.txt" hasDefault="YES" />
<macro name="USE_RAMP_FILE" pattern="^(0|1)$" description="Whether to use (1) or not use (0) the ramp file specified above (defaults to 0)." defaultValue="0" hasDefault="YES" />
<macro name="POLL_RATE" pattern="^.*$" description="The poll rate of non-channel values." hasDefault="YES" defaultValue="1 second"/>
<macro name="CHANNEL_POLL_RATE" pattern="^.*$" description="The poll rate of channel values." hasDefault="YES" defaultValue="10 second"/>
Expand Down