Jump to content

type=SysEx stream="XX"


Spirit
 Share

Recommended Posts

hi again..

 

I have been looking at the Steam feature..

and it getting beter and beter... as I never use ASCII.

but print a text on the lcd is no problem..

 

only I noticed I can only set the Curser postion on the Sysex as ^curser or 6C 63 64 20 40 28 31 3A 31 3A 31 29 (your Hello world example)

can it be possible to do this on the NGC file?

something like this? txt56:1

then lcd_pos=<lcd>:x:y label="txt56:1"

or do i miss a Feature.

 

 

but this is very new for me so I have some other quastions to..

as I used a Example from you..

 

type=SysEx stream="0xf0 0x00 0x00 0x66 0x12 ^cursor ^txt56"

 

if I send F0 00 00 66 12 01 65 6D 69 6C 65 F7 the lcd will print emile (my name ;-) ) on curser 1

 

but if I change the Event_ parameter to  type=SysEx stream="0xf0 0x00 0x00 0x66 0x12 ^cursor ^txt"

instead of txt56 i add txt.

 

and i send the Sysex i see nothing on my LCD?

 

kind regards, spirit

Link to comment
Share on other sites

only I noticed I can only set the Curser postion on the Sysex as ^curser or 6C 63 64 20 40 28 31 3A 31 3A 31 29 (your Hello world example)

can it be possible to do this on the NGC file?

something like this? txt56:1

 

It's currently not possible.

Would you prefer to set the initial cursor with txt:<cursor>, or with the lcd_pos?

 

 

 

but if I change the Event_ parameter to  type=SysEx stream="0xf0 0x00 0x00 0x66 0x12 ^cursor ^txt"

instead of txt56 i add txt.

 

and i send the Sysex i see nothing on my LCD?

 

I'm surprised, because internally ^txt56 is almost identical to ^txt, only the line length is different.

Maybe the event wasn't active... did you get an error message while loading the .NGC file?

And do you find the event with the "show pool" command?

 

Best Regards, Thorsten.

Link to comment
Share on other sites

It's currently not possible.

Would you prefer to set the initial cursor with txt:<cursor>, or with the lcd_pos?

 

i would prefer LCD_POS=LCD:X:Y its way easyer to find where you are at the LCD.

 

 

I'm surprised, because internally ^txt56 is almost identical to ^txt, only the line length is different.

Maybe the event wasn't active... did you get an error message while loading the .NGC file?

And do you find the event with the "show pool" command?

 

oke i get a error on the mios terminal.

 

[ 633.731] [MBNG_FILE_C:23] ERROR: unknown SysEx variable '^txt' in EVENT_RECEIVER ... stream=0xf0

Link to comment
Share on other sites

EVENT_RECEIVER ID =2 type=SysEx stream="0xf0 0x00 0x00 0x66 0x12 ^cursor ^txt"

 

with this line i get a Error.

 

 

EVENT_RECEIVER ID =2 type=SysEx stream="0xf0 0x00 0x00 0x66 0x12 ^cursor ^txt56"

 

this doesnt give a error.

 

/Spirit

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...