Executing Robot Programs with Process Modelling

Hello,

In the context of the new Process Modelling (PM) in Visual Components 4.2, is there way to interact with other Non-PM-Components via process statements, such as:

sending and waiting for signals
executing robot programs
executing a MachineProcess of WorksTask
Is it possible to create a custom statement via python or .net-Api?

Thank you for your time!

Visual Components 4.2 Process Modelling

In VC 4.2.0 and 4.2.1 you need to use properties for such communication as signals are not supported.
Use the “Get Property”, “Assign” and “Wait Property Condition” statements.

Hy,

i’m also waiting for this functionalities before using process modelling instead of the works library…