Converting a Number to a String
DIM X
x=CurrentValue ("tag1")
select case x
case 1
Result="one"
case 2
Result="two"
case else
Result="other"
End select
Learn more about what Proficy Historian can do for you. Click here for more information on Historian solutions and features.
Get Ready for Proficy 2024! Click here to read about our Proficy 2024 offerings.
DIM X
x=CurrentValue ("tag1")
select case x
case 1
Result="one"
case 2
Result="two"
case else
Result="other"
End select