In one of my projects I have to use two CSMIO -IO modules (I need a lot of outputs...)
Mach address are 16 and 17, CSLAB addres are 100 and 101.
I have to activate outputs from macro script.
With:
SetModOutput (100, 255) - I can activate all outputs on module nr.1
SetModOutput (101, 255) - I can activate all outputs on module nr.2
With activation of single otput I have problem
SetOutBit(100,0)
SetOutBit(100,1)
...
I can activate all Outputs except
SetOutBit(100,6)
SetOutBit(101,6)
This output does not activate on both modules.
It is not defined in Mach3 - this was already checked...
I have already wrote a Ticket but did not get any answer from CSLAB...
Any suggestion/help is welcome
Thanks
In one of my projects I have to use two CSMIO -IO modules (I need a lot of outputs...)
Mach address are 16 and 17, CSLAB addres are 100 and 101.
I have to activate outputs from macro script.
With:
SetModOutput (100, 255) - I can activate all outputs on module nr.1
SetModOutput (101, 255) - I can activate all outputs on module nr.2
With activation of single otput I have problem
SetOutBit(100,0)
SetOutBit(100,1)
...
I can activate all Outputs except
SetOutBit(100,6)
SetOutBit(101,6)
This output does not activate on both modules.
It is not defined in Mach3 - this was already checked...
I have already wrote a Ticket but did not get any answer from CSLAB...
Any suggestion/help is welcome
Thanks