7/31/2009 2:32 PM | |
Joined: 10/7/2005 Last visit: 1/23/2025 Posts: 3032 Rating: (1059) |
Hello again autom25 While I've never tried to do so, my (best guess) answer is that it will (have to) be possible. The but (and this is a big BUT) is though, thatyou will have to essentially write logic that "multiplexes" the various TSEND calls and ensures that they are mutually exclusive (i.e. only one TSEND active at any given time). Bear in mind too that TSEND operates"asynchronically" (a fancy word meaning that it will/may need a number of OB1 scan's/calls to finish what it has to do). Even if you have only one TSENDyou willneed to evalute its DONE bit before you triggerit's next call. Should your requirements be to send different dataareas (e.g. different DB's) to the comms partner and you must do so via the same connection, you may find it easier to have only one TSEND but change the Send DATA area when one call finished and before you call it again (i.e you multiplex the DATA rather than various TSEND calls). IMHO, simultaneous calls of multiple TSEND's on the same (TCON established) connection willNOT work. Having said that, if someone else out there has a different experience (or can confirm my assertion), please let us know. |
Cheers |
|
This contribution was helpful to2 thankful Users |
Follow us on