-
How to add a new protocol in the Type drop-down box??
![image](https://github.com/user-attachments/assets/942b13fe-4a8c-4762-93b4-95afa9cb8775)
-
**Describe the issue**
how to use thingsboard-gate to collection Fanuc data,as we all know,Fanuc systems communicate through the focas(Fanuc Open CNC API Specifications) protocol.
-
IMHO all those DLL and SO files look like a clutter. What do you think about moving them into a separate folder? Or maybe two: one for DLL files, the other for SO files? Or maybe put those two folders…
-
Allow output to SHDR and MQTT, for example, from a single CNC connection to avoid multiple Focas connections to CNC.
-
https://github.com/Ladder99/fanuc-driver/blob/abe26bc4625d75b36e55751875173c92c13e2915/fanuc/veneers/StatInfoText.cs#L102-L117
So basically `StatInfoText` just takes the integer value from Foca…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [x] I am using the latest npm
### Current Behavior
I…
-
Doosan machine is generating ping true. But not sending data on driver.
What are the debugging steps?
-
在feeds中添加添加kooiot
```patch
diff --git a/feeds.conf.default b/feeds.conf.default
index 8414301..231b17e 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -3,3 +3,4 @@ src-git luci https…
-
What CNC systems does this code support? Can you give some examples?
-
Having Fortran subroutines necessitates either providing precompiled object files or making Fortran compilation part of the build process. Neither is particularly ideal, so the best thing would be to …