Subroutine of Micro830 in CCW

suvro2012

Member
Join Date
May 2012
Location
Dhaka
Posts
23
Good day all, I have an AB Micro 830 that I'm trying to program. My Rockwell Software experience is limited to RSLogix5 and RSLogix500. The CCW software for this reminds me of the little bit of RSLogix5000 that I have seen, using function blocks. I have create 5 subroutine Under main Program Routine. Now I want to call the 5 subroutine that i created. But I cannot figure it out how to make call the subroutines.
 
Hello,
I am not sure what you are calling "Under main Program Routine. Now I want to call the 5 subroutine"
CCW does not have subroutines.
The programs listed under the "Programs" branch in the "Project Organizer" are all executed in the order they are in the list.
If you want to change the order then look in the help file under: To change the execution order of a program.
 
Post a zipped copy of your program please
If you arre talking about FB - function Block
it is similar to Siemens - Not the same
You need to understand the Local Variables and Global Variables.
you can set up a FB - name it then you require to call it.
If you wish to pull out variables you need to either call them by Global or set them up as a VAROUTPUT / VARINPUT
Any change to this needs to be updated - again similar to a Siemens function call
 
Last edited:
CCW. is AB. Rockwell.
Welcome to our site.
please check the post dates. This one is from 2012.
 

Similar Topics

I have a bender table that I am automating. I have added a Kinco HMI and PLC, I am also using an Omron encoder sensing the rotation of the table...
Replies
49
Views
9,285
See image below. Look at line 95. I tested all data type, but none of them works. https://ibb.co/H2Csr15 See this. TEMPDATA2 is used only...
Replies
3
Views
2,702
With RS5000 and a Clogix, I would like to know if i can work with same coils adresse on 2 different subroutine and just call one at the time? I...
Replies
13
Views
3,124
When the subroutine is no longer being called, and then called up again, what happens with one-shots in that subroutine? I have some rungs in...
Replies
12
Views
3,025
Hi Friends How can I create/Call in a subroutine in GXWork3/GXworks2?
Replies
4
Views
1,546
Back
Top Bottom