| View previous topic :: View next topic |
| Author |
Message |
QueenMo
Joined: 13 Sep 2011 Posts: 2
|
Posted: Thu Sep 15, 2011 3:20 pm Post subject: DIG module on Armada |
|
|
I am taking over a project and am still in the learning stage. We have a Chico Plus board that is programmed in MsVC++ 6.0. We have two PMC modules on the board, an A4D4 which works fine and a DIG (digital IO module) on the other site. This has not been successfully programmed. Does Armada support this PMC? I don't see any evidence of this in the test routines. How do you program its use? The previous program did setup some software connections to various Pins. Where can I find the definitions of the connections? (There are a number of strings used in setup.)
Here is the call to initiate the DIG board. It returns an error.
hModule_1 = IICali_Create( "TIIDIG" );
Thank you. |
|
| Back to top |
|
 |
jhenderson Site Admin
Joined: 07 Mar 2006 Posts: 2252 Location: So. Cal. USA
|
Posted: Mon Sep 19, 2011 1:39 pm Post subject: |
|
|
Unfortunately, we can no longer actively support the ChicoPlus and Omnibus modules in conjunction with the Armada software. The software design has been frozen for several years.
The DIG module was capable of streaming digital data via the DigReadStream and DigWriteStream properties. The direction of the bits was programmed via the DigConfig property. However, I cannot locate an example of control of this module using MSVC. |
|
| Back to top |
|
 |
QueenMo
Joined: 13 Sep 2011 Posts: 2
|
Posted: Tue Sep 27, 2011 8:05 am Post subject: Programming the DIG |
|
|
| I was wondering if you had any programming examples for the DIG module using other programming environments--BorlandC, for instance. Perhaps this would give me a greater idea on how to use the DIG. |
|
| Back to top |
|
 |
jhenderson Site Admin
Joined: 07 Mar 2006 Posts: 2252 Location: So. Cal. USA
|
Posted: Tue Sep 27, 2011 8:40 am Post subject: |
|
|
| Unfortunately no. We are no longer supporting software programming for this module. |
|
| Back to top |
|
 |
|