News:

SMF - Just Installed!

Main Menu

Special work part

Started by Luis_IngSL, December 19, 2009, 02:01:48 PM

Previous topic - Next topic

Luis_IngSL

I need to do some special work parts, for example I need a work part composed of other diverse parts and linked by joints, but I don't know how to do it, I 've seen your simple transport example, but you're not using work parts. It's possible to do it with work parts?
Thanks

EasyPLC_Master

The WorkParts can't be joined.
If you need create complex WorkParts then you must create your own customized component, add it all the elements you need and the joint between them.
Remember to set the Component WorkPart property to true, then will be possible to treat this component like a WorkPart.

Regards.