Augustin Posted July 11, 2023 Posted July 11, 2023 Hello, After doing some conversions through formula, I was able to get the signal to show the numbers that I was looking for, but the units that it is showing is not what I want. The unit is long with multiple variable, but I only want it to say "acfm". Is it possible to change the unit name without changing the data in the trend?
Thorsten Vogt Posted July 11, 2023 Posted July 11, 2023 Hi Augustin, you can overwrite the UOM using the function setUnits(). However it expects a unit that is known to Seeq, so you might not be able to use "acfm". If it stands for "Actual cubic feet per minute" you might want to try "cf/min" instead. $t.setunits('cf/min') Does this work for you? Regards, Thorsten
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now