Multiply Numeric Entry for Correct OPC Tag Value

I have a bunch of numeric fields on a project that are binded by Integer to OPC tags. On the HMI it may read, 15s, but on the PLC it reads 15ms. I can correct this all on the PLC side through basic MULT instructions. Is there an easier way to do this shift on the Ignition side?

If I put in 15 on the text box, I need the OPC tag to read the value of 15000 so that 15000ms = 15s

You can scale the tag directly in the tag properties.

I saw the linear scaling but I don’t think that will work. I haven’t been successful in only changing the tag value. Because I have the numeric field bound to the tag, any scaling on the tag changes my numeric field value too.

I need something that leaves the field value as x, but the opc tag will show x*1000