EasyLog | S43-RS485

21,30 ex. tax

Add-on board allowing RS485 communication.

S43-RS485
S43-RS485 21,30 ex. tax

for higher quantity pricing.

The S43-RS485 is an accessory to the PanelPilotACE range and is compatible with the 4.3” PanelPilotACE display module (SGD 43-A). The S43-RS485 mounts on the rear of the SGD 43-A and provides a 3 wire RS485 interface as well as an optional 120Ω terminator.

This device can be connected to via the A (Data+), B (Data-) and GND pins and provides half duplex communication.
The software currently supports ASCII based serial communication as well as the MODBUS (RTU) protocol. More protocols are being added.

Receiver Output High Voltage Vcc-0.6 (4.4V)
Receiver Output Low Voltage 0.17 Typical (0.4 Maximum)
Input Current (V = 12V) 80uA Typical (125uA Maximum)
Input Current (V=-7V) 50uA Typical (-100uA Minimum)
Max Data Rate 20Mbps
A/B Voltage Absolute Maximum -8V – +13V
Operating Temperature Range 0 to 40°C

 

How do I use RS232 in the design studio?

The RS232 works using three elements, one hardware element (Serial COM Port) and two function element (RS-232 Receive and RS-232 Send).

Within the hardware element you must specify standard RS232 properties (baud rate etc.). You must also specify the service type; native if you wish to communicate with another PPA device, Terminal otherwise. The “Terminal Mode” property specifies whether the data should be wrapped with a prompt (easy to use within a terminal) or should be raw (device to device). Then you will need to specify send/receive terminators and separators. The terminator signifies the end of a given RS232 command and the separator is the character used to separate multiple values.

The RS-232 Send element allows you to specify a serial port (the hardware element) and then numerous “Send Values”, this element can be called much like any other action and when it is it will send each value (enclosed within specified pre and post messages) separated via the “Send Separator” specified in the hardware element and ended with the “Send Terminator” specified in the hardware element. The values will be sent in sequential order from top to bottom.

The RS-232 Receive element allows you to specify a serial port (the hardware element), when this has been selected you will be able to specify an “Alias”. In order for an RS-232 Receive to be used it must have a unique identifiable command at the beginning, if no alias is specified then the name of the RS-232 Receive element will be used as the command; if an alias is specified then the Alias will be used as the command. A Receive Separator should follow this and then all values you wish for the device to receive also separated by the Receive Separator and then finished with the Receive Terminator. Then you will specify a list of receive properties/variables, this is where the values will be stored again sequentially from top to bottom as first received to last received.

For example if the Alias was set to “rx”, separator set to comma and terminator set to [CR][LF] and the specified receive value was a text boxes Text property then the following would set the text boxes text value to “Test”:

RS-232 Receive also gives you the option to perform an action once the receive has been completed so you could store a value as a variable and then call an action to display it or modify it with a maths builder before displaying it.

What protocols are supported over RS485?

Currently ascii based raw data and MODBUS, however we are working to add new protocols such as CANBUS, if you have any protocols you would like to see then please contact us.

More support

EasyLog | S43-RS485

21,30 ex. tax

Placa complementaria que permite la comunicación RS485.

for higher quantity pricing.

El S43-RS485 es un accesorio de la gama PanelPilotACE y es compatible con el módulo de pantalla PanelPilotACE de 4,3″ (SGD 43-A). El S43-RS485 se monta en la parte trasera del SGD 43-A y proporciona una interfaz RS485 de 3 hilos, así como un terminador opcional de 120Ω.

Este dispositivo se puede conectar a través de los pines A (Datos+), B (Datos-) y GND y proporciona una comunicación semidúplex. Actualmente, el software admite la comunicación serie basada en ASCII, así como el protocolo MODBUS (RTU). Se están añadiendo más protocolos.

Alta tensión de salida del receptor Vcc-0,6 (4,4V)
Baja tensión de salida del receptor 0,17 Típico (0,4 Máximo)
Corriente de entrada (V = 12V) 80uA Típica (125uA Máxima)
Corriente de entrada (V=-7V) 50uA Típica (-100uA Mínima)
Velocidad máxima de datos 20 Mbps
Tensión A/B Máximo absoluto -8V – +13V
Temperatura de funcionamiento 0 a 40 °C

