Support Forums
Voltage & Temperature

Good Morning Rudy,

Please guide me, that I want to use mV input with 0.5s frequency and Temperature with 1 minute frequency then do some calculation using these input. Is it possible in one DT85 in one program Schedule or I need to write Schedule A for mV and Schedule B for Temperature and then these data can be use for calculated out put.

Regards
Aslam Khan

Good Morning Rudy, Please guide me, that I want to use mV input with 0.5s frequency and Temperature with 1 minute frequency then do some calculation using these input. Is it possible in one DT85 in one program Schedule or I need to write Schedule A for mV and Schedule B for Temperature and then these data can be use for calculated out put. Regards Aslam Khan

Hi Aslam Khan,

You don't have to do that ,you can define both the channels in one schedule and apply calculation in CALC channel

Regards
Lokesh

Hi Aslam Khan, You don't have to do that ,you can define both the channels in one schedule and apply calculation in CALC channel Regards Lokesh

Hi Lokesh,
Thanks for information , but Lokesh the scanning rate for voltage is 1sec and for Temp is 1 m. Can I both record with different frequency in one schedule?
Please reply on this issue.

Regards
Aslam Khan

Hi Lokesh, Thanks for information , but Lokesh the scanning rate for voltage is 1sec and for Temp is 1 m. Can I both record with different frequency in one schedule? Please reply on this issue. Regards Aslam Khan

Hi Aslam Khan,

I apologize , i missed that fact in the first post , if they triggered at different intervals you have add them to different schedules with respective trigger interval.

Thanks
Regards
Lokesh

Hi Aslam Khan, I apologize , i missed that fact in the first post , if they triggered at different intervals you have add them to different schedules with respective trigger interval. Thanks Regards Lokesh

Hi Aslam,

Please find an example to your requirement. It is written native language but you can use the same model if you want to write it in dEX.

BEGIN

RA500T 'schedule A, 0.5 s interval
1V("Sensor 1~mV",=1CV) 'sensor is wired up to analog channel 1 between + and - terminal

RB1M 'schedule B, 1 min interval
2TT("Sensor 2~degC",=2CV) ' sensor is thermocouple type T wired up to analog channel 2 between + and - terminal

3CV("Calculation")=2CV+1CV 'calculation example

END

I do not know your calculation process, but you can use the same method by assigning each reading channel into channel variables.

Best regards,
Rudy Gunawan

Hi Aslam, Please find an example to your requirement. It is written native language but you can use the same model if you want to write it in dEX. BEGIN RA500T 'schedule A, 0.5 s interval 1V("Sensor 1~mV",=1CV) 'sensor is wired up to analog channel 1 between + and - terminal RB1M 'schedule B, 1 min interval 2TT("Sensor 2~degC",=2CV) ' sensor is thermocouple type T wired up to analog channel 2 between + and - terminal 3CV("Calculation")=2CV+1CV 'calculation example END I do not know your calculation process, but you can use the same method by assigning each reading channel into channel variables. Best regards, Rudy Gunawan
22
4
3
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