Get data from PLC 5, AB

NMD

Member
Join Date
Sep 2006
Location
Vung Tau
Posts
3
Hi all,

I'm using PLC 5/40, and RSView 6.2. In PLC program, there is PID instruction. I want to use RSView to get some parameters of PID ( Kp, Ki, PV,...) 3 times/second. But in RSView 6.2, the "log periodically" minimum is 1 second. Therefore, I can't get data.
How can I do?
Please help me.
Thanks.
NMD
 
Move the data into 3 different registers in the PLC, at your intervals set up already...eg. T4:4/DN move N100:67 -> N200:67 (But only once) based on your display settings)

Read all of the registers (words) and display them when you need to...

Should be quite easy...
 

Similar Topics

Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
80
Hi Iam using monitouch hmi(V9 soft) with omron plc cj2m (CX programmer). In this I want to read a data from hmi to plc. The data was like...
Replies
0
Views
95
I am working with beckhoff plc in twincat 3 environment. I have a array of struct which I want to make persistent. I declared it with...
Replies
0
Views
108
Hi everyone id like to start by saying im not a PLC programmer so my technical terminology is limited. i would like advice on what software is...
Replies
4
Views
297
I`m looking into different solutions for gathering data from different PLC`s (different manufacturers) to a central storage locally or cloud. The...
Replies
12
Views
851
Back
Top Bottom