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

TOPIC: How to store actual.value into ValueLargeRight

How to store actual.value into ValueLargeRight 6 years 9 months ago #9054

  • ceccon
  • ceccon's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 46
  • Karma: 0
Hello guys

I am trying to store BaseTempSensor.actual.value to one GE object ValueLargeRight object but it is not working.

What I am doing wrong?


tempactualvalue.jpg


Thanks
BR
The administrator has disabled public write access.

How to store actual.value into ValueLargeRight 6 years 9 months ago #9055

  • benoit
  • benoit's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 180
  • Thank you received: 1
  • Karma: 0
Hi Ceccon,
Don't forget to set the 'ValueFormat' attribut ;-)
For example.... %3.2f : 3 digits with 2 digits after comma, float32 format.
/Ben
The administrator has disabled public write access.

How to store actual.value into ValueLargeRight 6 years 9 months ago #9059

  • ceccon
  • ceccon's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 46
  • Karma: 0
Hello Ben

Thank you for your answer but still not working yet.

Please see the picture attached and take in consideration my comments:

1)I would like to get BaseTempSensor.actual.value=4.3 (temperature) to show in O93.value.atrribute
2)when I connect object pwr_valuelarge (O93) with BaseTempSensor (TC202) the value.attribute do not finish with ##Float32 information, so I add it manually
3)Please observe that chaAI representation is int32 (can be the reason?) but it is only way Claes an myself found to get information from my temp.controller that I am communicating via RS485
4) since your comment after I put ##Float32 into the end of Value.Attribute and add %3.1f in the value.format the value 0.0 is showing in the O93 object but is not updating according sensor temperature.

Please can you check what I am doing wrong?

Thanks
BR
Attachments:
The administrator has disabled public write access.

How to store actual.value into ValueLargeRight 6 years 9 months ago #9062

  • drac
  • drac's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 1
  • Karma: 0
Try with only Value and not ActualValue
The administrator has disabled public write access.

How to store actual.value into ValueLargeRight 6 years 9 months ago #9063

  • benoit
  • benoit's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 180
  • Thank you received: 1
  • Karma: 0
Hi Ceccon,
As said Drac, try with this Value.Attribut (valuelarge field):

CERVA-FERMENTACAO-COMPS-TC202.Value.ActualValue##Float32

/Ben
The administrator has disabled public write access.

How to store actual.value into ValueLargeRight 6 years 9 months ago #9065

  • ceccon
  • ceccon's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 46
  • Karma: 0
Hello Ben

Putting on O93.Value.Attribute=CERVA-FERMENTACAO-COMPS-TC202.Value.ActualValue##Float32

Works

Thanks a lot
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 9.058 seconds