cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Translate the entire conversation x

Symbolics

Snowshoe_Bob
12-Amethyst

Symbolics

I'm echoing values from another work sheet using the Include function.  I want to show a variable equal to the original value but not evaluated to a number.  

SYNC bus:=VAZ

 

I gather that I need to use symbolics.  Can't find the right combination of modifiers.

ACCEPTED SOLUTION

Accepted Solutions

This should help:

Werner_E_0-1751394605750.png

 

Next time better post the worksheet, not a couple of pdf's.

View solution in original post

5 REPLIES 5

This should help:

Werner_E_0-1751394605750.png

 

Next time better post the worksheet, not a couple of pdf's.

Thank You!  It works!

Related to the above issue.  Attached are fragments of the work sheets in question. 

 

I'm trying to show in the echo sheet the tad of programming for 50G3P and 50G4P in the PARENT work sheet and not the numerical result.

 

I tried symbolic explicit, ALL.  That didn't work either. 

  

The sheets you posted could never worked on your side, too. You included the wrong sheet in the 'Echo' sheet. You included the 'Echo' sheet itself instead of the 'Parent' sheet!
I also see no attempt of yours to symbolically evaluate the variables in question symbolically with the explicit modifier!?

 

The usefulness of the “explicit” modifier is quite limited, but in your case it can do what you want.
The reason why it didn't work for you is the numerical inline evaluation you used when defining the variables. The symbolic only ‘remembers’ the last one in the chain of assignment and evaluation and that is the numeric result with the corresponding unit at the end and the symbolics 'forgets' how this result was calculated:

Werner_E_0-1751860198489.png

The solution is to split the definition and output/display of the variables into separate regions.

Werner_E_1-1751860231533.png

Do so with '50G4P as well and then it also works with the symbolic evaluation in the ‘Echo’ sheet.

Werner_E_2-1751860329908.png

 

 

 

Thanks!

Announcements


Top Tags