Subscribing is a smart move!
You can subscribe to this forum after you log in or create your free account.
Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Originally published on Geo SCADA Knowledge Base by sbeadle1 | June 09, 2021 09:40 PM
TYPE Point: DATABASE_OBJECT (CPointAlg) Name:STRING; FullScale: LREAL; END_DATABASE_OBJECT;END_TYPEPROGRAM NameAndFullScale VAR_INPUT objName : STRING; objFullScale: LREAL; END_VAR VAR objList AT %S(SELECT Id, Name, FullScale FROM CPointAlg WHERE Name LIKE ? || '%' AND FullScale > ?) : RESULTSET OF Point WITH_PARAMS objName, objFullScale; END_VAR;END_PROGRAM
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.