Search found 109 matches
- Fri Aug 12, 2022 11:34 pm
- Forum: Fixture/Library Requests
- Topic: Astera Symbols
- Replies: 6
- Views: 475
Re: Astera Symbols
This should really be a new topic, not added on to an unrelated request. Can you post the specific fixtures you are interested in and links to the manufacturer's specifications for each of them? (in a new topic)
- Wed Jul 20, 2022 12:46 pm
- Forum: LXSeries Open Source
- Topic: DIRECTION_PIN not resetting after RDM response
- Replies: 11
- Views: 121
Re: DIRECTION_PIN not resetting after RDM response
I think that your compiler is being strict and wants a LXRecvCallback as the parameter to the setRDMReceivedCallback and setDataReceivedCallback functions. Just cast your function pointer to LXRecvCallback and that will probably get rid of the error message. SAMD21DMX.setDataReceivedCallback((LXRecv...
Re: Bug?
This setting is similar to captured channels in ETC's old Express/Expression family. Unless you want this behavior--which you probably don't--Unmark channels at GO should be left checked. If someone is in favor of leaving channels marked when executing cues, I'd like to hear why. Otherwise, this set...
- Mon Jul 18, 2022 2:05 pm
- Forum: LXSeries Open Source
- Topic: DIRECTION_PIN not resetting after RDM response
- Replies: 11
- Views: 121
Re: DIRECTION_PIN not resetting after RDM response
There is a reply about the direction pin at the end of the previous topic: It is possible that the interrupt handler is not getting called. You can try changing DMX_SERCOM->USART.INTENSET.reg = SERCOM_USART_INTENSET_TXC | SERCOM_USART_INTENSET_ERROR; to DMX_SERCOM->USART.INTENSET.reg = SERCOM_USART_...
- Mon Jul 18, 2022 2:02 pm
- Forum: LXSeries Open Source
- Topic: DIRECTION_PIN not resetting after RDM response
- Replies: 11
- Views: 121
Re: DIRECTION_PIN not resetting after RDM response
I think this is a c++ issue. I'm not sure why the syntax coloring but that's probably a clue if you can figure out what it means. Arduino IDE simplifies c++ for the sketch. One of the things it does is to not require function templates. In regular c/c++ these are in the header (.h) file and the func...
- Sun Jul 17, 2022 3:34 pm
- Forum: LXSeries Open Source
- Topic: LXSAMD21DMX library for SAMD21
- Replies: 12
- Views: 236
Re: LXSAMD21DMX library for SAMD21
It is possible that the interrupt handler is not getting called. You can try changing DMX_SERCOM->USART.INTENSET.reg = SERCOM_USART_INTENSET_TXC | SERCOM_USART_INTENSET_ERROR; to DMX_SERCOM->USART.INTENSET.reg = SERCOM_USART_INTENSET_TXC | SERCOM_USART_INTENSET_ERROR | SERCOM_USART_INTENSET_DRE; in ...
- Sun Jul 17, 2022 3:17 pm
- Forum: LXConsole
- Topic: Outgoing OSC connection
- Replies: 10
- Views: 122
Re: Outgoing OSC connection
The latest build (today) is Version 6.2.1 (17217.1). It has improved error reporting if the network sockets cannot be created for receiving OSC. You might try this and look at the messages window when you fail to establish the OSC connection. You should also restart the computer and then only open L...
- Sun Jul 17, 2022 12:44 pm
- Forum: LXConsole
- Topic: Outgoing OSC connection
- Replies: 10
- Views: 122
Re: Outgoing OSC connection
Look in the messages window to see what error is being reported when you try to enable OSC. Please post the full version that you are using when this happens. eg. the latest build as of right now is Version 6.2.1 (17211.1). Look at the System Preferences Security and Privacy tab. Look at the firewal...
- Sun Jul 17, 2022 12:31 pm
- Forum: LXSeries Open Source
- Topic: DIRECTION_PIN not resetting after RDM response
- Replies: 11
- Views: 121
Re: DIRECTION_PIN not resetting after RDM response
I'm not sure how you know that the direction pin is not low. The way to do this accurately is with a logic probe and that is how you have to see what is going on. Use some extra pins and set them high/low in the code and then trace the timing with the logic probe. It takes a while because you'll cap...
- Wed Jul 13, 2022 12:27 pm
- Forum: LXConsole
- Topic: Outgoing OSC connection
- Replies: 10
- Views: 122
Re: Outgoing OSC connection
What exactly are you doing and what does not happen that you expect to happen?
There is nothing wrong with OSC in LXConsole. So, the issue must be something on your machine or how you have the preferences set.
There is nothing wrong with OSC in LXConsole. So, the issue must be something on your machine or how you have the preferences set.