05-27-2006 11:36 PM
05-27-2006 11:55 PM
Atif,
What Object are you using? What kind of discrepancy are you seeing with your values? What's the raw alues, if you use no scaling?
As for the transfer rate, the main thing you have control over is the Poll Rate. This decides when Lookout polls the device/PLC for values. Outputs however, in most PLC Objects, are written at once. Again depending on the PLC, reads/write may be blocked (grouped) together if the registers are contiguous or close enough.
-Khalid
05-28-2006 05:56 AM
Thanks for reply.
a. I am using Modbus object to communicate and using Network option module of 100 mb/second. and simple display object to show the values. Raw units minimum=0 Maximum-4095. Engg units minimum=0 and maximum is 400. (Which is the maximum value for thermocouple).
b. As i told you that i have no problem with DOs,problem is with Analog Inputs, because they are changing rapidly/continuously becuase of their normal behavooiur. Please tell me the how change/increase of poll rate is efficient, when i increase the poll rate it will also slow down the feedback of Digital IOs too and this i cannot affored, because my process is dependent on the feedback. Please tell me can DEVIATION can help me to control the transfer rate (which is for data logging trigger).
Thanks.
Atif
Bahrain
05-28-2006 11:38 AM