¿Cómo utilizo RS232 en el estudio de diseño?

El RS232 funciona utilizando tres elementos, uno de hardware (Puerto serie COM) y dos de función (RS-232 Recibir y RS-232 Enviar). Dentro del elemento hardware debes especificar las propiedades estándar de RS232 (velocidad en baudios, etc.). También debes especificar el tipo de servicio; nativo si deseas comunicarte con otro dispositivo PPA, Terminal en caso contrario. La propiedad “Modo terminal” especifica si los datos deben envolverse con un indicador (fácil de usar dentro de un terminal) o deben estar sin procesar (de dispositivo a dispositivo). Luego tendrás que especificar los terminadores y separadores de envío/recepción. El terminador significa el final de un determinado comando RS232 y el separador es el carácter utilizado para separar varios valores. El elemento Envío RS-232 te permite especificar un puerto serie (el elemento hardware) y luego numerosos “Valores de Envío”, este elemento puede ser llamado como cualquier otra acción y cuando lo sea enviará cada valor (encerrado dentro de mensajes pre y post especificados) separados mediante el “Separador de Envío” especificado en el elemento hardware y terminados con el “Terminador de Envío” especificado en el elemento hardware. Los valores se enviarán en orden secuencial de arriba a abajo. El elemento Recepción RS-232 te permite especificar un puerto serie (el elemento hardware), cuando lo hayas seleccionado podrás especificar un “Alias”. Para que una Recepción RS-232 pueda utilizarse, debe tener un comando único identificable al principio, si no se especifica ningún alias, se utilizará el nombre del elemento Recepción RS-232 como comando; si se especifica un alias, se utilizará el Alias como comando. Debe seguirle un Separador de recepción y, a continuación, todos los valores que desees que reciba el aparato también separados por el Separador de recepción y terminados con el Terminador de recepción. A continuación, especificarás una lista de propiedades/variables de recepción, aquí es donde los valores se almacenarán de nuevo secuencialmente de arriba a abajo como primero recibido a último recibido. Por ejemplo, si el Alias se estableció en “rx”, el separador en coma y el terminador en [CR][LF] y el valor de recepción especificado fuera una propiedad Texto de los cuadros de texto, entonces lo siguiente establecería el valor de texto de los cuadros de texto en “Prueba”: La Recepción RS-232 también te da la opción de realizar una acción una vez finalizada la recepción, por lo que podrías almacenar un valor como variable y luego llamar a una acción para mostrarlo o modificarlo con un constructor matemático antes de mostrarlo.

¿Qué protocolos son compatibles con RS485?

Actualmente los datos brutos basados en ascii y MODBUS, pero estamos trabajando para añadir nuevos protocolos como CANBUS, si tienes algún protocolo que te gustaría ver, ponte en contacto con nosotros.
Más ayuda

EasyLog | S43-RS485

21,30 ex. tax

Opsteekkaart voor RS485-communicatie.

for higher quantity pricing.

De S43-RS485 is een accessoire voor de PanelPilotACE serie en is compatibel met de 4,3″ PanelPilotACE displaymodule (SGD 43-A). De S43-RS485 wordt gemonteerd op de achterkant van de SGD 43-A en biedt een RS485 interface met 3 draden en een optionele 120Ω terminator.

Dit apparaat kan worden aangesloten via de A (Data+), B (Data-) en GND pinnen en biedt half duplex communicatie. De software ondersteunt momenteel zowel ASCII-gebaseerde seriële communicatie als het MODBUS (RTU) protocol. Er worden meer protocollen toegevoegd.

Hoogspanning ontvangeruitgang Vcc-0,6 (4,4V)
Lage spanning ontvangeruitgang 0,17 typisch (0,4 maximaal)
Ingangsstroom (V = 12V) 80uA typisch (125uA maximaal)
Ingangsstroom (V=-7V) 50uA typisch (-100uA minimaal)
Maximale gegevenssnelheid 20Mbps
A/B-spanning Absoluut maximum -8V – +13V
Bedrijfstemperatuurbereik 0 tot 40°C

