#
•
5.14.2
Realtime trigger (Prog19.dxc)
BEGIN”Time”
P47=5
1SSPWR=1
RA5S
‘Schedule triggers every 5 seconds
1V 3R 4PT385
END
•
5.14.3
Digital event trigger (Prog20.dxc)
BEGIN”Event”
P47=5
1SSPWR=1
RA1+E
‘Schedule triggers when digital input 1 goes high
1V 3R 4PT385
END
Press push button 1 to produce digital events
•
5.14.4
Counter event trigger (Prog21.dxc)
BEGIN”Counter”
P47=5
1SSPWR=1
RA2C(5)
‘Schedule triggers when counter 2 reaches 5
1V 3R 4PT385 5V 1..2DS
END
Press push button 2 to produce counts events
•
5.14.5
Trigger schedule only while digital state is true (Prog22.dxc)
BEGIN”While”
P47=5
1SSPWR=1
RA2S:1W
‘Schedule triggers only while digital 1 is true
1V 3R 4PT385
END
Press push button 1 to stop schedule scanning
•
5.14.6
Trigger schedule by change of value of a CV (Prog23.dxc)
BEGIN”While”
P47=5
1SSPWR=1
RA1CV ‘Schedule triggers when CV changes value
1V 3R 4PT385
END
Send 1CV=1 and 1CV=0 commands from host PC (DeTransfer) to trigger schedule
Page
16
Содержание DT800
Страница 1: ...DT800 Demonstration Sensor Simulation Panel Operating Instructions...
Страница 5: ...Fig 3 Fig 4 Closing the case Page 5...
Страница 6: ...Fig 5 Fig 6 Page 6...
Страница 7: ...Fig 7 Fig 8 Page 7...