One More ASCII Question on AWT

Big John T

Member
Join Date
Nov 2006
Location
Poplar Bluff
Posts
199
First a big thanks to all who helped me the past few days. I have everything working except the second round with the AWT. The first time through the string gets sent out and the "ok" is seen but never sends the second string. Do I need to reset the control for the AWT? or put a slight delay timer in...

Here is the code I'm using

AsciiAWT.jpg



Thanks
John
 
I placed a 1 second delay inbetween the writes and it's all working now... Don't know if that is the correct thing to do but it works... Time to plug into the drives HORRAY!

John
 
You probably would have been fine if you just waited until the AWT actually completed before trying to retrigger it (made sure the .DN or .ER bit was set). Then you wouldn't need an artificial delay.

Second stylistic note, on your rung 15 above, the middle branch is technically a nested branch, and it should'nt be.
 
On the branch with the MOV N16:[N16:16]? What is a nested branch?

On rung 14 I'm waiting for the AWT DN before reading then waiting for the ARL DN bit before comparing and going to the next round. So I'm confused about what you are suggesting...

John
 
Once you have created a branch and wish to add more downward, right click on the left hand corner of the lowest branch so far. It will give you an option to 'extend branch down' (among other things). When you accept this you will see that the next branch continues straight down from this left hand corner. The actual resultant code in the PLC executes faster and has fewer limits. The method of branching you did has a limitation (like about 8 I believe.)
 
WOW Bernie, I see the difference now...

The limit is 5 that way... I found out that the hard way...

Thanks for the infomation.

John
 
Last edited:

Similar Topics

Hello all, I am working on a project using a C-more panel connected to a DL05 via port 1. Is there a way to send text to the PLC via the HMI? In...
Replies
2
Views
1,833
Hello All, Is there a way to send several ascii stings to a display using one AWT command? I am using one AWT for every error message, if there...
Replies
3
Views
1,964
Hello, i need to use P_Intlk and feed the Status interlock OK bit to a P_DOut block. However, there's 17 interlocks for this output. How can I...
Replies
1
Views
108
Hi everyone, recently i worked with a cmore panel and have the question that how can clear alarm list whit remote form,right now only can with...
Replies
0
Views
107
Hello, friends, I am trying to upgrade a system that uses an Onrom incremental encoder (E6B2-CWZ6C) connected to a Danfoss VFD (FC360), but now...
Replies
4
Views
272
Back
Top Bottom