586,119 active members*
3,580 visitors online*
Register for free
Login

Search:

Type: Posts; User: Enforced227

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,134

    I’m also looking for a similar solution, i'm...

    I’m also looking for a similar solution, i'm building a lathe with a ballscrew for both feeding manually and a controller for threading, a switch to chose between manual or threading,

    The encoder...
  2. Re: Machtric S800E Mach4 Modbus configuration

    Maybe i should have done that instead, I'll see if anyone answers,
    Otherwise I'll have to sit down and learn everything (Modbus, Lua) just don't got the time for studying, even if I want to.

    Or...
  3. Machtric S800E Mach4 Modbus configuration

    Hello guys I'm totally lost..
    I've posted a similar thread before about this , and that was for Mach3 and got it working with a lot of help from the guys in the other thread,

    As I've decided to...
  4. I've also looked at that air pump, but the bigger...

    I've also looked at that air pump, but the bigger version with 70l/m ACO 328 and trying to figure out if it's enough airflow/pressure to clear the chips,

    I'm mostly after the chip clearing, and...
  5. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Everything works really really good!

    The only problem now is when I start Mach3 I'll manually have to start the spindle at 12k rpm and manually change the S-OV to corresponding frequency for it...
  6. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    I'll update with some more information soon, all the numbers and so on,
  7. MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Ohh it has to be entered as hex or deci also? I'm to damn stupid... hahah [emoji23]

    Of course it needs to be entered as hex.. I thought that I only needed to enter in Hz xD

    The VFD shows the...
  8. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    This worked like a charm! The only thing I need to understand is the speed / value to enter

    (8193)

    I managed to change speed by enter different numbers for example (500) in the data field...
  9. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Ok I'll take a look later.
    How do I use serial monitor when the port is already busy?
  10. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    My fault! 8192 is correct, I'm not paying attention.

    I'm in a big hurry all the time. No time to sit down and think..

    I'll check later when I'm home,
  11. MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Sorry for all the confusing information xD

    When I set 8291 (start address) reg num 1

    Then I'll need to put 14 in the data field, and when I've checked decimal box (format) and click write, the...
  12. MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Here is what happens if I put hex in the data field and click write, and then change format, (switching to deci in the checkbox)


    Hex: Deci:
    001A becomes 26
    0011 becomes 17 ...
  13. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    I can't tell for sure In what order but this is the binary code that works:

    (BIT1~BIT0) 10B [start] + BIT2~BIT3 10B [fwd] + BIT4 0B [no action] = 10100 binary = 14 hex // 20 Deci

    But it only...
  14. MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    No problem it's me and my bad English trying to explain! I'm super happy even though it doesn't seem/look like it xD

    I've tried to do both hex and deci, with those numbers, and the start address...
  15. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    I'll take a look later tonight, at the moment it is running as I described in a earlier post, I think this will work :)
  16. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Yeah that's true :) solutions often come when you take a brake and are away from home and not able to do anything, xD

    It could be the conversion
    I noticed that different calculators/converters...
  17. MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    I turned it off for tonight, I'll take a look tomorrow after work and see if I'm able to sort it out,

    Both start/stop should be either hex or decimal,

    If start is hex, then stop need to be...
  18. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Teamviewer is a software that doesn't need to be installed on the computer, you just have to download the .exe and run it,

    Then you will be given a key and a station number, I'll get numbers to,...
  19. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    I understand that! Not easy to trying to learn a stupid dude to get it running either xD

    If you want you could look around and see over team viewer and test by your self, very simple way to...
  20. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Ahhh! Now I finally understand those numbers!

    It responds to 12hex with rev rotation,

    But it won't respond to 14 hex? It only responds when I send 14 as decimal

    And if I send 20 decimal...
  21. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    How did you came up with the decimal number 14?

    Anything to do with the list?

    0066H
    0069H


    http://uploads.tapatalk-cdn.com/20161009/25899147dc83b2dc90c6e63e1897fd06.jpg
  22. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Okay so 4-5 isn't really a true rev/stop number it has to be defined with another start number?
  23. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    It seems like:

    14= start cw
    4=start ccw
    5=stop

    8 does nothing
  24. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    1 instead of 14 seems to be stopping the spindle from spinning,

    And it runs at lowest setting 6000rpm at "14" command
  25. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    I've sent 14 decimal instead of 20 and it fires up! And now I just need the thing to stop xD
  26. MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    http://uploads.tapatalk-cdn.com/20161009/a1f5c4c3150e1fb371ee6ec5f4ce52ef.jpg


    It doesn't feel right (RS+ to RS+)
    And (RS- to RS-) ?

    Isn't it RS+ to RS-? Arduino tx rx lines is switched?...
  27. MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    I can start it manually, at the moment it won't respond to the panel (buttons/pots) on the front panel because I've changed it to respond to rs485 communication
  28. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Yes, but I'm not able to connect the serial monitor to com3 because it's already in use?

    Or do you mean that I use the serial monitor to transmit the data?
  29. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    Didn't work either, isn't the VFD dependent of having a running frequency?

    Not just the start command?

    (20)
    And any frequency? (Next row or same)
  30. Re: MACHTRIC S800E 2,2kw VFD (Mach3) RS485 Modbus

    http://uploads.tapatalk-cdn.com/20161009/839c5b516104ebe90446b9696369d698.jpg
Results 1 to 30 of 50
Page 1 of 2 1 2