Hello Guest it is March 28, 2024, 10:44:56 AM

Author Topic: CSMIO/IP wiring outputs and MPG module config  (Read 19343 times)

0 Members and 1 Guest are viewing this topic.

Offline Dan13

*
  •  1,208 1,208
    • View Profile
    • DY Engineering
Re: CSMIO/IP wiring outputs and MPG module config
« Reply #30 on: January 10, 2014, 02:01:02 PM »
Oh... and also got an example VB for an analogue out:

'OUT 0
a = 4095
SetModOutput(80, a)    '10V  Max DAC
a = 0
SetModOutput(80, a)   '0V  Min DAC


'OUT 1
b = 4095
SetModOutput(81, b)    '10V  Max DAC
b = 0
SetModOutput(81, b)   '0V  Min DAC

Dan

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CSMIO/IP wiring outputs and MPG module config
« Reply #31 on: January 10, 2014, 02:06:11 PM »
I wonder if the input would be the same for the Brain over modbus, just need to know the address. Will have a look tomorrow if I remember and see.
However a macropump will work fine, certainly did when I was doing my height checker via the encoder input of the Enc unit, I could slide the scale as fast as I wanted and it would look like any other DRO moving in Mach.
Hood

Offline Dan13

*
  •  1,208 1,208
    • View Profile
    • DY Engineering
Re: CSMIO/IP wiring outputs and MPG module config
« Reply #32 on: January 10, 2014, 02:11:12 PM »
OK. Will try a macropump. Besides I am much more fond of VB than Brains anyway ;)

Dan

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CSMIO/IP wiring outputs and MPG module config
« Reply #33 on: January 10, 2014, 02:11:44 PM »
Oh sorry also missed the feedhold question, cant really say how slow it is as its not something I use very often, I mainly just use the FRO pot.
Hood