ERROR:
Error in <DataFilter_1.VBS>(Line164, Column 1):
Invalid channel name "[43]/Torque_Ratio" used in the
"ChnNovHandle("[43]/Speed_Ratio", , "SetValue", "X", "FALSE", "TRUE", 0)" command.
The command mentioned (Line 134) doesnt even include the [43]/Torque_Ratio and is given below:
Call ChnNovHandle(Data.Root.ChannelGroups(43).Channels("Speed_Ratio"), , "SetValue", "X", False, True, 0)
The faulty line doesnt even have the so called incorrect channel name in it. All the channels have been created before. What could be the problem?