Search found 15 matches

by david.b.taylor
Thu Mar 17, 2022 3:24 pm
Forum: Miscellaneous
Topic: Neopiexl
Replies: 6
Views: 1150

Re: Neopiexl

Thank you for clarification. Maybe SPI is not the direction I should pursue. The Neopixel light use a one wire communication library. The goal is to use the Neopixel to control lights colors on a zone in machine using Klop and not an extra PLC to control the lights. The Arduino uses the One Wire Lib...
by david.b.taylor
Thu Mar 17, 2022 1:26 am
Forum: Miscellaneous
Topic: Neopiexl
Replies: 6
Views: 1150

Re: Neopiexl

OK, this file makes very little since (SPI V6.c)
Where dose port get set or what is the SPI port?
Where does one init. nodes?
Where dose one send data to node?
Thanks,
David.
by david.b.taylor
Wed Mar 16, 2022 6:24 pm
Forum: Miscellaneous
Topic: Neopiexl
Replies: 6
Views: 1150

Re: Neopiexl

Thank you for the reference. I looked it over. The documenting is great (NOT!) ;-)
I will figure it out and give you an update with this project.
David.
by david.b.taylor
Fri Mar 11, 2022 5:58 pm
Forum: Miscellaneous
Topic: Neopiexl
Replies: 6
Views: 1150

Neopiexl

Is there any Neopiexl support?
or support on SIP protocol?
or support on One wire protocol?

New to SIP stuff. I would like to write libs tools for Neopiexl if there are none out there.

Thanks,
David.
by david.b.taylor
Mon Nov 23, 2020 10:32 pm
Forum: Configuration Issues
Topic: C# Coor Motion
Replies: 6
Views: 703

Re: C# Coor Motion

public void Init(List<AxisNodeContainer> axes, int devicenumber, string name, double vvel, double vacc, double vdec, double v_Jerk) { _Axes = axes; _DevNum = devicenumber; _Name = name; _NumAxis = axes.Count; _CPU = new double[_NumAxis]; _AxisNums = new int[_NumAxis]; _MaxAccel = new double[_NumAxis...
by david.b.taylor
Mon Nov 23, 2020 9:37 pm
Forum: Configuration Issues
Topic: C# Coor Motion
Replies: 6
Views: 703

Re: C# Coor Motion

Here is the a pic of the issue
by david.b.taylor
Mon Nov 23, 2020 9:15 pm
Forum: Configuration Issues
Topic: C# Coor Motion
Replies: 6
Views: 703

Re: C# Coor Motion

On the first and second grove we get a hole then the grove then hole at the end. I am giving the start and end the same X,Y yet it is off all at the beginning and end. The big distortion on the last grove is gone. But still getting the knobs at begging ang end. Any ideal how to solve this. Thank You...
by david.b.taylor
Mon Nov 23, 2020 8:48 pm
Forum: Configuration Issues
Topic: C# Coor Motion
Replies: 6
Views: 703

Re: C# Coor Motion

This is the crux of the problem, we have no idea what the units of speed are (group.velocity?). We normally run everything in a standardized inches per minute, and for example the X axis (left and right represented in the provided image) can handle upwards of 3800 inches per minute with a counts per...
by david.b.taylor
Mon Nov 23, 2020 5:34 pm
Forum: Configuration Issues
Topic: C# Coor Motion
Replies: 6
Views: 703

C# Coor Motion

I am using C# to make a path on an X,Y, Z Axis machine. Just a simple line. It is a router tool for making louvers on a board. The picture I include is a sample of the tool paths. The lower number written by the path is a speed give for the path. The faster the speed the trailing path is distorted. ...
by david.b.taylor
Wed Nov 11, 2020 7:08 pm
Forum: Configuration Issues
Topic: Coordinated Motion and Single axis motion
Replies: 3
Views: 574

Re: Coordinated Motion and Single axis motion

The behavior i am getting is no acel or decel when I am in the coordinated moves. When I am single axis motion it is fine.

What sets the acel and decel for each axis when in coordination moves?

Thanks,
David.