DAC 0 / DAC1 and DAQFactory Express


valts

Recommended Posts

Hi!

Is it possible to set values for DAC0 and DAC1 from the DAQFactory Express without using specific sequences?

Like defining a channel and specifying it to be "D to A". What channel number should be used?

Regards,

Valts

Link to comment
Share on other sites

Certainly:

1) Create a new channel, select I/O type D to A. Channel number would be 0 for DAC0 or 1 for DAC1.

2) You can then set from script using, for example, MyDACChannel = 3, or since you don't want to use script, you can use the screen components, such as a button, variable value component or other to set the channel by selecting MyDACChannel or whatever you named your channel as the Set Channel.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.