Search found 15 matches
- Thu Mar 17, 2022 3:24 pm
- Forum: Miscellaneous
- Topic: Neopiexl
- Replies: 6
- Views: 4292
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...
- Thu Mar 17, 2022 1:26 am
- Forum: Miscellaneous
- Topic: Neopiexl
- Replies: 6
- Views: 4292
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.
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.
- Wed Mar 16, 2022 6:24 pm
- Forum: Miscellaneous
- Topic: Neopiexl
- Replies: 6
- Views: 4292
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.
I will figure it out and give you an update with this project.
David.
- Fri Mar 11, 2022 5:58 pm
- Forum: Miscellaneous
- Topic: Neopiexl
- Replies: 6
- Views: 4292
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.
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.
- Mon Nov 23, 2020 10:32 pm
- Forum: Configuration Issues
- Topic: C# Coor Motion
- Replies: 6
- Views: 1253
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...
- Mon Nov 23, 2020 9:37 pm
- Forum: Configuration Issues
- Topic: C# Coor Motion
- Replies: 6
- Views: 1253
Re: C# Coor Motion
Here is the a pic of the issue
- Mon Nov 23, 2020 9:15 pm
- Forum: Configuration Issues
- Topic: C# Coor Motion
- Replies: 6
- Views: 1253
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...
- Mon Nov 23, 2020 8:48 pm
- Forum: Configuration Issues
- Topic: C# Coor Motion
- Replies: 6
- Views: 1253
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...
- Mon Nov 23, 2020 5:34 pm
- Forum: Configuration Issues
- Topic: C# Coor Motion
- Replies: 6
- Views: 1253
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. ...
- Wed Nov 11, 2020 7:08 pm
- Forum: Configuration Issues
- Topic: Coordinated Motion and Single axis motion
- Replies: 3
- Views: 870
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.
What sets the acel and decel for each axis when in coordination moves?
Thanks,
David.