Internet PLC Forum

General => Technical support => Topic started by: nyi myo thu on April 08, 2002, 09:25:36 PM

Title: dual program
Post by: nyi myo thu on April 08, 2002, 09:25:36 PM
:)
Can i use the two program together in one plc.Then we switch these two program by one key.Now I using the dos version 3.1.

Thank you.
Title: Re:  dual program
Post by: support on April 09, 2002, 07:27:11 AM
You can only transfer one program at a time to the PLC. But you can always have two separate section of the programs controlled by the [ILock] and [ILoff] interlock actions. So your switch can select one section to be active when switch = ON and another section to be active when switch = OFF. As long as there is sufficient program memory you can create as many sections as you like using this method. :)
Title: Re:  dual program
Post by: culi on July 25, 2002, 11:36:19 PM
Similar question to the above....

I'm using your software just as a simulator - is there any way to use relays/inputs/outputs etc in different files to enable a complex program to be split into smaller parts (other than interlock)?

Thanks
Title: Re:  dual program
Post by: support on July 26, 2002, 08:58:35 AM
Sorry,  the software does not work across multiple files.