First let's clarify a few points.
- The 7030 has 1 KB shared memory. No PXI controller has shared memory for use with the shared memory VIs.
- The 7030 was not designed to be a high-speed data logger
- It is not possible to access the 6030E portion of the 7030/6030E from the same VI that is accessing your 6052E. You would need to have a separate VI running on the 7030 doing the 6030E acquisition.
It sounds like you are trying to use both boards under Windows. If you are attempting to use the 7030 when your PXI controller is running RT, you will quickly find that this simply is not possible. If you were to *try* to use these two boards together in the way you describe, I would use RTSI and not the PXI star trigger. It would require some intricate handshaking
of data between the host PC and the 7030 in order for the DAQ operations to be executed in the correct order.
The next major concern is that of getting the data from the 7030 to the host computer for data logging. The maximum scan rate of the attached 6030E is 100 kS/s. Since each sample is 2 bytes of data, if you acquire at the maximum rate, this is 200 KB/s. You need to transfer this data (either via the 1 KB shared memory or TCP/IP) to your host PC. I am not sure if either method is capable of transferring this quantity of data at that rate.
In short, I'm not one to say what you are suggesting is impossible. But this is definately not what the 7030/6030E was designed for, and I would *highly* recommend a second 6052E or some other stand-alone E Series PXI DAQ device if your application requires synchronization of multiple DAQ devices in a high-speed buffered acquisition for data logging.