Linx receiver question
wmtell1
Posts: 14
Can I have the Linx receivr pause for a signal for a small time and then the go to another part of my code?
William
·
William
·
Comments
Are you asking if you can wait for a defined timeframe for a specific signal on the DATA line? The Timeout and·Tlabel variables are options in the SERIN command that can be used to wait for a defined timeframe for any signal. Timeout triggers on any serial data and defines the wait time; Tlabel specifices the program direction if the wait time is exceeded. Add an error trapping routine if you utilize Timeout and·Tlabel· and need to wait for a specific signal.
As an alternative, consider using the WAIT qualifier to wait for a specified dataset prior to receiving additional data. Please view the SERIN Function in the Help file for more information.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
························ Craig Eid
··········· Triad Research and Development
Electical Engineering Design and Consulting Services
··················· www.TriadRD.com
William
Does anyone know the longest range that I can get from the Linx receiver?
Thanks for all the helpp!
William