Channel Access Tool

#foreach ($device in $devices) #foreach ($channel in $device.getChannels()) #set($id = $channel.Label.replace('.','-').replace('/','_').replace(':','_').replace('*','-')) #end #end

$device.name

Label Input Output Description
$channel.Label $!channel.getUnit()
$!channel.Description

Go back to selection.