Register  |  Login
 
PLC Training Forum
Forum
 
  Forum  PLC Programming  Tips, Tricks an...  TIP - KCO-MT4000 Sending out text
Previous Previous
 
Next Disabled
New Post 8/17/2011 10:41 AM
  Ralph
8 posts
Newbie


TIP - KCO-MT4000 Sending out text 

If you were looking to send text from the HMI to your controller, you would do the following:

Create a new macro

LW0[0]='et'; //loading 'te' to your send buffer

LW0[1]='tx';//loading 'xt' to your send buffer

LB0=1;//This is the send command bit

If you were using a Universal ascii slave the parameters are the following:

LW0-LW99 => Local Word Register 0 - 99 are send data buffers, meaning that any data stored in here the second LB0=1 all data will be transmitted through you communication medium.

LW100-LW199 =>Local Word Register 100-199 are receive data buffers, meaning that any data your controller sends back will be received begining at LW100

LB0=1 => Once again just the send command

You simply tie this macro to a function key which is no more difficult than simply dragging and dropping.

rafaelmc
http://www.graphicdisplay.org

 

 

 
Previous Previous
 
Next Disabled
  Forum  PLC Programming  Tips, Tricks an...  TIP - KCO-MT4000 Sending out text
  
 

 

  
Like this Site?

Check out our PLC Training Facebook site and "like" us!

Click Here!

  
Terms Of Use  |  Privacy Statement
Home  |  Subscriptions  |  Training Videos  |  PLC Training  |  Articles  |  PLC Training Forum  |  Contact  |  About Us
Copyright © 2008 - 2011 by Automation Technologies, Inc. - All Rights Reserved