Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Analog Input channel configuration

Analog Input channel configuration 12 years 2 months ago #3185

  • jagspaul
  • jagspaul's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 58
  • Karma: 0
Hi All,

I have some confusion regarding Analog Input Channel.

For example, I am getting analog signal from sensor as 4-20 ma and from I to V converter I am getting 1 to 5 volt which is applied to my 10 bits analog input port.

Now I want to get actual value = 0 for input 1 volt and actual value = 100 for input 5 volt. When input is less than 1 volt i.e. current is less than 4 ma, there is some thing wrong in sensor.

Now tell me please how configure analog input channel object to get value said above.

I have set parameter as follows

RawValRangeLow = 0
RawValRangeHigh = 1023

ChannelSigValLow = 0
ChannelSigValHigh = 5

SensorSigValLow = ???
SensorSigValHigh = ???

ActValRangeLow = 0
ActValRangeHigh = 0

Thanks & regards
jags
The administrator has disabled public write access.

Re: Analog Input channel configuration 12 years 2 months ago #3188

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3178
  • Thank you received: 502
  • Karma: 133
Hi Jags,

SensorSigValLow = 1
SensorSigValHigh = 5

ActValRangeLow = 0
ActValRangeHigh = 100

will give the desired conversion.

/Claes
The administrator has disabled public write access.

Re: Analog Input channel configuration 12 years 2 months ago #3189

  • jagspaul
  • jagspaul's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 58
  • Karma: 0
Hi Claes,

Thanks a lot. It's working.

jags
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 8.558 seconds