Hoe gebruik ik RS232 in de ontwerpstudio?

De RS232 werkt met drie elementen, een hardware-element (seriële COM-poort) en twee functie-elementen (RS-232 ontvangen en RS-232 verzenden). Binnen het hardware-element moet je standaard RS232-eigenschappen opgeven (baudrate enz.). U moet ook het servicetype opgeven; native als u wilt communiceren met een ander PPA-apparaat, anders Terminal. De eigenschap “Terminal Mode” geeft aan of de gegevens omwikkeld moeten worden met een prompt (eenvoudig te gebruiken in een terminal) of onbewerkt moeten zijn (apparaat naar apparaat). Dan moet je verzend-/ontvangsterminatoren en scheidingstekens opgeven. De terminator geeft het einde van een bepaald RS232 commando aan en het scheidingsteken is het teken dat wordt gebruikt om meerdere waarden te scheiden. Met het RS-232 Send element kun je een seriële poort specificeren (het hardware element) en vervolgens talrijke “Send Values”. Dit element kan net als elke andere actie worden aangeroepen en als dat gebeurt, zal het elke waarde verzenden (ingesloten in gespecificeerde voor- en naberichten), gescheiden via de “Send Separator” gespecificeerd in het hardware element en beëindigd met de “Send Terminator” gespecificeerd in het hardware element. De waarden worden in opeenvolgende volgorde van boven naar beneden verzonden. Met het element RS-232 Receive kun je een seriële poort specificeren (het hardware-element). Als deze geselecteerd is, kun je een “Alias” specificeren. Als er geen alias is opgegeven, wordt de naam van het RS-232 Receive-element gebruikt als het commando; als er een alias is opgegeven, wordt de alias gebruikt als het commando. Daarna volgt een Receive Separator en vervolgens alle waarden die het apparaat moet ontvangen, ook gescheiden door de Receive Separator en afgesloten met de Receive Terminator. Vervolgens specificeer je een lijst met ontvangen eigenschappen/variabelen, dit is waar de waarden weer sequentieel worden opgeslagen van boven naar beneden als eerst ontvangen naar laatst ontvangen. Als de alias bijvoorbeeld is ingesteld op “rx”, het scheidingsteken is ingesteld op een komma en het scheidingsteken op [CR][LF] en de gespecificeerde ontvangstwaarde was een eigenschap van een tekstvak Tekst, dan zou het volgende de tekstvak tekstwaarde instellen op “Test”: RS-232 ontvangen geeft je ook de optie om een actie uit te voeren zodra de ontvangst is voltooid, zodat je een waarde kunt opslaan als een variabele en dan een actie kunt oproepen om deze weer te geven of te wijzigen met een wiskunde-bouwsteen voordat je deze weergeeft.

Welke protocollen worden ondersteund via RS485?

Op dit moment op ascii gebaseerde ruwe gegevens en MODBUS, maar we werken aan het toevoegen van nieuwe protocollen zoals CANBUS. Als je protocollen hebt die je graag wilt zien, neem dan contact met ons op.

Meer ondersteuning

EasyLog | S43-RS485

21,30 ex. tax

Carte d’extension permettant la communication RS485.

for higher quantity pricing.

Le S43-RS485 est un accessoire de la gamme PanelPilotACE et est compatible avec le module d’affichage PanelPilotACE 4.3″ (SGD 43-A). Le S43-RS485 se monte à l’arrière du SGD 43-A et fournit une interface RS485 à 3 fils ainsi qu’un terminateur optionnel de 120Ω.

Ce dispositif peut être connecté via les broches A (Data+), B (Data-) et GND et permet une communication semi-duplex. Le logiciel prend actuellement en charge la communication série basée sur le protocole ASCII ainsi que le protocole MODBUS (RTU). D’autres protocoles sont en cours d’ajout.

Haute tension de sortie du récepteur Vcc-0,6 (4,4V)
Tension basse de sortie du récepteur 0,17 typique (0,4 maximum)
Courant d’entrée (V = 12V) 80uA typique (125uA maximum)
Courant d’entrée (V=-7V) 50uA typique (-100uA minimum)
Débit de données maximal 20Mbps
Tension A/B Maximum absolu -8V – +13V
Plage de température de fonctionnement 0 à 40°C

Comment utiliser RS232 dans le studio de création ?

Le RS232 fonctionne à l’aide de trois éléments, un élément matériel (port COM série) et deux éléments fonctionnels (réception RS-232 et envoi RS-232). Dans l’élément matériel, vous devez spécifier les propriétés standard de RS232 (vitesse de transmission, etc.). Vous devez également spécifier le type de service ; natif si vous souhaitez communiquer avec un autre appareil PPA, Terminal dans le cas contraire. La propriété “Terminal Mode” indique si les données doivent être accompagnées d’une invite (facile à utiliser dans un terminal) ou si elles doivent être brutes (de périphérique à périphérique). Vous devrez ensuite spécifier les terminateurs et les séparateurs d’envoi et de réception. Le terminateur signifie la fin d’une commande RS232 donnée et le séparateur est le caractère utilisé pour séparer des valeurs multiples. L’élément d’envoi RS-232 vous permet de spécifier un port série (l’élément matériel) et de nombreuses “valeurs d’envoi”. Cet élément peut être appelé comme n’importe quelle autre action et lorsqu’il l’est, il envoie chaque valeur (incluse dans les messages pré et post spécifiés) séparée par le “séparateur d’envoi” spécifié dans l’élément matériel et terminée par le “terminateur d’envoi” spécifié dans l’élément matériel. Les valeurs seront envoyées dans l’ordre séquentiel de haut en bas. L’élément RS-232 Receive vous permet de spécifier un port série (l’élément matériel), lorsque celui-ci a été sélectionné, vous pouvez spécifier un “Alias”. Pour qu’une réception RS-232 puisse être utilisée, elle doit avoir une commande identifiable unique au début. Si aucun alias n’est spécifié, le nom de l’élément de réception RS-232 sera utilisé comme commande ; si un alias est spécifié, c’est l’alias qui sera utilisé comme commande. Un séparateur de réception doit suivre, puis toutes les valeurs que vous souhaitez que l’appareil reçoive sont également séparées par le séparateur de réception et terminées par le terminateur de réception. Vous spécifierez ensuite une liste de propriétés/variables de réception, où les valeurs seront à nouveau stockées séquentiellement de haut en bas, de la première à la dernière réception. Par exemple, si l’alias est défini sur “rx”, le séparateur sur virgule et le terminateur sur [CR][LF] et que la valeur de réception spécifiée est la propriété Text d’une zone de texte, la procédure suivante définit la valeur textuelle de la zone de texte à “Test” : La réception RS-232 vous donne également la possibilité d’effectuer une action une fois la réception terminée. Vous pouvez ainsi stocker une valeur dans une variable, puis appeler une action pour l’afficher ou la modifier à l’aide d’un constructeur mathématique avant de l’afficher.

Quels sont les protocoles pris en charge par RS485 ?

Actuellement, les données brutes basées sur l’ascii et MODBUS, mais nous travaillons à l’ajout de nouveaux protocoles tels que CANBUS. Si vous avez des protocoles que vous aimeriez voir apparaître, veuillez nous contacter.
Plus de support

EasyLog | S43-RS485

21,30 ex. tax

Scheda aggiuntiva che consente la comunicazione RS485.

for higher quantity pricing.

L’S43-RS485 è un accessorio della gamma PanelPilotACE ed è compatibile con il modulo display PanelPilotACE da 4,3″ (SGD 43-A). L’S43-RS485 si monta sul retro dell’SGD 43-A e fornisce un’interfaccia RS485 a 3 fili e un terminatore opzionale da 120Ω.

Questo dispositivo può essere collegato ai pin A (Data+), B (Data-) e GND e fornisce una comunicazione half duplex. Attualmente il software supporta la comunicazione seriale basata su ASCII e il protocollo MODBUS (RTU). Altri protocolli si stanno aggiungendo.

