Support Forums
Can't Compile Program Containing Running Average Function (RAVn)

It seems the dEX-2 software can't compile dxc files containing the running average function. Is this a bug?
I've tried adding the RAV option to a thermocouple channel and I can't upload the program to my DT80 anymore, as it kept telling me compilation failure.

BEGIN"config"
 'Generated by new dEX-2
  password=""



  RS1S

  RA"Schedule_A"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)5S
    LOGONA
    1TT("T-type~degC",=1001CV,LM,NA,RAV10)


END

Is this a bug?

It seems the dEX-2 software can't compile dxc files containing the running average function. Is this a bug? I've tried adding the RAV option to a thermocouple channel and I can't upload the program to my DT80 anymore, as it kept telling me compilation failure. ```` BEGIN"config" 'Generated by new dEX-2 password="" RS1S RA"Schedule_A"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)5S LOGONA 1TT("T-type~degC",=1001CV,LM,NA,RAV10) END ```` Is this a bug?

Found a way to bypass this problem: use the manual channel option in dex-2 software to setup channels with running average option. For example:

Change this:

1TT("T-type~degC",=1001CV,LM,NA,RAV10)

to this:

'Manual "Manual"{
        1TT("T-type~degC",=1001CV,LM,NA,RAV10)
'Manual}

and that solves the problem.

Found a way to bypass this problem: use the manual channel option in dex-2 software to setup channels with running average option. For example: Change this: ```` 1TT("T-type~degC",=1001CV,LM,NA,RAV10) ```` to this: ```` 'Manual "Manual"{ 1TT("T-type~degC",=1001CV,LM,NA,RAV10) 'Manual} ```` and that solves the problem.

Hi Chance92,

Thanks for the update, and we apologize for the delay in response. Any non-standard option, such as RAV, is not supported by the existing template; thus, they must be declared in a manual channel.

Best regards,
dataTaker Expert

Hi Chance92, Thanks for the update, and we apologize for the delay in response. Any non-standard option, such as RAV, is not supported by the existing template; thus, they must be declared in a manual channel. Best regards, dataTaker Expert
77
2
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft