Mitsm83

CX Programmer, CS1H, Data Trace Multiple Data Sets?

2 posts in this topic

Lets say I worked in a factory that made multiple models of parts. I need to run data tracing on the off shift due to certain models only running on 2nd and 3rd shift. I want one data trace to capture one group of bits at Model 1, Then reset the Data Points and run again for Model 2, Model 3 and so on. So the Bits that I am mapping with the trace need to change. 

I can change the trigger easy enough with my program.

I see in the manual the CPU has a "separate memory area" for trace settings.

Can this area be accessed from the Program so I can set my bit addresses to monitor to a word or E_?

 

See attached pic for clarification of what I aim to change through the program. 

 

TRACE SETTING.PNG

Share this post


Link to post
Share on other sites

A fellow Engineer offered the following solution.

Have a common Data Set.

So all the Trace Objects would be the same Example 0.00 0.01 0.02... and so on.

Then move the data points I need to trace in to that area based on the model. 

Model 1-----| | 4915.01--------(0.00) 

Model 1-----| | 4614.01--------(0.01)

Model 2-----| | 4913.01--------(0.00) 

Model 2-----| | 4917.06--------(0.01) 

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now