Process ID in Sync Start Process

Certified Senior Developer

Hi Everyone Slight smile,

I have a sync start process(Process Id is used to select the Process Model) in my Parent Process.
Now I am not able to save the Output. PVs are not shown in pv!.


  Discussion posts and replies are publicly visible

Parents Reply
  • Unfortunately I do not think either of these above answers are correct. The behavior you are seeing is due to the fact that you have "973" as the expression for your process model. When you select a process model by expression, we can not pre-populate the PV dropdown for you. Instead, you need to use ac!processInfo.pv.pvName as an expression in the value column of outputs. This will be evaluated at runtime properly and return your PV successfully. Let me know if this works for you.

Children