LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cFP data for Statechart

I am trying to build a very simple statechart for standalone use on a cfp 2120.  But I am curious on how to import such data for triggers and controls?  Do you put a I/O cfp path in the input.ctl or do you wire a fp read into the caller vi and build a cluster in the caller vi?  Then when I am trying to output data like LED A and I want it to execute during states is that an LED indicator in output.ctl or is it state data?
0 Kudos
Message 1 of 2
(2,494 Views)

Hi firechief,

 

 You can put the I/O point in the controls or you can create an I/O constant in the state configuration, or you can wire it from the calling vi.  It depends on what your application is doing on what is best.    You can output to the FieldPoint in the state data, or you could wire the output from an LED indicator into a FieldPoint write in the calling vi.  

 

Basically the answer is yes.  You can do it any of those ways.  I think the simplest way is in the state configuration.  

 

Best Regards,

Bryan H.
0 Kudos
Message 2 of 2
(2,465 Views)