Hello Guest it is April 18, 2024, 02:00:36 PM

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.


Topics - cvetantokov

Pages: 1
1
VB and the development of wizards / Rot 360 rollover question
« on: May 25, 2017, 04:00:05 AM »
Hello ,
i'm having trouble with tangential control , i write a simple macro (M45) that when i use G02/G03 to turn on Tangential control after executing block to turn in off , but after that in general config Rot360Rollover stays checked and that mess up my program , i am using cam software , who controls A axis to be in the direction of cutting exept in G02 and G03 . So my question is  Is it possible to turn off Rot360Rollover in a macro automatically.
Thanks in Advane

2
VB and the development of wizards / Need Help With Outputs
« on: March 10, 2016, 01:58:39 PM »
Hello,
i am not good in programing so maybe i have stupid question but i dont know how to do it.
So i need a button script that put ON Output 4 until INPUT 1 is active ,then stop the power to output 4,
i tryed this :
DoOEMButton(233)
IF IsActive(INPUT1)then
DoButton(234)
DoButton(0) // to start cycle :)

But this works only if i activate INPUT1 it doesnt wait it.
this si to control DC Motor with switches . So i dont know how to do it or how to LOOP the "IF" until is active INPUT1.
Sorry for poor English.
Thanks

Pages: 1