Sign in to follow this  
Followers 0
mulderm

Start/Stop a motor using RSView32

3 posts in this topic

Hello, I want to control a motor by a frequency-inverter using RSView32 and a PLC5-processor programming by RSLogix5. I want use RSView32 to create a graphic with 2 button´s start and stop for starting and stopping the motor and a display with the speed of the motor and some alarm-text. Problem is how to configure the tag´s. On the datasource are 2 options: device and memory. Device is: receiving data from the plc5 (for getting the speed of the motor). But how must I configure the buttom´s start and stop, because these must sending a signal "1" to the PLC5? Who can help me? I am new of RSView32. Greetings, mulderm

Share this post


Link to post
Share on other sites
The start button should set the value of the start bit address to 1. The stop button should set the value of the start bit address to 0. This is how we do it on this type of control.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0