Hello Guest it is March 19, 2024, 04:33:07 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dfurlano

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
91
Tangent Corner / Wax vacuum recovey system
« on: August 19, 2007, 09:53:57 PM »
When I cut wax models I can easily vacuum the chips as I cut for really long runs.



Dan

92
Tangent Corner / Re: Stumbled on this today thought it was funny
« on: August 19, 2007, 09:52:00 PM »
That is so funny!

94
General Mach Discussion / Re: Step losses in specific displacement
« on: August 15, 2007, 08:27:26 AM »
I have no clue what your issues are but when I read about vibration it made me think of this thread.  Check out the videos.

http://www.cnczone.com/forums/showthread.php?t=32284

95
General Mach Discussion / Re: Tuning X & A axis
« on: August 09, 2007, 10:24:41 PM »
Use the MDI input screen?

96
How much do you want for one?

dan

97
General Mach Discussion / Re: and, or ,xor
« on: July 28, 2007, 05:06:43 PM »
Interesting... thanks.

Dan

98
General Mach Discussion / Re: and, or ,xor
« on: July 28, 2007, 03:53:05 PM »
What I was referring to was referenced in the manual (see bold red below).  I am wondering if this construct can be used as a IF Then statement inside an equation.  I realize the use of these statement in VB or other programing languages can be very broad but I am thinking the way they employed in an equation is very limited.  I would be curious to see any examples if they exist.

Thanks

Dan


Quote
0.5.3.3 Expressions and Binary Operations
An expression is a set of characters starting with a left bracket [ and ending with a
balancing right bracket ]. In between the brackets are numbers, parameter values,
mathematical operations, and other expressions. An expression may be evaluated to
produce a number. The expressions on a line are evaluated when the line is read, before
anything on the line is executed. An example of an expression is:
[1+acos[0]-[#3**[4.0/2]]]
Binary operations appear only inside expressions. Nine binary operations are defined. There
are four basic mathematical operations: addition (+), subtraction (-), multiplication (*), and
division (/). There are three logical operations: non-exclusive or (OR), exclusive or (XOR),
and logical and (AND).
The eighth operation is the modulus operation (MOD). The ninth
operation is the "power" operation (**) of raising the number on the left of the operation to
the power on the right.
The binary operations are divided into three groups. The first group is: power. The second
group is: multiplication, division, and modulus. The third group is: addition, subtraction,
logical non-exclusive or, logical exclusive or, and logical and. If operations are strung
together (for example in the expression [2.0/3*1.5-5.5/11.0]), operations in the
first group are to be performed before operations in the second group and operations in the
second group before operations in the third group. If an expression contains more than one
operation from the same group (such as the first / and * in the example), the operation on
the left is performed first. Thus, the example is equivalent to: [((2.0/3)*1.5)-
(5.5/11.0)] which simplifies to [1.0-0.5] which is 0.5.
The logical operations and modulus are to be performed on any real numbers, not just on
integers. The number zero is equivalent to logical false, and any non-zero number is
equivalent to logical true.

99
General Mach Discussion / and, or ,xor
« on: July 26, 2007, 11:20:42 PM »
I read in the manual that you can use and, or, xor in equations. 

Has anyone done this and can you give an example?

Thanks

Dan

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »