public int test()
{
SetVal(CnlNum, Cmd);
SetVal(101, Cmd);
return 0;
}
“SetVal(CnlNum, Cmd)” works for the output channel where the formula is calculated. But “SetVal(n, Cmd)” works for the input channel “n”. How can I send a command to another output channel “n” ( where the formula is not calculated ) simultaneously? THX