Node Editor - Better Way To Implement

Next
 From:  fcwilt
9978.1 
Hi,

See Attached.

I wrote this NOD file to manipulate the position of the gimbal parts in the 3DM file.

It works for the most part but there are two bearings that are not processed by the NOD file.

So a couple of questions.

- Is there a better way to write the NOD file as it now works.

- Is there an simple way to include the two bearings in the NOD file but still have them separate parts in the 3DM file?

Any input would be welcome as I am new to the node editor.

Thanks much.

Frederick

EDITED: 26 Mar by FCWILT

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9978.2 In reply to 9978.1 
You have yet 2 axis ...what will be the other 2 ones ?
---
Pilou
Is beautiful that please without concept!
My Moi French Site My Gallery My MagicaVoxel Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  bemfarmer
9978.3 In reply to 9978.1 
The bearings can also be individualy selected by "Get by name", then "concat" to the associated part.
Associating front and back bearings would use concat three times. Or a concatN for multiple items could be built as a macro.
Do the concat cascade in the macro, multiple times, kind of like was done previously for the Clone4 macro, but in reverse.


- Brian

Kind of looks like a gyroscope.

EDITED: 11 Oct 2020 by BEMFARMER

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  fcwilt
9978.4 In reply to 9978.2 
Hi,

The two bearings that (names in the 3DM are "Bearing Inner Front" & "Bearing Inner Rear") are supposed to move with the inner most part (name in the 3DM is "Gimbal Disc").

But I was not sure they best way to do that.

I thought their might be a way to "connect" them somehow to the "Gimbal Disc" and have them move along with it.

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  bemfarmer
9978.5 In reply to 9978.4 
Maybe in MoI5 the parts could be associated? And a GetByCategory node written?
But concat works for now.

The rotate nodes could also be placed in a Macro. The wiring in the Macro is much the same, but the node view would be simpler looking.

- Brian
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  fcwilt
9978.6 In reply to 9978.3 
Hi,

Thanks.

It was the "Concat" node I needed. I thought something like that might be possible. It works just as I hoped.


The stepper is used to drive a Zesty Nimble Extruder for a 3D Printer.

The Nimble is mounted to the X gantry which in turn is mounted to the Y gantry.

The stepper drives the extruder via a flexible steel cable (75mm long) which loops up from the motor and back down to the Nimble

So the Nimble ends up moving in the XY plane, covering a square area 300mm by 300mm.

The motion of the Nimble flexes the steel cable as it moves around in relation to the stepper, which is fixed to the printer frame.

Now you can mount the stepper directly to the frame of the printer but by mounting the stepper to a gimbal like this it reduces the amount the cable must flex, which puts less drag on the X and Y gantries.

It works well but it adds a moving part which may cause long term problems. Time will tell.

Thanks again.

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  fcwilt
9978.7 In reply to 9978.5 
MOI 5?

Is that being talked about already or we you just thinking out loud?

I haven't used Macros yet - I will take a look.

Thanks.

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
9978.8 In reply to 9978.3 
Brian/Frederick
quote:
Associating front and back bearings would use concat three times. Or a concatN for multiple items could be built as a macro.


No need for macro..... Concat node has facility for additional inputs (similar to Maths node) with RMB on header of node as shown.

James
https://www.instagram.com/nodeology/

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  fcwilt
9978.9 In reply to 9978.8 
Hi,

Thanks for the info about Concat.

What I initially thought was going to be difficult to achieve has turned out to be remarkably easy.

Nothing like being able to animate a device to verify, to a degree, that it might actually work.

A couple of questions if you don't mind:

- Is there anyway to click some sort of Widget and Reset both Sliders to 0?

- Is there anyway to have the Sliders move "automatically" or something like that?

Thanks.



The folks that have given us the Node Editor deserve some sort of award, perhaps the "Nobel for Really Nifty Things".

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9978.10 In reply to 9978.9 
<<< Is there anyway to have the Sliders move "automatically" or something like that?

I believe that you can use Quartz for simulate that!


---
Pilou
Is beautiful that please without concept!
My Moi French Site My Gallery My MagicaVoxel Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  bemfarmer
9978.11 In reply to 9978.8 
Thank's James :-)
-B
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  fcwilt
9978.12 In reply to 9978.10 
Hi,

Thanks - I will give that a try.

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
9978.13 In reply to 9978.9 
Frederick
quote:
- Is there anyway to click some sort of Widget and Reset both Sliders to 0?
Here's one method:

James
https://www.instagram.com/nodeology/

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  fcwilt
9978.14 In reply to 9978.13 
Hi James,

That seems to work - thanks.

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All