Hello Guest it is April 26, 2024, 04:56:45 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.


Topics - nfloppy

Pages: 1
1
dspMC/IP Motion Controller / Timer with analogical inputs
« on: October 10, 2011, 08:25:39 AM »
Hi.

I need a way to read in Mach3 the value of DSPMC card time when the analogical input DRO has updated.

I need to have in Mach3 not only the value of analogical input, but also WHEN it was red by DSPMC (and not the time when Mach3 had received it, because it should be not the same, and it should depend by buffer ...).

And more, in the guide of DSPMC I find that frequency of analogical inputs is 10kHz. But also if I read up to 8 inputs, frequency is the same, or I must divide the max value of frequency by the number of inputs reading together?

Thanks for your help!

2
Brains Development / Brain to control limit switches
« on: September 26, 2011, 07:30:39 PM »
Hi.

I need to control what it happends when machine arrives on a axis limit switch.

If I configure as a axis limit the switch, when it i pressed, reset state goes down and the switch stay on. In this case, I cannot move axis to bring out the machine from the switch.

So I should want to control the switch signal with a brain in this way:

- if user press jog key, brain controls if the machine is on the limit switch. In this case, it is inhibit moving in the sense of switch, but it is possible to move in the other way.

BUT!

When I look for the jog pressed button in brain inputs, I cannot find what work in this sense. There is not way to check the pression of 307 or 308 Button??? (for X moving, i.e.)

Please help me if you can! Thank you!

3
dspMC/IP Motion Controller / How to configure a MPG
« on: April 04, 2011, 05:09:10 AM »
Hi.

I'm sorry for my imperfect English.

I've started to use VitalSystem board with Mach3 in the University Laboratory for my degree.

We have problem to connect softencoder for MPG use.

Reading the guide I know that for the first MPG I can use pin 24 and 12 on J4, that means I must connect A and B channel of softencoder on I12 and I13 pin of 7535 board. (and 5V and ground of encoder on power pins of 7535)

Later, I must config MPG in Mach3. I've used the config panel directly from Config Plugin in the Setting Menu, on page 1, and also I have written in the xml section:

<MpgSource1>
             <Type>SoftEncoder</Type> <!—SoftEncoder or HardEncoder-->
             <Index>0</Index>
</MpgSource1>


In input/output page of Mach3 I set only MPG1 enabled, and unit/count in relative column, without setting numbers of ports and pins for A and B channel, as the manual says.

Now. Where's the error? How can I read pulse from the encoder?

Obviously, I write this topic because setting MPG mode on the jog, and selecting a axes, the machine doesn't move itself.

I tried to write VB script, or brains to read UserDRO 1330. Nothing.

We have controlled encoder separately, and it works.

Thanks for your answer.

Bye!

Pages: 1