PV data

paneltech

Member
Join Date
Mar 2003
Posts
16
I thought I had better start a new message, my old one has turned into an AB kicking post!!!

Firstly, thanks to all you guys who have helped me with this project. I have now got communication between PV and logix controller, I can program the PV and the controller using the same (DH485) network, my main sequential code is working fine and I am able to sleep at night. I have one last problem which I have assumed is a data mismatch problem between the PV and the controller.

In the PV I have set up a number of push buttons, all of which have been set for bit data. I have given each a tag name and have given each an address. The address syntax I have used is B20:10/1....B20:10/15 and B20:11/1....B20:11/7.

In the logix controller, I have mapped these addresses by using file number 10 and mapped it to pv_data1 and file number 11 and mapped it to pv_data2. These 2 tags have been set as DINT data types in the controller. I have assumed that pv_data1.1 will correspond to B20:10/1, pv_data1.2 will correspond to B20:10/2 etc and in the same way, pv_data2.1 will correspond to B20:11/1 and so on. For test purposes, I have written a small test ladder which has pv_data.* as an input interogation connected directly to an output to enable me to see if all is working ie I press a button on the PV and an output turns on. When I connect the PV to the controller, all the outputs that are included in my ladder turn on and I get 2 different messages on the PV. If I try to press a push button I get 'unable to write to the remote device'. The error code is 208. At the top of the screen I get a very brief flash of 'requested node not found' (or something similar, you get about half a second to read it).

Have I made some blundering error in the way I have set up the tags and mapping or is there something else that I have missed?????

John
 
Sorry, its easy to forget that when I'm sitting here at midnight, some of you guys are just getting in from work!
 

Similar Topics

Hello. I have a db which is 1000 INT, and this db is represented in WinCC as a raw data type set of 5x 400 Bytes. This set is read with a script...
Replies
1
Views
63
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
54
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
164
Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
75
Has anyone migrated Proficy Historian data to a new server? I followed the guide to move all the data over, but when I run the utility, it stops...
Replies
0
Views
53
Back
Top Bottom