The search for documentation... subroutines in GX Developer?

Rhonda

Member
Join Date
Aug 2005
Location
Vancouver
Posts
27
Hello all,

I've been trying for a little while now to find documentation that will let me know how exactly I can set up the PLC equivalent of subroutines (or procedures or functions), so that in the future I won't have to do what I spent the last day and a half doing, namely making identical changes to the control logic for multiple pumps. I'd much rather make the changes only once - so much less error prone. And so much less boring... :)

I'm using a Mitsubishi QnA PLC, and programming with Melsoft GX Developer 7.

I must not be using the right search terms, because so far I've come up dry. I've heard such a thing is possible, and I'd really like to be able to use it.

I would greatly appreciate any pointers to documentation that will get me started.

Thanks in advance,
Rhonda
 
I am not quite sure I know what you mean but in GXdev you can use macros.
Under project/macro.

You can write a section of code then save it as a macro with an identifying name.

These macros can then be inserted in any program.

It could be just what you need :)
 
If you have the money, go for GX IEC Developer, this has all you need to create functions & save them/import them into libraries etc.
 
Goody said:
I am not quite sure I know what you mean but in GXdev you can use macros.
Under project/macro.

You can write a section of code then save it as a macro with an identifying name.

These macros can then be inserted in any program.

It could be just what you need :)

Right on, I'll look into that. From a first glance at the manual it looks like it's going in the right direction, at least!

Thanks,
Rhonda
 

Similar Topics

Searching edit zones within all routines and other criteria still says no results found, yet I still have the "edits present" indicator at the...
Replies
6
Views
253
I have an InTouch HMI that has PID parameters. I need to find what the PID values were in the past. I have backups from the past, but none...
Replies
48
Views
5,550
Good morning folks, I'm on a quest to find all of the references to the CurrentUserHasCode function in our project. I have the project...
Replies
2
Views
430
Need to learn a few more tricks in Proficy Machine Edition. I don't use it often, but one of the first things I usually do when getting into a new...
Replies
3
Views
1,012
Hello all, Some of you may be familiar with the RAM searching program for Windows computers, Cheat Engine. You can search RAM directly for...
Replies
0
Views
737
Back
Top Bottom