3 Wire Start Stop IN RSVIEW 32

weilerot

Member
Join Date
Nov 2004
Posts
19
Can someone help me in RsView 32? I am not a student. I am trying to just program a simple start-stop in RsView 32. When I used Archie Jacobs software and it was simple. I programmed a circuit and it worked fine. I do not understand RsView32 tag based menthod. I am using a Micrologix 1200. This controller does not use tag based programming. How do I address a start or stop button? Any help is appreciated.

Herb
 
You should program the start/stop logic in the Micrologix. It will look something like this


RSView_StartPB RSView_StopPB
B3/0 B3/1 O:0/0
----] [------+-----]\[-----------------( )----
|
O:0/0 |
----] [------+




In RSView you will create two digital device tags called StartButton and StopButton. StartButton is assigned the PLC address of B3:0/0 and StopButton is assigned the PLC address of B3:0/1. Create a graphics screen in RSView with two momentary buttons on it and assign the release function of those buttons to the StartButton and StopButton tags.
 

Similar Topics

Does anyone have experience wiring this type of analog pressure transmitter up? It's 4 wires. 3 blacks and 1 green which I assume is earth...
Replies
9
Views
265
Hi everyone, I need some help I new with omron plc. I using plc CP1L. When I do the program it's good and the plc is function as program. But when...
Replies
1
Views
86
Hi there, Trying to get some ascii serial communications working via RS485 (COMMREQ functions). I have attached our wiring for the COM2...
Replies
1
Views
973
What's everyone use for I/O drawings on new installs. I am trying AutoCad Electrical, but can't download it due to a MS Office application running...
Replies
11
Views
1,311
I've been tasked with adding a 3-wire pressure differential transmitter to a system and drawing up the wiring to an existing PLC board. The...
Replies
7
Views
785
Back
Top Bottom