Written on: 12. 01. 2012 [12:25]
|
OPMOTOR
OP MOTORS
Topic creator
registered since: 21.01.2011
Posts: 13
|
Dear friends
After complete the quick start procedures and have a process of familiarization with the openscada architecture, I want to start to process the values that I had acquired from my technological device ( plc ), my question is.
Once I have my data acquired reflected at the “ logical level” , ¿where I must to enter the program that process the field values with control values and establish the control logic?, where do you recommend do that programming.
Thanks a lot.
|
Written on: 12. 01. 2012 [12:49]
|
roman
Roman Savochenko
Moderator Contributor Developer
registered since: 12.12.2007
Posts: 3750
|
"OPMOTOR" wrote:
Once I have my data acquired reflected at the “ logical level” , ¿where I must to enter the program that process the field values with control values and establish the control logic?, where do you recommend do that programming.
That depends from the control logic's parameters operable area. If that is one object's data then you can make the processing direct into DAQ.LogicLev and get ready object's data and control it. Else if you want global processing with data from different objects then you would use DAQ.JavaLikeCalc (http://wiki.oscada.org/HomePageEn/Doc/JavaLikeCalc#h867-13) or DAQ.BlockCalc (http://wiki.oscada.org/HomePageEn/Doc/BlockCalc).
Learn, learn and learn better than work, work and work.
|