Search found 3 matches

by tfinks
Mon Apr 23, 2018 9:00 pm
Forum: MegunoLink
Topic: TrackBar Command Editor
Replies: 4
Views: 7567

Re: TrackBar Command Editor

Upgraded to 1.20.18112.422.

ValueChangedCommandName = \xFF\x00[Tools.AsByte((byte)ServoPositionTrackbar.Value)]

All wonderful.

Thanks, Paul!
by tfinks
Thu Apr 12, 2018 8:47 pm
Forum: MegunoLink
Topic: TrackBar Command Editor
Replies: 4
Views: 7567

Re: TrackBar Command Editor

Hello Paul,

Yes, I want the actual bytes represented by the hex and decimal values I listed.

By the way, is there available reference material describing the syntax that you provided? Looks like there is a rich set of constructs I had not known of.

Regards,

Tim
by tfinks
Wed Apr 11, 2018 12:23 am
Forum: MegunoLink
Topic: TrackBar Command Editor
Replies: 4
Views: 7567

TrackBar Command Editor

Can I send decimal, hex or binary data with ValueChangedCommandName? Presently, I'd like to send the following:

0xFF 0x00 [Trackbar.Value] (spaces added for clarity). In decimal form:

255 0 [Trackbar.Value] (spaces added for clarity).