Hello Guest it is March 29, 2024, 02:47:40 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tantan

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 »
11
thanks for all the replies. i removed the software (mach4 and CSLabs), i cleaned the registry and reinstalled the 46xx version. i am up and running again with this version. for installing a new version i will take you're advice to rename my current directory..
i will post results from the testing which seems strange to me or which do not work as in the 46xx version.
thanks all!

12
hi, thank you for you're reply,
i wish i had done that.... i switched back to Mach3 and all works fine. not sure if i want to go to Mach4 again....  >:(

13
CS-Lab / update to M4 .5000 version
« on: January 07, 2023, 03:22:04 AM »
i have an EMCO mill converted to mach3 and that runs for a few years now. i use CSLABS CSMIO/IP-S six axis and pokeys for the pendant. the pc is an intel nuc with W10/8GB internal RAM. i converted it to M4 (previous version 46..) all went wel, i made the software for the toolchanger, perfect. (https://youtu.be/a72-Q8TJUow) i did an upgrade to the .5000 version. now CSLABS comes with PID fault: error 1092
i reinstalled M4, made a new clean profile and entered all the setting.. nothing works.
i hope to get some ideas...

14
i have an EMCO mill converted to mach3 and that runs for a few years now. i use CSLABS CSMIO/IP-S six axis and pokeys for the pendant. the pc is an intel nuc with W10/8GB internal RAM. i converted it to M4 (previous version 46..) all went wel, i made the software for the toolchanger, perfect. (https://youtu.be/a72-Q8TJUow) i did an upgrade to the .5000 version. now CSLABS comes with PID fault: error 1092
i reinstalled M4, made a new clean profile and entered all the setting.. nothing works.
i hope to get some ideas...

15
VB and the development of wizards / Re: Edge detection on input
« on: January 17, 2016, 10:40:00 AM »
see code i posted in my first post. that did not see input1 changing.
i call a sub in the while loop that reads the input. that works.

tnx

16
VB and the development of wizards / Re: Edge detection on input
« on: January 16, 2016, 03:01:29 PM »
hi,
it works,
mach does not read inputs within a while loop.

https://youtu.be/39QgfGTrPZo

tnx for your replies

17
VB and the development of wizards / Re: Edge detection on input
« on: January 14, 2016, 11:33:37 AM »
hi

yes the input changes in the diagnostic screen. i hope the frequency of the inputsignal is not to high for this basic code. i will test it tomorrow with a manual switch,

as far as i can see the code should detect an edge...

tnx for your replies.


18
VB and the development of wizards / Re: Edge detection on input
« on: January 13, 2016, 02:45:21 PM »
hi,

the counter does not count up futher than 1. then the while loop hangs mach3 because the counter never reaches 6.

i did use the right input, i did checked that

tnx tantan

19
VB and the development of wizards / Edge detection on input
« on: January 13, 2016, 01:15:19 PM »
i need to detect a falling edge of an input to control my turret

i think the code is right but it hangs mach3?

wanted_position = 6
counter = 0
marker = 0
'input 1 = the couter of the turretpostion

message "c = " &counter
sleep(100)

activatesignal(output3) 'start run turret
While ismoving()
Wend


While (counter <> wanted_position)

   If Not isactive(input1) And marker = 0 Then
      counter = counter + 1
      marker = 1
   End If
   

   If isactive(intput1) And marker = 1 Then
      marker = 0
   End If

   message "c = " &counter

Wend

deactivatesignal(output3) 'stop turret

tnx for your reply!

20
PoKeys / Re: Pokeys56 and Smoothstepper (ethernet)
« on: April 13, 2014, 12:12:29 PM »
i did some tests today with pokeys and a CSlab module. i used the same gcode to do the test. all went wel. so this is the proof it is not a pokeys issue but a smoothstepper issue

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 »