VWorks User Guide : Setting parameters for I/O-handling tasks : Digital Output

Digital Output
Description
The Digital Output task () changes the state of a digital signal. For example, you can use the task to turn on, turn off, open, or close the following:
You can also specify the length of time to leave the digital signal in the new state.
The digital signals you can turn on or off are configured in the IO Manager and ACU Diagnostics. For details, see Managing digital signals and the Automation Control Unit User Guide.
 
Task parameters
After adding the Digital Output task at the desired point in the protocol, set the following parameters in the Task Parameters area:
 
 
Example 1: Turn on a ventilation fan while reagent is dispensed
Goal
The ventilation fan must be on while a particular reagent is being dispensed on the Bravo Platform.
Implementation
Add a Digital Output task before and after the Bravo Subprocess task that contains the dispensing subroutine. The first Digital Output task (Set digital output) turns on the fan. The second Digital Output task (Clear digital output) turns off the fan.
 
The task parameters for the digital output tasks are:
 
Example 2: Turn on a ventilation fan for 15 seconds
Goal
The ventilation fan must be on for 15 seconds while a particular reagent is being dispensed on the Bravo Platform.
Implementation
Add a Digital Output task before the Bravo Subprocess task that contains the dispensing subroutine. The Digital Output task (Set digital output) turns on the fan for 15 seconds. A second Digital Output task (Clear digital output) is not necessary.
 
The task parameters for the Digital Output task are:
 
Related information