Controller Process Capacity
CONTROLLER #PROCESSES
MC403(Z) 6 0 .. 5
MC405 / Euro404 10 0 .. 9
MC508 / Euro408 22 0 .. 21
MC664(X) 22 0 .. 21
MC4N / MC6N 22 0 .. 21
Flex-6 Nano 22 0 .. 21
Related Articles
ActiveX: Get controller details
This sample of code is from a Visual Basic Program. It reads system variables from the Motion Coordinator after the TrioPC Motion ActiveX/DLL connection is opened. Dim d_value As Double Dim l_value As Long ...
Will processes change with Motion Perfect 5?
Process numbering is controlled entirely by the firmware so nothing should change when you update Motion Perfect. For example, process numbers for MC405 are 0 to 9.
ladder program process
Why is the IEC process showing "Sleeping" most of the time? ========================================================================== The PLC has a scan cycle. Probably it is set to 10 msecs. The ladder may take only one or two msecs to run and then ...
Trio Project Keys
I used to be able to generate project keys for Trio’s that are out in the field by using the Motion Perfect 2 project encryptor. I’d put the last 5 digits of the serial number in and that would give me the project key so I could make SD cards with ...
CPU Processing time
You can make things more efficient if you make sure a BASIC program never waits on WAIT UNTIL. WAIT UNTIL a=0 AND b=2 AND c=3 will keep the process runing in its slot. REPEAT WA(10) UNTIL a=0 AND b=2 AND c=3 will put the process to sleep while ...