FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Fieldpoint from Labview without using MAX

I am trying to configure my Fieldpoint hardware using Labview .I am making a dynamic application where MAX will not be used.
Kindly help me find a solution to this
 
 
Regards
Pooja Malhotra
0 Kudos
Message 1 of 5
(3,692 Views)

You will need MAX to create the IAK file.  You cannot create this IAK file programmatically (it will be really nice to have this feature though).  Anyways, once the IAK file has been created, you do not -- ideally -- need MAX anymore. 

-Khalid

 

0 Kudos
Message 2 of 5
(3,686 Views)
I was coming to this board to ask pretty much this exact same question.

We're using a PWM module to drive a stepper motor, and it would be great if we could slow the frequency from within labview.  Unfortunately, from that ^, it does not sound possible.
0 Kudos
Message 3 of 5
(3,646 Views)
Hello PiMaster,

You can definitely change the frequency of your PWM from within LabVIEW.  However, in order to do that, you must configure the PWM channel in MAX.  Once you have your channel(s) configured, take a look at the following example program to find out how to programmatically change your PWM frequency in LabVIEW.
C:\Program Files\National Instruments\LabVIEW 7.1\examples\FieldPoint\Applications\Pulse Width Modulation.vi
Eric
DE For Life!
0 Kudos
Message 4 of 5
(3,633 Views)
Thanks a lot, I'll give that a try when I get back in the lab
0 Kudos
Message 5 of 5
(3,628 Views)