Concept code which launches two threads, one of which implements a Modbus Tunnel protocol to talk with an ISEM, the other which launches a Modbus RTU protocol to talk to a CPUM (most of the Modbus code has been removed prior to publishing.) A canned AC and DC spectra is provided to display wave forms on start-up however the project normally polls for spectra from the ISEM and then plots is (that functionality has been removed prior to publishing.)
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI
Plot of the initial start-up canned AC and DC spectra.
Diff: NextGen-Exerciser-Tunnel.h
- Revision:
- 0:387684ec9d92
diff -r 000000000000 -r 387684ec9d92 NextGen-Exerciser-Tunnel.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NextGen-Exerciser-Tunnel.h Thu May 30 05:16:27 2019 +0000 @@ -0,0 +1,18 @@ + +// ---------------------------------------------------------------------- +// NextGen-Exerciser-Tunnel.h +// +// Fredric L. Rice, May 2019 +// +// ---------------------------------------------------------------------- + +#define CDI_STACK_SIZE 1024 + +// ---------------------------------------------------------------------- +// Define external functions which other modules may invoke +// +// ---------------------------------------------------------------------- +extern void TunnelInit(void); + +// End of file +