04-07-2008 10:11 AM
04-07-2008 10:28 AM
That link does not apply at all. The link was referring to using the DAQ Assistant with an evaluation (unlicensed) version of LabVIEW. As a matter of fact, you cannot use the DAQ Assistant at all with a built application. The only way to start up the DAQ Assistant is to do so from the block diagram and you don't have a block diagram in an exe.
You can skip the DAQ Assistant altogether and use the low level DAQmx functions and with front panel controls, modify any aspect of task that you want. You will also install DAQmx and you have the option of installing MAX on the pc. Tasks can be added/modified there.
04-07-2008 12:22 PM
Dennis Knutson wrote:
That link does not apply at all. The link was referring to using the DAQ Assistant with an evaluation (unlicensed) version of LabVIEW. As a matter of fact, you cannot use the DAQ Assistant at all with a built application. The only way to start up the DAQ Assistant is to do so from the block diagram and you don't have a block diagram in an exe.
You can skip the DAQ Assistant altogether and use the low level DAQmx functions and with front panel controls, modify any aspect of task that you want. You will also install DAQmx and you have the option of installing MAX on the pc. Tasks can be added/modified there.
04-07-2008 03:00 PM
04-08-2008 12:09 PM
04-08-2008 12:29 PM
Thanks, everybody, for your quick responses. I probably wasn't clear enough in my original question.
I know I can use the low-level VI's to create and modify scales, tasks, etc. programmatically. However, what I want to do is let my users create their own custom scales (for a new sensor, for example) through NI-MAX. According to the message that pops up when I begin to create a custom scale in NI-MAX on a system without LabView installed, I'm only allowed to create scales, tasks, and channels if I have a properly-licensed development system installed (LabView, LabWindows, or MeasurementStudio) on that computer.
What I want to know is if there is a deployment license, or similar, available that would let my users create scales in NI-MAX, without violating the license terms, on a computer that has my built application, but no development system, installed.
Thanks,
Mark Moss
04-09-2008 10:56 AM
04-09-2008 12:01 PM
First, I should mention that this is probably not specifically a LabView problem. I asked the question here because I want to find out how I can let my users create their own custom scales in NI-MAX for use with my built LabView application. Using the low-level VI's is no problem at all. In fact, in my LabView program, I build the task based on the physical channels and scales specified by the user. However, I need to allow the user to create their own custom scales after my built LabView program has been installed on the computer.
04-11-2008 08:41 AM