Skip to content
Snippets Groups Projects
Commit 20588301 authored by mooney's avatar mooney
Browse files

new

parent 0924444f
No related branches found
No related tags found
No related merge requests found
# This file demonstrates slow feedback. The initial INP and OUT assume the first channel
# of an IP330 ADC connected to the first channel of a DAC128V DAC.
file "$(STD)/stdApp/Db/async_pid_control.db"
{
pattern
{P, PID, INP, OUT, LOPR, HOPR, DRVL, DRVH, PREC, KP, KI, KD, SCAN}
{xxx:, async_pid_slow, xxx:IP330_1, xxx:DAC3_1, 0, 100, 0, 5, 3, 0.2, 3., 0., ".1 second"}
}
# This file demonstrates slow feedback. The initial INP and OUT assume the first channel
# of an IP330 ADC connected to the first channel of a DAC128V DAC.
file "$(STD)/stdApp/Db/pid_control.db"
{
pattern
{P, PID, INP, OUT, LOPR, HOPR, DRVL, DRVH, PREC, KP, KI, KD, SCAN}
{xxx:, pid_slow, "xxx:IP330_1 PP", xxx:DAC3_1, 0, 100, 0, 5, 3, 0.2, 3., 0., ".1 second"}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment