Jump to content
OMRON Forums

Writing to Phase B DAC Output


Amir

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Before you write to the Gate3.Chan[j].Pwm[1] register

You should check these setting

1. Gate3.Chan[j].OutputMode should be 3 or 7

2. Gate3.Chan[j].PackOutData should be 0

3. The value you write to Gate3.Chan[j].Pwm[1] shoule be multiply by 65536

Because the effective output value is high 16bits.

The valid range of this value before multiplying by 65536 is +-32767, which

represents the output voltage of +-10V

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...