‎02-02-2006 10:35 AM
‎02-02-2006 02:14 PM - edited ‎02-02-2006 02:14 PM
LVRefNum is just a private datatype tha can represent a number of different refnums, so you should be more specific what you are trying to do. If the LVRefNum you are refering too is a generic file refnum you can use the FRefNumToFD function to return the low level File Manager refnum and then you can use the FMRead, FMWrite, FMTell, and FMSeek functions to access the file.
@OlegUA wrote:
Hi All,
How I can reach to data via LVRefNum in CIN module? I not found any real solutions in this forum........ 😞
Help, please.
Message Edited by rolfk on 02-02-2006 09:15 PM
‎02-03-2006 05:33 AM
‎02-03-2006 05:43 AM
You can't create User Event, Notifiers etc refnums in a CIN. The functions for this are not exported from the LabVIEW kernel to your CIN.
@OlegUA wrote:
Hi Rolf,
I want create the CIN which allocates memory for cluster and returns refnum on it. For example, like "Create User Event", "Create Notifier", and similar. This CIN must allocate new memory per every call.
Oleg.
‎02-03-2006 08:12 AM