removing calculated channels
How do you remove calculated channels that you don't need anymore?
Is there a simple way to do that?
How do you remove calculated channels that you don't need anymore?
Is there a simple way to do that?
Hey Steven,
create a new Calc-file, like DEL.CAL
with the following two lines:
[DEL]
delete(*)
With this all the CALCULATED channels will be deleted and the calculate again what you need
wbr Bernie
With the delete-command you can delete calculated (not recorded) channels.
The syntax is:
DELETE(#ChannelName)
Where #Channelname may content a '*' as a wildcard.
Example:
Delete(#V*) -> deletes all calculated channels with a 'V' at the beginning of the name.
Delete(#*) or Delete(*) deletes all calculated channels