Alta tensione di uscita del ricevitore Vcc-0,6 (4,4V)
Bassa tensione di uscita del ricevitore 0,17 tipico (0,4 massimo)
Corrente di ingresso (V = 12V) 80uA tipico (125uA massimo)
Corrente di ingresso (V=-7V) 50uA tipico (-100uA minimo)
Velocità massima dei dati 20Mbps
Tensione A/B massima assoluta -8V – +13V
Temperatura di esercizio Da 0 a 40°C

Come si usa la RS232 nello studio di progettazione?

La RS232 funziona con tre elementi, uno hardware (Porta COM seriale) e due funzionali (Ricezione RS-232 e Invio RS-232). All’interno dell’elemento hardware devi specificare le proprietà RS232 standard (velocità di trasmissione, ecc.). Devi anche specificare il tipo di servizio: nativo se vuoi comunicare con un altro dispositivo PPA, terminale altrimenti. La proprietà “Terminal Mode” specifica se i dati devono essere avvolti da un prompt (facili da usare all’interno di un terminale) o se devono essere grezzi (da dispositivo a dispositivo). Poi dovrai specificare i terminatori e i separatori di invio/ricezione. Il terminatore indica la fine di un determinato comando RS232 e il separatore è il carattere utilizzato per separare più valori. L’elemento RS-232 Send ti permette di specificare una porta seriale (l’elemento hardware) e poi numerosi “Send Values”; questo elemento può essere richiamato come qualsiasi altra azione e quando lo fa invia ogni valore (racchiuso all’interno di messaggi pre e post specificati) separati dal “Send Separator” specificato nell’elemento hardware e terminati dal “Send Terminator” specificato nell’elemento hardware. I valori saranno inviati in ordine sequenziale dall’alto verso il basso. L’elemento RS-232 Receive ti permette di specificare una porta seriale (l’elemento hardware); una volta selezionato, potrai specificare un “Alias”. Per poter essere utilizzato, un RS-232 Receive deve avere all’inizio un comando univoco e identificabile; se non viene specificato alcun alias, verrà utilizzato come comando il nome dell’elemento RS-232 Receive; se viene specificato un alias, verrà utilizzato come comando l’Alias. Dovrebbe seguire un separatore di ricezione e poi tutti i valori che desideri che il dispositivo riceva, anch’essi separati dal separatore di ricezione e terminati con il terminatore di ricezione. Poi specificherai un elenco di proprietà/variabili di ricezione, dove i valori saranno memorizzati in modo sequenziale dall’alto verso il basso, dal primo ricevuto all’ultimo ricevuto. Ad esempio, se l’Alias è stato impostato su “rx”, il separatore su virgola e il terminatore su [CR][LF] e il valore di ricezione specificato è la proprietà Text di una casella di testo, allora la seguente operazione imposterà il valore di testo della casella di testo a “Test”: La ricezione RS-232 ti dà anche la possibilità di eseguire un’azione una volta completata la ricezione, quindi potresti memorizzare un valore come variabile e poi chiamare un’azione per visualizzarlo o modificarlo con un costruttore matematico prima di visualizzarlo.

Quali protocolli sono supportati dalla RS485?

Attualmente i dati grezzi basati su ascii e MODBUS, ma stiamo lavorando per aggiungere nuovi protocolli come CANBUS; se hai dei protocolli che vorresti vedere, contattaci.
Altro supporto

EasyLog | S43-RS485

21,30 ex. tax

Zusatzkarte für die RS485-Kommunikation.

for higher quantity pricing.

Das S43-RS485 ist ein Zubehör für die PanelPilotACE-Reihe und ist mit dem 4,3-Zoll-PanelPilotACE-Displaymodul (SGD 43-A). Der S43-RS485 wird an der Rückseite des SGD 43-A montiert und bietet eine 3-Draht-RS485-Schnittstelle sowie einen optionalen 120Ω-Abschlusswiderstand.

Dieses Gerät kann über die Pins A (Data+), B (Data-) und GND angeschlossen werden und bietet Halbduplex-Kommunikation. Die Software unterstützt derzeit sowohl die ASCII-basierte serielle Kommunikation als auch das MODBUS (RTU) Protokoll. Es werden weitere Protokolle hinzugefügt.

Hochspannung Empfängerausgang Vcc-0.6 (4.4V)
Niedrige Ausgangsspannung des Empfängers 0,17 typisch (0,4 maximal)
Eingangsstrom (V = 12V) 80uA typisch (125uA maximal)
Eingangsstrom (V=-7V) 50uA typisch (-100uA Minimum)
Maximale Datenrate 20Mbps
A/B Spannung Absolutes Maximum -8V – +13V
Betriebstemperaturbereich 0 bis 40°C

Wie verwende ich RS232 im Designstudio?

Die RS232 arbeitet mit drei Elementen, einem Hardwareelement (Serieller COM-Anschluss) und zwei Funktionselementen (RS-232-Empfang und RS-232-Senden). Innerhalb des Hardware-Elements müssen Sie die Standard-RS232-Eigenschaften (Baudrate usw.) angeben. Sie müssen auch den Diensttyp angeben. Nativ, wenn Sie mit einem anderen PPA-Gerät kommunizieren möchten, ansonsten Terminal. Die Eigenschaft “Terminalmodus” gibt an, ob die Daten mit einer Eingabeaufforderung verpackt werden sollen (einfache Verwendung innerhalb eines Terminals) oder ob sie roh vorliegen sollen (von Gerät zu Gerät). Dann müssen Sie Sende-/Empfangs-Terminatoren und Trennzeichen angeben. Der Terminator kennzeichnet das Ende eines bestimmten RS232-Befehls und das Trennzeichen ist das Zeichen, das zur Trennung mehrerer Werte verwendet wird. Mit dem RS-232-Sendeelement können Sie eine serielle Schnittstelle (das Hardware-Element) und dann zahlreiche “Sendewerte” angeben. Dieses Element kann wie jede andere Aktion aufgerufen werden und sendet dann jeden Wert (innerhalb der angegebenen Vor- und Nachmeldungen), getrennt durch den im Hardware-Element angegebenen “Sendetrenner” und beendet mit dem im Hardware-Element angegebenen “Sendeterminator”. Die Werte werden in sequentieller Reihenfolge von oben nach unten gesendet. Mit dem RS-232-Empfangselement können Sie eine serielle Schnittstelle angeben (das Hardware-Element). Wenn Sie diese ausgewählt haben, können Sie einen “Alias” angeben. Wenn kein Alias angegeben ist, wird der Name des RS-232-Empfangselements als Befehl verwendet; wenn ein Alias angegeben ist, wird der Alias als Befehl verwendet. Darauf folgt ein Empfangstrennzeichen und dann alle Werte, die das Gerät empfangen soll, ebenfalls durch das Empfangstrennzeichen getrennt und dann mit dem Empfangsabschlusszeichen abgeschlossen. Dann geben Sie eine Liste von Empfangseigenschaften/Variablen an. Hier werden die Werte wieder sequentiell von oben nach unten als erster Empfang bis zum letzten Empfang gespeichert. Wenn der Alias beispielsweise auf “rx”, das Trennzeichen auf Komma und der Terminator auf [CR][LF] und der angegebene Empfangswert war eine Textfeld-Eigenschaft Text, dann würde das Folgende den Textfeld-Textwert auf “Test” setzen: RS-232 Receive bietet Ihnen auch die Möglichkeit, eine Aktion auszuführen, sobald der Empfang abgeschlossen ist. So können Sie einen Wert als Variable speichern und dann eine Aktion aufrufen, um ihn anzuzeigen oder ihn mit einem mathematischen Programm zu ändern, bevor er angezeigt wird.

Welche Protokolle werden über RS485 unterstützt?

Derzeit werden ascii-basierte Rohdaten und MODBUS unterstützt. Wir arbeiten jedoch daran, neue Protokolle wie z.B. CANBUS hinzuzufügen. Wenn Sie irgendwelche Protokolle wünschen, kontaktieren Sie uns bitte .
Mehr Unterstützung