Meanings of this code
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
14 Mar 2019 00:21 #128550
by allenwg2005
Meanings of this code was created by allenwg2005
Could someone please explain what the functional difference between these two blocks of code?
VAR X_POSITION = [X|A|X|1.3]
VAR Y_POSITION = [Y|A|Y|1.3]
VAR X_POSITION = [X|C|X|1.4]
VAR Y_POSITION = [Y|C|Y|1.4]
The A and the C, the 1.3 and the 1.4
Thank you in advance
VAR X_POSITION = [X|A|X|1.3]
VAR Y_POSITION = [Y|A|Y|1.3]
VAR X_POSITION = [X|C|X|1.4]
VAR Y_POSITION = [Y|C|Y|1.4]
The A and the C, the 1.3 and the 1.4
Thank you in advance
Please Log in or Create an account to join the conversation.
14 Mar 2019 01:03 #128551
by FariaAl
Replied by FariaAl on topic Meanings of this code
from the Vectric post processor help file:
When output, A=Always | C= Only when Changed.
1.3 output will be to 3 decimal places, this would typically be
suitable for a control that requires metric output.
1.4 If you wished to output the values to
4 decimal places as would be more typical
for a controller operating in inches
hope this helps..
When output, A=Always | C= Only when Changed.
1.3 output will be to 3 decimal places, this would typically be
suitable for a control that requires metric output.
1.4 If you wished to output the values to
4 decimal places as would be more typical
for a controller operating in inches
hope this helps..
Please Log in or Create an account to join the conversation.
14 Mar 2019 11:40 #128576
by pl7i92
Replied by pl7i92 on topic Meanings of this code
you may tell us also where the Code Postprocessor comes from
not only the Code itself
not only the Code itself
Please Log in or Create an account to join the conversation.
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
14 Mar 2019 13:11 #128580
by allenwg2005
Replied by allenwg2005 on topic Meanings of this code
I'm not sure where I found the post, I was just stumbling around looking at different pp's and noticed the difference and was curious.
I didn't realize the information was in the help manual.
Thanks again
I didn't realize the information was in the help manual.
Thanks again
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds