Ask our Experts
Didn't find what you are looking for? Ask our experts!
Launch of Consumer/Home Owner registration process! We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-05 01:12 PM . Last Modified: 2023-05-03 12:35 AM
>>Message imported from previous forum - Category:ClearSCADA Software<<
User: florian, originally posted: 2018-10-25 16:04:54 Id:233
This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
-------------------------------
**_MikeForshock:_**
**_Have been digging through the ClearSCADA database tables attempting to find abetter solution than creating two analog points or a single analog point and a function block (logic) program for scaling._**
**_Would prefer to use the internal scaling for simplicity and point savings, but need to have the RAW value from the device visible for scaling reference. Cannot find the value in any table I have researched._**
**_Any suggestions?_**
**_Thanks in advance,_**
**_Mike_**
-----------------------
sbeadle:
Hi Mike,
I don't believe the raw value is written anywhere, and it certainly will not be stored historically.
You could use a Calculation Analogue Point to store this value - using a formula which incorporates the point's scaling properties to 'reverse' the scaling calculation and store unscaled. This would allow you to store the unscaled value in history for future reference.
Steve
-------------------------------------------
dmercer:
If you only need to display the raw value, and you don't need history or alarming on it, then you could just use a mimic expression to do the reverse calculation on the display.
Something like:
_((".Point.CurrentValue" - ".Point.ZeroScale")/(".Point.FullScale" - ".Point.ZeroScale")) * (".Point.RawFullScale" - ".Point.RawZeroScale") + ".Point.RawZeroScale"_
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.