PLUS+1 Software > General controls

Using CALL-modules ???

(1/1)

Marbek_Elektronik:
Hi,
do you use the CALL-module?
And the the "Configurabel Module Connection" to generate global values?

What is the advantage of them?
To minimize Loop Time?
Or do you use this in statemachines to acitvate states?

Please tell me!
Thanks!

pinias:
I have used it to decode diagnostic trouble codes from a database

the module is executed only when there is a condition that will call your firmware in the Module otherwise is not execute every loop of your firmware.


in other words it is like the interruptions in a pic. if there is a condition that part of the firmware is executed otherwise is skipped.


Hope this helps

Regards

Marbek_Elektronik:
Thanks pinias,

now i am working with this components.

But I use them as a subroutine, like a call in a microprozessor.

The loop time in DP610 was more then 70ms.
I have very big print-routines, for printer and a logger.

Now I am modifying my programm, put this routines in a call-module and the Loop time will be much smaller, I think about 30ms smaller.
Sometimes this modules will be activated, but not all together.

And perhaps compiling time is smaller , because of using "Strg-F5" .

Navigation

[0] Message Index

Go to full version