need some help with micrologix 1500 and PV+

diat150

Lifetime Supporting Member
Join Date
Mar 2006
Location
Louisiana
Posts
1,475
Hello, this is my first project using a panelview + with anything other than controllogix.

I setup my runtime and design connections, and it adds the status tables from the 1500. I am trying to access b3:0/1 but cant seem to figure out how to do it. what syntax do I need to use to get to the bit level?

I am also connecting to the micrologix serial and I dont even have the panelview yet, not sure if that is part of my problem. Can both the design and runtime run simultaneously on the same comm port?
 
You will have to manually add the bit ".xx" to the word value that is showing in the status.

Yes they can both be defined. They won't run at the 'same time'. When you test a single screen you are using the 'design' setup. If you test the entire project from within Studio you are using the 'runtime'.
 
Remember also that RSLinx Enterprise, inside FactoryTalk View Studio, is a separate driver from good old RSLinx Classic, which RSLogix 500 uses.

When you're doing serial comms to an SLC and a PanelView Plus, you have to either manually stop and start the two drivers, or use separate COM ports on your PC. I keep a couple of USB/RS232 converters handy for exactly this purpose.

And to affirm Bernie's comment: you can browse to a Word level, but not to a Bit level in FactoryTalk View Studio. The reasons are lost to the mists of time, but as a practical matter you browse to the Word, then manually type ".xx".
 
Remember also that RSLinx Enterprise, inside FactoryTalk View Studio, is a separate driver from good old RSLinx Classic, which RSLogix 500 uses.

When you're doing serial comms to an SLC and a PanelView Plus, you have to either manually stop and start the two drivers, or use separate COM ports on your PC. I keep a couple of USB/RS232 converters handy for exactly this purpose.

And to affirm Bernie's comment: you can browse to a Word level, but not to a Bit level in FactoryTalk View Studio. The reasons are lost to the mists of time, but as a practical matter you browse to the Word, then manually type ".xx".

thanks ken. Ill give that a shot in the morning. I definitely didnt have a conflict on the comm port because ftview runs in its own vmware.
 
ok so instead of doing

b3:0/1

I need to do

b3:0.1

that was probably my issue if thats the case.

For what it's worth the B3:0/1 format works just fine. The main issue I have had with a serial connection is downloading the runtime file. I just use a flash card. It's simpler and faster. Also, unless you have made changes to the comm settings, select no when it asks if you want to overwrite communication settings. Maybe it was just a fluke but on one project I was working on I kept overwriting the comm settings everytime I changed the mer file and the comm settings got corrupted. Lost communications to the Micrologix and ended up having to reset the PV to factory default.
 

Similar Topics

Hi there, new to the site. I have a big problem. My company had a panel built years ago for a machine that we had already been running. They never...
Replies
6
Views
1,427
Hello every one, just another lovely Friday brewing at the mill! I got in this morning and had a call right away to look at our flocculent tank in...
Replies
14
Views
4,383
Hello, I'm an intern at this power plant and I'm new to PLC programming. I'm hoping to get some help from the professionals in this forum. I...
Replies
22
Views
5,934
I am using Micrologix 1400 with RSLogix 500 for the first time and having some trouble using the Real Time Clock - RTC. Reading the values is no...
Replies
2
Views
4,191
Hello, I'm a new user and i need help with a project... I got a micrologix 1500 plc. I made an easy program which includes a timer, and i got a...
Replies
0
Views
1,524
Back
Top Bottom